@ProviderType public interface AccountModel extends AuditedModel, BaseModel<Account>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.AccountModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.AccountImpl.
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.
|
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 |
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 |
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.
|
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this accountlong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this accountlong getAccountId()
void setAccountId(long accountId)
accountId - the account ID of this accountlong getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this accountlong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this accountString getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this account@AutoEscape String getUserName()
getUserName in interface AuditedModelvoid setUserName(String userName)
setUserName in interface AuditedModeluserName - the user name of this accountDate getCreateDate()
getCreateDate in interface AuditedModelvoid setCreateDate(Date createDate)
setCreateDate in interface AuditedModelcreateDate - the create date of this accountDate getModifiedDate()
getModifiedDate in interface AuditedModelvoid setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelmodifiedDate - the modified date of this accountlong getParentAccountId()
void setParentAccountId(long parentAccountId)
parentAccountId - the parent account ID of this account@AutoEscape String getName()
void setName(String name)
name - the name of this account@AutoEscape String getLegalName()
void setLegalName(String legalName)
legalName - the legal name of this account@AutoEscape String getLegalId()
void setLegalId(String legalId)
legalId - the legal ID of this account@AutoEscape String getLegalType()
void setLegalType(String legalType)
legalType - the legal type of this account@AutoEscape String getSicCode()
void setSicCode(String sicCode)
sicCode - the sic code of this account@AutoEscape String getTickerSymbol()
void setTickerSymbol(String tickerSymbol)
tickerSymbol - the ticker symbol of this account@AutoEscape String getIndustry()
void setIndustry(String industry)
industry - the industry of this account@AutoEscape String getType()
void setType(String type)
type - the type of this account@AutoEscape String getSize()
void setSize(String size)
size - the size of this account