@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.
|
java.util.Date |
getCreateDate()
Returns the create date of this account.
|
java.lang.String |
getIndustry()
Returns the industry of this account.
|
java.lang.String |
getLegalId()
Returns the legal ID of this account.
|
java.lang.String |
getLegalName()
Returns the legal name of this account.
|
java.lang.String |
getLegalType()
Returns the legal type of this account.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this account.
|
long |
getMvccVersion()
Returns the mvcc version of this account.
|
java.lang.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.
|
java.lang.String |
getSicCode()
Returns the sic code of this account.
|
java.lang.String |
getSize()
Returns the size of this account.
|
java.lang.String |
getTickerSymbol()
Returns the ticker symbol of this account.
|
java.lang.String |
getType()
Returns the type of this account.
|
long |
getUserId()
Returns the user ID of this account.
|
java.lang.String |
getUserName()
Returns the user name of this account.
|
java.lang.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(java.util.Date createDate)
Sets the create date of this account.
|
void |
setIndustry(java.lang.String industry)
Sets the industry of this account.
|
void |
setLegalId(java.lang.String legalId)
Sets the legal ID of this account.
|
void |
setLegalName(java.lang.String legalName)
Sets the legal name of this account.
|
void |
setLegalType(java.lang.String legalType)
Sets the legal type of this account.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this account.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this account.
|
void |
setName(java.lang.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(java.lang.String sicCode)
Sets the sic code of this account.
|
void |
setSize(java.lang.String size)
Sets the size of this account.
|
void |
setTickerSymbol(java.lang.String tickerSymbol)
Sets the ticker symbol of this account.
|
void |
setType(java.lang.String type)
Sets the type of this account.
|
void |
setUserId(long userId)
Sets the user ID of this account.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this account.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this account.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, 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 accountjava.lang.String getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this account@AutoEscape java.lang.String getUserName()
getUserName in interface AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface AuditedModeluserName - the user name of this accountjava.util.Date getCreateDate()
getCreateDate in interface AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelcreateDate - the create date of this accountjava.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelvoid setModifiedDate(java.util.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 java.lang.String getName()
void setName(java.lang.String name)
name - the name of this account@AutoEscape java.lang.String getLegalName()
void setLegalName(java.lang.String legalName)
legalName - the legal name of this account@AutoEscape java.lang.String getLegalId()
void setLegalId(java.lang.String legalId)
legalId - the legal ID of this account@AutoEscape java.lang.String getLegalType()
void setLegalType(java.lang.String legalType)
legalType - the legal type of this account@AutoEscape java.lang.String getSicCode()
void setSicCode(java.lang.String sicCode)
sicCode - the sic code of this account@AutoEscape java.lang.String getTickerSymbol()
void setTickerSymbol(java.lang.String tickerSymbol)
tickerSymbol - the ticker symbol of this account@AutoEscape java.lang.String getIndustry()
void setIndustry(java.lang.String industry)
industry - the industry of this account@AutoEscape java.lang.String getType()
void setType(java.lang.String type)
type - the type of this account@AutoEscape java.lang.String getSize()
void setSize(java.lang.String size)
size - the size of this account