@Entity public class AccountImpl extends Object implements Account, AdminMainEntity, Previewable
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountNumber |
protected Auditable |
auditable |
protected Long |
id |
protected String |
name |
protected PreviewStatus |
previewable |
MAIN_ENTITY_NAME_PROPERTY| Constructor and Description |
|---|
AccountImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountNumber() |
Long |
getId() |
String |
getMainEntityName() |
String |
getName() |
Boolean |
getPreview() |
void |
setAccountNumber(String accountNumber) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setPreview(Boolean preview) |
protected Long id
protected Auditable auditable
protected PreviewStatus previewable
protected String name
protected String accountNumber
public String getAccountNumber()
getAccountNumber in interface Accountpublic void setAccountNumber(String accountNumber)
setAccountNumber in interface Accountpublic String getMainEntityName()
getMainEntityName in interface AdminMainEntitypublic Boolean getPreview()
getPreview in interface Previewablepublic void setPreview(Boolean preview)
setPreview in interface PreviewableCopyright © 2015. All Rights Reserved.