public class AccountWrapper extends BaseModelWrapper<Account> implements Account, ModelWrapper<Account>
This class is a wrapper for Account
.
Account
,
Serialized Formmodel
ACCOUNT_ID_ACCESSOR
Constructor and Description |
---|
AccountWrapper(Account account) |
Modifier and Type | Method and Description |
---|---|
long |
getAccountId()
Returns the account ID of this account.
|
long |
getCompanyId()
Returns the company ID of this account.
|
Date |
getCreateDate()
Returns the create date of this account.
|
String |
getIndustry()
Returns the industry of this account.
|
String |
getLegalId()
Returns the legal ID of this account.
|
String |
getLegalName()
Returns the legal name of this account.
|
String |
getLegalType()
Returns the legal type of this account.
|
Map<String,Object> |
getModelAttributes() |
Date |
getModifiedDate()
Returns the modified date of this account.
|
long |
getMvccVersion()
Returns the mvcc version of this account.
|
String |
getName()
Returns the name of this account.
|
long |
getParentAccountId()
Returns the parent account ID of this account.
|
long |
getPrimaryKey()
Returns the primary key of this account.
|
String |
getSicCode()
Returns the sic code of this account.
|
String |
getSize()
Returns the size of this account.
|
String |
getTickerSymbol()
Returns the ticker symbol of this account.
|
String |
getType()
Returns the type of this account.
|
long |
getUserId()
Returns the user ID of this account.
|
String |
getUserName()
Returns the user name of this account.
|
String |
getUserUuid()
Returns the user uuid of this account.
|
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setAccountId(long accountId)
Sets the account ID of this account.
|
void |
setCompanyId(long companyId)
Sets the company ID of this account.
|
void |
setCreateDate(Date createDate)
Sets the create date of this account.
|
void |
setIndustry(String industry)
Sets the industry of this account.
|
void |
setLegalId(String legalId)
Sets the legal ID of this account.
|
void |
setLegalName(String legalName)
Sets the legal name of this account.
|
void |
setLegalType(String legalType)
Sets the legal type of this account.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this account.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this account.
|
void |
setName(String name)
Sets the name of this account.
|
void |
setParentAccountId(long parentAccountId)
Sets the parent account ID of this account.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this account.
|
void |
setSicCode(String sicCode)
Sets the sic code of this account.
|
void |
setSize(String size)
Sets the size of this account.
|
void |
setTickerSymbol(String tickerSymbol)
Sets the ticker symbol of this account.
|
void |
setType(String type)
Sets the type of this account.
|
void |
setUserId(long userId)
Sets the user ID of this account.
|
void |
setUserName(String userName)
Sets the user name of this account.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this account.
|
protected AccountWrapper |
wrap(Account account) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
getWrappedModel
public AccountWrapper(Account account)
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<Account>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<Account>
public long getAccountId()
getAccountId
in interface AccountModel
public long getCompanyId()
getCompanyId
in interface AccountModel
getCompanyId
in interface AuditedModel
getCompanyId
in interface ShardedModel
public Date getCreateDate()
getCreateDate
in interface AccountModel
getCreateDate
in interface AuditedModel
public String getIndustry()
getIndustry
in interface AccountModel
public String getLegalId()
getLegalId
in interface AccountModel
public String getLegalName()
getLegalName
in interface AccountModel
public String getLegalType()
getLegalType
in interface AccountModel
public Date getModifiedDate()
getModifiedDate
in interface AccountModel
getModifiedDate
in interface AuditedModel
public long getMvccVersion()
getMvccVersion
in interface AccountModel
getMvccVersion
in interface MVCCModel
public String getName()
getName
in interface AccountModel
public long getParentAccountId()
getParentAccountId
in interface AccountModel
public long getPrimaryKey()
getPrimaryKey
in interface AccountModel
public String getSicCode()
getSicCode
in interface AccountModel
public String getSize()
getSize
in interface AccountModel
public String getTickerSymbol()
getTickerSymbol
in interface AccountModel
public String getType()
getType
in interface AccountModel
public long getUserId()
getUserId
in interface AccountModel
getUserId
in interface AuditedModel
public String getUserName()
getUserName
in interface AccountModel
getUserName
in interface AuditedModel
public String getUserUuid()
getUserUuid
in interface AccountModel
getUserUuid
in interface AuditedModel
public void persist()
PersistedModel
persist
in interface PersistedModel
public void setAccountId(long accountId)
setAccountId
in interface AccountModel
accountId
- the account ID of this accountpublic void setCompanyId(long companyId)
setCompanyId
in interface AccountModel
setCompanyId
in interface AuditedModel
setCompanyId
in interface ShardedModel
companyId
- the company ID of this accountpublic void setCreateDate(Date createDate)
setCreateDate
in interface AccountModel
setCreateDate
in interface AuditedModel
createDate
- the create date of this accountpublic void setIndustry(String industry)
setIndustry
in interface AccountModel
industry
- the industry of this accountpublic void setLegalId(String legalId)
setLegalId
in interface AccountModel
legalId
- the legal ID of this accountpublic void setLegalName(String legalName)
setLegalName
in interface AccountModel
legalName
- the legal name of this accountpublic void setLegalType(String legalType)
setLegalType
in interface AccountModel
legalType
- the legal type of this accountpublic void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AccountModel
setModifiedDate
in interface AuditedModel
modifiedDate
- the modified date of this accountpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface AccountModel
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this accountpublic void setName(String name)
setName
in interface AccountModel
name
- the name of this accountpublic void setParentAccountId(long parentAccountId)
setParentAccountId
in interface AccountModel
parentAccountId
- the parent account ID of this accountpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface AccountModel
primaryKey
- the primary key of this accountpublic void setSicCode(String sicCode)
setSicCode
in interface AccountModel
sicCode
- the sic code of this accountpublic void setSize(String size)
setSize
in interface AccountModel
size
- the size of this accountpublic void setTickerSymbol(String tickerSymbol)
setTickerSymbol
in interface AccountModel
tickerSymbol
- the ticker symbol of this accountpublic void setType(String type)
setType
in interface AccountModel
type
- the type of this accountpublic void setUserId(long userId)
setUserId
in interface AccountModel
setUserId
in interface AuditedModel
userId
- the user ID of this accountpublic void setUserName(String userName)
setUserName
in interface AccountModel
setUserName
in interface AuditedModel
userName
- the user name of this accountpublic void setUserUuid(String userUuid)
setUserUuid
in interface AccountModel
setUserUuid
in interface AuditedModel
userUuid
- the user uuid of this accountprotected AccountWrapper wrap(Account account)
wrap
in class BaseModelWrapper<Account>