@Entity public class UserAccount extends Account
| Constructor and Description |
|---|
UserAccount() |
UserAccount(User user) |
| Modifier and Type | Method and Description |
|---|---|
AccountTypeNature |
getNature() |
InternalAccountOwner |
getOwner() |
User |
getUser() |
UserAccountType |
getUserAccountType() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setType(AccountType type) |
void |
setUser(User user) |
getAccountLimitLog, getAccountRates, getAmountReservations, getClosedAccountBalances, getCreationDate, getCurrency, getEntityImportance, getLastBalanceClosingDate, getNegativeSince, getNetwork, getNumber, getType, setAccountRates, setClosedAccountBalances, setCreationDate, setLastBalanceClosingDate, setNegativeSince, setNumbergetDataTranslationType, getLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, toStringpublic UserAccount()
public UserAccount(User user)
public AccountTypeNature getNature()
public InternalAccountOwner getOwner()
public User getUser()
public UserAccountType getUserAccountType()
public boolean isActive()
public void setActive(boolean active)
public void setType(AccountType type)
public void setUser(User user)