@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()
Whether or not this entity is considered a preview entity for testing.
|
void |
setAccountNumber(String accountNumber) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setPreview(Boolean preview)
Whether or not this entity is considered a preview entity for testing.
|
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()
PreviewablegetPreview in interface Previewablepublic void setPreview(Boolean preview)
PreviewablesetPreview in interface Previewablepreview - whether or not this is a test entityCopyright © 2015. All rights reserved.