@JSON(strict=true)
@ProviderType
public class AccountModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Account>
implements com.liferay.portal.kernel.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.kernel.model.Account account) |
boolean |
equals(java.lang.Object obj) |
long |
getAccountId() |
long |
getCompanyId() |
java.util.Date |
getCreateDate() |
com.liferay.expando.kernel.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.kernel.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.kernel.model.CacheModel<com.liferay.portal.kernel.model.Account> |
toCacheModel() |
com.liferay.portal.kernel.model.Account |
toEscapedModel() |
static com.liferay.portal.kernel.model.Account |
toModel(com.liferay.portal.kernel.model.AccountSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<com.liferay.portal.kernel.model.Account> |
toModels(com.liferay.portal.kernel.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.kernel.model.Account toModel(com.liferay.portal.kernel.model.AccountSoap soapModel)
soapModel - the soap model instance to convertpublic static java.util.List<com.liferay.portal.kernel.model.Account> toModels(com.liferay.portal.kernel.model.AccountSoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.AccountModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.AccountModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.AccountModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Account>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.AccountModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Account>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Account>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Account>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Account>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Account>@JSON public long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.AccountModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.AccountModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel@JSON public long getAccountId()
getAccountId in interface com.liferay.portal.kernel.model.AccountModelpublic void setAccountId(long accountId)
setAccountId in interface com.liferay.portal.kernel.model.AccountModel@JSON public long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AccountModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AccountModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModel@JSON public long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AccountModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AccountModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AccountModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AccountModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModel@JSON public java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AccountModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AccountModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModel@JSON public java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AccountModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AccountModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModel@JSON public java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AccountModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AccountModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel@JSON public long getParentAccountId()
getParentAccountId in interface com.liferay.portal.kernel.model.AccountModelpublic void setParentAccountId(long parentAccountId)
setParentAccountId in interface com.liferay.portal.kernel.model.AccountModel@JSON public java.lang.String getName()
getName in interface com.liferay.portal.kernel.model.AccountModelpublic void setName(java.lang.String name)
setName in interface com.liferay.portal.kernel.model.AccountModel@JSON public java.lang.String getLegalName()
getLegalName in interface com.liferay.portal.kernel.model.AccountModelpublic void setLegalName(java.lang.String legalName)
setLegalName in interface com.liferay.portal.kernel.model.AccountModel@JSON public java.lang.String getLegalId()
getLegalId in interface com.liferay.portal.kernel.model.AccountModelpublic void setLegalId(java.lang.String legalId)
setLegalId in interface com.liferay.portal.kernel.model.AccountModel@JSON public java.lang.String getLegalType()
getLegalType in interface com.liferay.portal.kernel.model.AccountModelpublic void setLegalType(java.lang.String legalType)
setLegalType in interface com.liferay.portal.kernel.model.AccountModel@JSON public java.lang.String getSicCode()
getSicCode in interface com.liferay.portal.kernel.model.AccountModelpublic void setSicCode(java.lang.String sicCode)
setSicCode in interface com.liferay.portal.kernel.model.AccountModel@JSON public java.lang.String getTickerSymbol()
getTickerSymbol in interface com.liferay.portal.kernel.model.AccountModelpublic void setTickerSymbol(java.lang.String tickerSymbol)
setTickerSymbol in interface com.liferay.portal.kernel.model.AccountModel@JSON public java.lang.String getIndustry()
getIndustry in interface com.liferay.portal.kernel.model.AccountModelpublic void setIndustry(java.lang.String industry)
setIndustry in interface com.liferay.portal.kernel.model.AccountModel@JSON public java.lang.String getType()
getType in interface com.liferay.portal.kernel.model.AccountModelpublic void setType(java.lang.String type)
setType in interface com.liferay.portal.kernel.model.AccountModel@JSON public java.lang.String getSize()
getSize in interface com.liferay.portal.kernel.model.AccountModelpublic void setSize(java.lang.String size)
setSize in interface com.liferay.portal.kernel.model.AccountModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.AccountModelgetExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Account>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Account>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.AccountModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Account>setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Account>public com.liferay.portal.kernel.model.Account toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.AccountModeltoEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Account>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Account>public java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.AccountModelclone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Account>clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Account>public int compareTo(com.liferay.portal.kernel.model.Account account)
compareTo in interface com.liferay.portal.kernel.model.AccountModelcompareTo in interface java.lang.Comparable<com.liferay.portal.kernel.model.Account>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.portal.kernel.model.AccountModelhashCode in class java.lang.Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Account>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Account>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Account>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Account>public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Account> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.AccountModeltoCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Account>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Account>public java.lang.String toString()
toString in interface com.liferay.portal.kernel.model.AccountModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.AccountModeltoXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Account>