@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 String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
LOCK_EXPIRATION_TIME |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
static String |
SESSION_FACTORY |
static Object[][] |
TABLE_COLUMNS |
static Map<String,Integer> |
TABLE_COLUMNS_MAP |
static String |
TABLE_NAME |
static String |
TABLE_SQL_CREATE |
static String |
TABLE_SQL_DROP |
static String |
TX_MANAGER |
| Constructor and Description |
|---|
AccountModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
compareTo(com.liferay.portal.kernel.model.Account account) |
boolean |
equals(Object obj) |
long |
getAccountId() |
long |
getCompanyId() |
Date |
getCreateDate() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
String |
getIndustry() |
String |
getLegalId() |
String |
getLegalName() |
String |
getLegalType() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
Date |
getModifiedDate() |
long |
getMvccVersion() |
String |
getName() |
long |
getParentAccountId() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
String |
getSicCode() |
String |
getSize() |
String |
getTickerSymbol() |
String |
getType() |
long |
getUserId() |
String |
getUserName() |
String |
getUserUuid() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setAccountId(long accountId) |
void |
setCompanyId(long companyId) |
void |
setCreateDate(Date createDate) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setIndustry(String industry) |
void |
setLegalId(String legalId) |
void |
setLegalName(String legalName) |
void |
setLegalType(String legalType) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate) |
void |
setMvccVersion(long mvccVersion) |
void |
setName(String name) |
void |
setParentAccountId(long parentAccountId) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setSicCode(String sicCode) |
void |
setSize(String size) |
void |
setTickerSymbol(String tickerSymbol) |
void |
setType(String type) |
void |
setUserId(long userId) |
void |
setUserName(String userName) |
void |
setUserUuid(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 List<com.liferay.portal.kernel.model.Account> |
toModels(com.liferay.portal.kernel.model.AccountSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
String |
toString() |
String |
toXmlString() |
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final 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 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 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(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 Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic Map<String,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(Map<String,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 String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AccountModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserUuid(String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AccountModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModel@JSON public String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AccountModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserName(String userName)
setUserName in interface com.liferay.portal.kernel.model.AccountModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModel@JSON public Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AccountModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic void setCreateDate(Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AccountModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModel@JSON public Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AccountModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(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 String getName()
getName in interface com.liferay.portal.kernel.model.AccountModelpublic void setName(String name)
setName in interface com.liferay.portal.kernel.model.AccountModel@JSON public String getLegalName()
getLegalName in interface com.liferay.portal.kernel.model.AccountModelpublic void setLegalName(String legalName)
setLegalName in interface com.liferay.portal.kernel.model.AccountModel@JSON public String getLegalId()
getLegalId in interface com.liferay.portal.kernel.model.AccountModelpublic void setLegalId(String legalId)
setLegalId in interface com.liferay.portal.kernel.model.AccountModel@JSON public String getLegalType()
getLegalType in interface com.liferay.portal.kernel.model.AccountModelpublic void setLegalType(String legalType)
setLegalType in interface com.liferay.portal.kernel.model.AccountModel@JSON public String getSicCode()
getSicCode in interface com.liferay.portal.kernel.model.AccountModelpublic void setSicCode(String sicCode)
setSicCode in interface com.liferay.portal.kernel.model.AccountModel@JSON public String getTickerSymbol()
getTickerSymbol in interface com.liferay.portal.kernel.model.AccountModelpublic void setTickerSymbol(String tickerSymbol)
setTickerSymbol in interface com.liferay.portal.kernel.model.AccountModel@JSON public String getIndustry()
getIndustry in interface com.liferay.portal.kernel.model.AccountModelpublic void setIndustry(String industry)
setIndustry in interface com.liferay.portal.kernel.model.AccountModel@JSON public String getType()
getType in interface com.liferay.portal.kernel.model.AccountModelpublic void setType(String type)
setType in interface com.liferay.portal.kernel.model.AccountModel@JSON public String getSize()
getSize in interface com.liferay.portal.kernel.model.AccountModelpublic void setSize(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 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 Comparable<com.liferay.portal.kernel.model.Account>public int hashCode()
public 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 String toString()
public 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>