@JSON(strict=true)
@ProviderType
public class AccountModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Account>
implements com.liferay.portal.model.AccountModel
This implementation and its corresponding interface AccountModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AccountImpl.
AccountImpl,
Account,
AccountModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
LOCK_EXPIRATION_TIME |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
| Constructor and Description |
|---|
AccountModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.portal.model.Account account) |
boolean |
equals(java.lang.Object obj) |
long |
getAccountId() |
long |
getCompanyId() |
java.util.Date |
getCreateDate() |
com.liferay.portlet.expando.model.ExpandoBridge |
getExpandoBridge() |
java.lang.String |
getIndustry() |
java.lang.String |
getLegalId() |
java.lang.String |
getLegalName() |
java.lang.String |
getLegalType() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate() |
long |
getMvccVersion() |
java.lang.String |
getName() |
long |
getParentAccountId() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
java.lang.String |
getSicCode() |
java.lang.String |
getSize() |
java.lang.String |
getTickerSymbol() |
java.lang.String |
getType() |
long |
getUserId() |
java.lang.String |
getUserName() |
java.lang.String |
getUserUuid() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setAccountId(long accountId) |
void |
setCompanyId(long companyId) |
void |
setCreateDate(java.util.Date createDate) |
void |
setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext) |
void |
setIndustry(java.lang.String industry) |
void |
setLegalId(java.lang.String legalId) |
void |
setLegalName(java.lang.String legalName) |
void |
setLegalType(java.lang.String legalType) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate) |
void |
setMvccVersion(long mvccVersion) |
void |
setName(java.lang.String name) |
void |
setParentAccountId(long parentAccountId) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setSicCode(java.lang.String sicCode) |
void |
setSize(java.lang.String size) |
void |
setTickerSymbol(java.lang.String tickerSymbol) |
void |
setType(java.lang.String type) |
void |
setUserId(long userId) |
void |
setUserName(java.lang.String userName) |
void |
setUserUuid(java.lang.String userUuid) |
com.liferay.portal.model.CacheModel<com.liferay.portal.model.Account> |
toCacheModel() |
com.liferay.portal.model.Account |
toEscapedModel() |
static com.liferay.portal.model.Account |
toModel(com.liferay.portal.model.AccountSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<com.liferay.portal.model.Account> |
toModels(com.liferay.portal.model.AccountSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long LOCK_EXPIRATION_TIME
public static com.liferay.portal.model.Account toModel(com.liferay.portal.model.AccountSoap soapModel)
soapModel - the soap model instance to convertpublic static java.util.List<com.liferay.portal.model.Account> toModels(com.liferay.portal.model.AccountSoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.model.AccountModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.model.AccountModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.model.AccountModelgetPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Account>getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.model.AccountModelsetPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Account>setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Account>getModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Account>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Account>setModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Account>@JSON public long getMvccVersion()
getMvccVersion in interface com.liferay.portal.model.AccountModelgetMvccVersion in interface com.liferay.portal.model.MVCCModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.model.AccountModelsetMvccVersion in interface com.liferay.portal.model.MVCCModel@JSON public long getAccountId()
getAccountId in interface com.liferay.portal.model.AccountModelpublic void setAccountId(long accountId)
setAccountId in interface com.liferay.portal.model.AccountModel@JSON public long getCompanyId()
getCompanyId in interface com.liferay.portal.model.AccountModelgetCompanyId in interface com.liferay.portal.model.AuditedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.model.AccountModelsetCompanyId in interface com.liferay.portal.model.AuditedModel@JSON public long getUserId()
getUserId in interface com.liferay.portal.model.AccountModelgetUserId in interface com.liferay.portal.model.AuditedModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.model.AccountModelsetUserId in interface com.liferay.portal.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.model.AccountModelgetUserUuid in interface com.liferay.portal.model.AuditedModelpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.model.AccountModelsetUserUuid in interface com.liferay.portal.model.AuditedModel@JSON public java.lang.String getUserName()
getUserName in interface com.liferay.portal.model.AccountModelgetUserName in interface com.liferay.portal.model.AuditedModelpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.model.AccountModelsetUserName in interface com.liferay.portal.model.AuditedModel@JSON public java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.model.AccountModelgetCreateDate in interface com.liferay.portal.model.AuditedModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.model.AccountModelsetCreateDate in interface com.liferay.portal.model.AuditedModel@JSON public java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.model.AccountModelgetModifiedDate in interface com.liferay.portal.model.AuditedModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.model.AccountModelsetModifiedDate in interface com.liferay.portal.model.AuditedModel@JSON public long getParentAccountId()
getParentAccountId in interface com.liferay.portal.model.AccountModelpublic void setParentAccountId(long parentAccountId)
setParentAccountId in interface com.liferay.portal.model.AccountModel@JSON public java.lang.String getName()
getName in interface com.liferay.portal.model.AccountModelpublic void setName(java.lang.String name)
setName in interface com.liferay.portal.model.AccountModel@JSON public java.lang.String getLegalName()
getLegalName in interface com.liferay.portal.model.AccountModelpublic void setLegalName(java.lang.String legalName)
setLegalName in interface com.liferay.portal.model.AccountModel@JSON public java.lang.String getLegalId()
getLegalId in interface com.liferay.portal.model.AccountModelpublic void setLegalId(java.lang.String legalId)
setLegalId in interface com.liferay.portal.model.AccountModel@JSON public java.lang.String getLegalType()
getLegalType in interface com.liferay.portal.model.AccountModelpublic void setLegalType(java.lang.String legalType)
setLegalType in interface com.liferay.portal.model.AccountModel@JSON public java.lang.String getSicCode()
getSicCode in interface com.liferay.portal.model.AccountModelpublic void setSicCode(java.lang.String sicCode)
setSicCode in interface com.liferay.portal.model.AccountModel@JSON public java.lang.String getTickerSymbol()
getTickerSymbol in interface com.liferay.portal.model.AccountModelpublic void setTickerSymbol(java.lang.String tickerSymbol)
setTickerSymbol in interface com.liferay.portal.model.AccountModel@JSON public java.lang.String getIndustry()
getIndustry in interface com.liferay.portal.model.AccountModelpublic void setIndustry(java.lang.String industry)
setIndustry in interface com.liferay.portal.model.AccountModel@JSON public java.lang.String getType()
getType in interface com.liferay.portal.model.AccountModelpublic void setType(java.lang.String type)
setType in interface com.liferay.portal.model.AccountModel@JSON public java.lang.String getSize()
getSize in interface com.liferay.portal.model.AccountModelpublic void setSize(java.lang.String size)
setSize in interface com.liferay.portal.model.AccountModelpublic com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.model.AccountModelgetExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Account>getExpandoBridge in interface com.liferay.portal.model.ClassedModelgetExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Account>public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.model.AccountModelsetExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Account>setExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Account>public com.liferay.portal.model.Account toEscapedModel()
toEscapedModel in interface com.liferay.portal.model.AccountModeltoEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Account>toEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Account>public java.lang.Object clone()
clone in interface com.liferay.portal.model.AccountModelclone in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Account>clone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Account>public int compareTo(com.liferay.portal.model.Account account)
compareTo in interface com.liferay.portal.model.AccountModelcompareTo in interface java.lang.Comparable<com.liferay.portal.model.Account>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.portal.model.AccountModelhashCode in class java.lang.Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Account>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Account>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Account>resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Account>public com.liferay.portal.model.CacheModel<com.liferay.portal.model.Account> toCacheModel()
toCacheModel in interface com.liferay.portal.model.AccountModeltoCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Account>toCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Account>public java.lang.String toString()
toString in interface com.liferay.portal.model.AccountModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.model.AccountModeltoXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Account>