@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 |
isDisposed()
WARNING: This method is considered internal, to be used only on AccountServiceImpl.adjustAccounts(User).
|
void |
setDisposed(boolean disposed) |
void |
setType(AccountType type) |
void |
setUser(User user) |
getAccountLimitLog, getAccountRates, getAmountReservations, getClosedAccountBalances, getCreationDate, getCurrency, getLastBalanceClosingDate, getNegativeSince, getNetwork, getNumber, getType, setAccountRates, setClosedAccountBalances, setCreationDate, setLastBalanceClosingDate, setNegativeSince, setNumberisGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient, toStringpublic UserAccount()
public UserAccount(User user)
public AccountTypeNature getNature()
public InternalAccountOwner getOwner()
public User getUser()
public UserAccountType getUserAccountType()
public boolean isDisposed()
public void setDisposed(boolean disposed)
public void setType(AccountType type)
public void setUser(User user)