@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 FormModifier 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 Map<String,Integer> TABLE_COLUMNS_MAP
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.AccountModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.portal.kernel.model.AccountModel
public Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.AccountModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Account>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.AccountModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Account>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public 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.AccountModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.AccountModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
@JSON public long getAccountId()
getAccountId
in interface com.liferay.portal.kernel.model.AccountModel
public 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.AccountModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.AccountModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
@JSON public long getUserId()
getUserId
in interface com.liferay.portal.kernel.model.AccountModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserId(long userId)
setUserId
in interface com.liferay.portal.kernel.model.AccountModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public String getUserUuid()
getUserUuid
in interface com.liferay.portal.kernel.model.AccountModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserUuid(String userUuid)
setUserUuid
in interface com.liferay.portal.kernel.model.AccountModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
@JSON public String getUserName()
getUserName
in interface com.liferay.portal.kernel.model.AccountModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserName(String userName)
setUserName
in interface com.liferay.portal.kernel.model.AccountModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
@JSON public Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.AccountModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
public void setCreateDate(Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.AccountModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
@JSON public Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.AccountModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
public boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.AccountModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
@JSON public long getParentAccountId()
getParentAccountId
in interface com.liferay.portal.kernel.model.AccountModel
public 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.AccountModel
public 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.AccountModel
public 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.AccountModel
public 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.AccountModel
public 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.AccountModel
public 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.AccountModel
public 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.AccountModel
public 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.AccountModel
public 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.AccountModel
public void setSize(String size)
setSize
in interface com.liferay.portal.kernel.model.AccountModel
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.portal.kernel.model.AccountModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Account>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge
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.AccountModel
setExpandoBridgeAttributes
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.AccountModel
toEscapedModel
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.AccountModel
clone
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.AccountModel
compareTo
in interface Comparable<com.liferay.portal.kernel.model.Account>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface com.liferay.portal.kernel.model.AccountModel
hashCode
in class Object
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.AccountModel
toCacheModel
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()
toString
in interface com.liferay.portal.kernel.model.AccountModel
toString
in class Object
public String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.AccountModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Account>