@JSON(strict=true)
@ProviderType
public class AssetCategoryPropertyModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategoryProperty>
implements com.liferay.asset.kernel.model.AssetCategoryPropertyModel
This implementation and its corresponding interface AssetCategoryPropertyModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AssetCategoryPropertyImpl.
AssetCategoryPropertyImpl,
AssetCategoryProperty,
AssetCategoryPropertyModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
CATEGORYID_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMPANYID_COLUMN_BITMASK |
static String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
KEY_COLUMN_BITMASK |
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 |
|---|
AssetCategoryPropertyModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
compareTo(com.liferay.asset.kernel.model.AssetCategoryProperty assetCategoryProperty) |
boolean |
equals(Object obj) |
long |
getCategoryId() |
long |
getCategoryPropertyId() |
long |
getColumnBitmask() |
long |
getCompanyId() |
Date |
getCreateDate() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
String |
getKey() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
Date |
getModifiedDate() |
long |
getOriginalCategoryId() |
long |
getOriginalCompanyId() |
String |
getOriginalKey() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
long |
getUserId() |
String |
getUserName() |
String |
getUserUuid() |
String |
getValue() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setCategoryId(long categoryId) |
void |
setCategoryPropertyId(long categoryPropertyId) |
void |
setCompanyId(long companyId) |
void |
setCreateDate(Date createDate) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setKey(String key) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setUserId(long userId) |
void |
setUserName(String userName) |
void |
setUserUuid(String userUuid) |
void |
setValue(String value) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetCategoryProperty> |
toCacheModel() |
com.liferay.asset.kernel.model.AssetCategoryProperty |
toEscapedModel() |
static com.liferay.asset.kernel.model.AssetCategoryProperty |
toModel(com.liferay.asset.kernel.model.AssetCategoryPropertySoap soapModel)
Converts the soap model instance into a normal model instance.
|
static List<com.liferay.asset.kernel.model.AssetCategoryProperty> |
toModels(com.liferay.asset.kernel.model.AssetCategoryPropertySoap[] 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 CATEGORYID_COLUMN_BITMASK
public static final long COMPANYID_COLUMN_BITMASK
public static final long KEY_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static com.liferay.asset.kernel.model.AssetCategoryProperty toModel(com.liferay.asset.kernel.model.AssetCategoryPropertySoap soapModel)
soapModel - the soap model instance to convertpublic static List<com.liferay.asset.kernel.model.AssetCategoryProperty> toModels(com.liferay.asset.kernel.model.AssetCategoryPropertySoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelpublic Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategoryProperty>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategoryProperty>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.asset.kernel.model.AssetCategoryProperty>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategoryProperty>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategoryProperty>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategoryProperty>@JSON public long getCategoryPropertyId()
getCategoryPropertyId in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelpublic void setCategoryPropertyId(long categoryPropertyId)
setCategoryPropertyId in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModel@JSON public long getCompanyId()
getCompanyId in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelgetCompanyId 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.asset.kernel.model.AssetCategoryPropertyModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getOriginalCompanyId()
@JSON public long getUserId()
getUserId in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserId(long userId)
setUserId in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic String getUserUuid()
getUserUuid in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserUuid(String userUuid)
setUserUuid in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModel@JSON public String getUserName()
getUserName in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserName(String userName)
setUserName in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModel@JSON public Date getCreateDate()
getCreateDate in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic void setCreateDate(Date createDate)
setCreateDate in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModel@JSON public Date getModifiedDate()
getModifiedDate in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
setModifiedDate in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel@JSON public long getCategoryId()
getCategoryId in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelpublic void setCategoryId(long categoryId)
setCategoryId in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelpublic long getOriginalCategoryId()
@JSON public String getKey()
getKey in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelpublic void setKey(String key)
setKey in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelpublic String getOriginalKey()
@JSON public String getValue()
getValue in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelpublic void setValue(String value)
setValue in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelpublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelgetExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategoryProperty>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategoryProperty>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategoryProperty>setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategoryProperty>public com.liferay.asset.kernel.model.AssetCategoryProperty toEscapedModel()
toEscapedModel in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModeltoEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategoryProperty>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategoryProperty>public Object clone()
clone in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelclone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategoryProperty>clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategoryProperty>public int compareTo(com.liferay.asset.kernel.model.AssetCategoryProperty assetCategoryProperty)
compareTo in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModelcompareTo in interface Comparable<com.liferay.asset.kernel.model.AssetCategoryProperty>public int hashCode()
public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategoryProperty>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategoryProperty>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategoryProperty>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategoryProperty>public com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetCategoryProperty> toCacheModel()
toCacheModel in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModeltoCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategoryProperty>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategoryProperty>public String toString()
public String toXmlString()
toXmlString in interface com.liferay.asset.kernel.model.AssetCategoryPropertyModeltoXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategoryProperty>