Uses of Class
com.zphinx.spine.vo.AccountTypeBean

Packages that use AccountTypeBean
com.zphinx.spine.members Classes and interfaces which provide identity management objects used by the Spine application framework. 
 

Uses of AccountTypeBean in com.zphinx.spine.members
 

Methods in com.zphinx.spine.members that return AccountTypeBean
 AccountTypeBean AccountDetails.getAccountType()
          Gets the type of account we created
 AccountTypeBean MemberAccount.getAccountType()
          Gets the type of account we are creating
 

Methods in com.zphinx.spine.members with parameters of type AccountTypeBean
 void AccountDetails.changeDetails(AccountTypeBean accountType, long expire)
          Amend the properties of this object with the given parameters
 void MemberAccount.changeDetails(AccountTypeBean accountType, long expire)
          Amend the properties of this account with the given parameters
 void AccountDetails.setAccountType(AccountTypeBean accountTypeBean)
          Sets the type of account we are creating
 void MemberAccount.setAccountType(AccountTypeBean accountType)
          Sets the type of account we are creating
 

Constructors in com.zphinx.spine.members with parameters of type AccountTypeBean
AccountDetails(long accountId, AccountTypeBean accountType)
          Constructor which presets the account type and sets the default account expiration period to three days