public class AssetCategoryPropertyWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetCategoryProperty> implements AssetCategoryProperty, com.liferay.portal.kernel.model.ModelWrapper<AssetCategoryProperty>
This class is a wrapper for AssetCategoryProperty.
AssetCategoryProperty,
Serialized FormCATEGORY_PROPERTY_ID_ACCESSOR| Constructor and Description |
|---|
AssetCategoryPropertyWrapper(AssetCategoryProperty assetCategoryProperty) |
| Modifier and Type | Method and Description |
|---|---|
AssetCategoryProperty |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<AssetCategoryProperty,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<AssetCategoryProperty,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getCategoryId()
Returns the category ID of this asset category property.
|
long |
getCategoryPropertyId()
Returns the category property ID of this asset category property.
|
long |
getCompanyId()
Returns the company ID of this asset category property.
|
java.util.Date |
getCreateDate()
Returns the create date of this asset category property.
|
long |
getCtCollectionId()
Returns the ct collection ID of this asset category property.
|
java.lang.String |
getKey()
Returns the key of this asset category property.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this asset category property.
|
long |
getMvccVersion()
Returns the mvcc version of this asset category property.
|
long |
getPrimaryKey()
Returns the primary key of this asset category property.
|
long |
getUserId()
Returns the user ID of this asset category property.
|
java.lang.String |
getUserName()
Returns the user name of this asset category property.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this asset category property.
|
java.lang.String |
getValue()
Returns the value of this asset category property.
|
void |
persist() |
void |
setCategoryId(long categoryId)
Sets the category ID of this asset category property.
|
void |
setCategoryPropertyId(long categoryPropertyId)
Sets the category property ID of this asset category property.
|
void |
setCompanyId(long companyId)
Sets the company ID of this asset category property.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this asset category property.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this asset category property.
|
void |
setKey(java.lang.String key)
Sets the key of this asset category property.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this asset category property.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this asset category property.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset category property.
|
void |
setUserId(long userId)
Sets the user ID of this asset category property.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this asset category property.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this asset category property.
|
void |
setValue(java.lang.String value)
Sets the value of this asset category property.
|
protected AssetCategoryPropertyWrapper |
wrap(AssetCategoryProperty assetCategoryProperty) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic AssetCategoryPropertyWrapper(AssetCategoryProperty assetCategoryProperty)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AssetCategoryProperty>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AssetCategoryProperty>public AssetCategoryProperty cloneWithOriginalValues()
cloneWithOriginalValues in interface AssetCategoryPropertyModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AssetCategoryProperty>public long getCategoryId()
getCategoryId in interface AssetCategoryPropertyModelpublic long getCategoryPropertyId()
getCategoryPropertyId in interface AssetCategoryPropertyModelpublic long getCompanyId()
getCompanyId in interface AssetCategoryPropertyModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface AssetCategoryPropertyModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getCtCollectionId()
getCtCollectionId in interface AssetCategoryPropertyModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetCategoryProperty>public java.lang.String getKey()
getKey in interface AssetCategoryPropertyModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface AssetCategoryPropertyModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getMvccVersion()
getMvccVersion in interface AssetCategoryPropertyModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface AssetCategoryPropertyModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetCategoryProperty>public long getUserId()
getUserId in interface AssetCategoryPropertyModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface AssetCategoryPropertyModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface AssetCategoryPropertyModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getValue()
getValue in interface AssetCategoryPropertyModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCategoryId(long categoryId)
setCategoryId in interface AssetCategoryPropertyModelcategoryId - the category ID of this asset category propertypublic void setCategoryPropertyId(long categoryPropertyId)
setCategoryPropertyId in interface AssetCategoryPropertyModelcategoryPropertyId - the category property ID of this asset category propertypublic void setCompanyId(long companyId)
setCompanyId in interface AssetCategoryPropertyModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this asset category propertypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface AssetCategoryPropertyModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this asset category propertypublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface AssetCategoryPropertyModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetCategoryProperty>ctCollectionId - the ct collection ID of this asset category propertypublic void setKey(java.lang.String key)
setKey in interface AssetCategoryPropertyModelkey - the key of this asset category propertypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AssetCategoryPropertyModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this asset category propertypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface AssetCategoryPropertyModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this asset category propertypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AssetCategoryPropertyModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AssetCategoryProperty>primaryKey - the primary key of this asset category propertypublic void setUserId(long userId)
setUserId in interface AssetCategoryPropertyModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this asset category propertypublic void setUserName(java.lang.String userName)
setUserName in interface AssetCategoryPropertyModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this asset category propertypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface AssetCategoryPropertyModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this asset category propertypublic void setValue(java.lang.String value)
setValue in interface AssetCategoryPropertyModelvalue - the value of this asset category propertypublic java.util.Map<java.lang.String,java.util.function.Function<AssetCategoryProperty,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<AssetCategoryProperty>public java.util.Map<java.lang.String,java.util.function.BiConsumer<AssetCategoryProperty,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<AssetCategoryProperty>protected AssetCategoryPropertyWrapper wrap(AssetCategoryProperty assetCategoryProperty)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetCategoryProperty>