net.sf.emarket.web.controllers.account
Class CreateAccount

java.lang.Object
  extended by net.sf.emarket.web.controllers.account.CreateAccount

public class CreateAccount
extends java.lang.Object


Constructor Summary
CreateAccount()
           
 
Method Summary
 java.lang.String getAcctType()
           
 long getAmount()
           
 java.lang.String getCountry()
           
 java.lang.String getCurrency()
           
 void setAcctType(java.lang.String acctType)
           
 void setAmount(long amount)
           
 void setCountry(java.lang.String country)
           
 void setCurrency(java.lang.String currency)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateAccount

public CreateAccount()
Method Detail

getCountry

public java.lang.String getCountry()

setCountry

public void setCountry(java.lang.String country)

getAcctType

public java.lang.String getAcctType()

setAcctType

public void setAcctType(java.lang.String acctType)

getAmount

public long getAmount()

setAmount

public void setAmount(long amount)

getCurrency

public java.lang.String getCurrency()

setCurrency

public void setCurrency(java.lang.String currency)


Copyright © 2009. All Rights Reserved.