Class AssetCategoryPropertyWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetCategoryProperty>
com.liferay.asset.category.property.model.AssetCategoryPropertyWrapper
- All Implemented Interfaces:
AssetCategoryProperty
,AssetCategoryPropertyModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<AssetCategoryProperty>
,com.liferay.portal.kernel.model.change.tracking.CTModel<AssetCategoryProperty>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.ModelWrapper<AssetCategoryProperty>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<AssetCategoryProperty>
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
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.asset.category.property.model.AssetCategoryProperty
CATEGORY_PROPERTY_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the category ID of this asset category property.long
Returns the category property ID of this asset category property.long
Returns the company ID of this asset category property.Returns the create date of this asset category property.long
Returns the ct collection ID of this asset category property.Returns the external reference code of this asset category property.getKey()
Returns the key of this asset category property.Returns the modified date of this asset category property.long
Returns the mvcc version of this asset category property.long
Returns the primary key of this asset category property.long
Returns the user ID of this asset category property.Returns the user name of this asset category property.Returns the user uuid of this asset category property.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
(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
setExternalReferenceCode
(String externalReferenceCode) Sets the external reference code of this asset category property.void
Sets the key of this asset category property.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(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
(String userName) Sets the user name of this asset category property.void
setUserUuid
(String userUuid) Sets the user uuid of this asset category property.void
Sets the value of this asset category property.protected AssetCategoryPropertyWrapper
wrap
(AssetCategoryProperty assetCategoryProperty) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
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
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
AssetCategoryPropertyWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<AssetCategoryProperty>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<AssetCategoryProperty>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceAssetCategoryPropertyModel
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<AssetCategoryProperty>
-
getCategoryId
public long getCategoryId()Returns the category ID of this asset category property.- Specified by:
getCategoryId
in interfaceAssetCategoryPropertyModel
- Returns:
- the category ID of this asset category property
-
getCategoryPropertyId
public long getCategoryPropertyId()Returns the category property ID of this asset category property.- Specified by:
getCategoryPropertyId
in interfaceAssetCategoryPropertyModel
- Returns:
- the category property ID of this asset category property
-
getCompanyId
public long getCompanyId()Returns the company ID of this asset category property.- Specified by:
getCompanyId
in interfaceAssetCategoryPropertyModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this asset category property
-
getCreateDate
Returns the create date of this asset category property.- Specified by:
getCreateDate
in interfaceAssetCategoryPropertyModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the create date of this asset category property
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this asset category property.- Specified by:
getCtCollectionId
in interfaceAssetCategoryPropertyModel
- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetCategoryProperty>
- Returns:
- the ct collection ID of this asset category property
-
getExternalReferenceCode
Returns the external reference code of this asset category property.- Specified by:
getExternalReferenceCode
in interfaceAssetCategoryPropertyModel
- Specified by:
getExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Returns:
- the external reference code of this asset category property
-
getKey
Returns the key of this asset category property.- Specified by:
getKey
in interfaceAssetCategoryPropertyModel
- Returns:
- the key of this asset category property
-
getModifiedDate
Returns the modified date of this asset category property.- Specified by:
getModifiedDate
in interfaceAssetCategoryPropertyModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the modified date of this asset category property
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this asset category property.- Specified by:
getMvccVersion
in interfaceAssetCategoryPropertyModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this asset category property
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this asset category property.- Specified by:
getPrimaryKey
in interfaceAssetCategoryPropertyModel
- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetCategoryProperty>
- Returns:
- the primary key of this asset category property
-
getUserId
public long getUserId()Returns the user ID of this asset category property.- Specified by:
getUserId
in interfaceAssetCategoryPropertyModel
- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user ID of this asset category property
-
getUserName
Returns the user name of this asset category property.- Specified by:
getUserName
in interfaceAssetCategoryPropertyModel
- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user name of this asset category property
-
getUserUuid
Returns the user uuid of this asset category property.- Specified by:
getUserUuid
in interfaceAssetCategoryPropertyModel
- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user uuid of this asset category property
-
getValue
Returns the value of this asset category property.- Specified by:
getValue
in interfaceAssetCategoryPropertyModel
- Returns:
- the value of this asset category property
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCategoryId
public void setCategoryId(long categoryId) Sets the category ID of this asset category property.- Specified by:
setCategoryId
in interfaceAssetCategoryPropertyModel
- Parameters:
categoryId
- the category ID of this asset category property
-
setCategoryPropertyId
public void setCategoryPropertyId(long categoryPropertyId) Sets the category property ID of this asset category property.- Specified by:
setCategoryPropertyId
in interfaceAssetCategoryPropertyModel
- Parameters:
categoryPropertyId
- the category property ID of this asset category property
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this asset category property.- Specified by:
setCompanyId
in interfaceAssetCategoryPropertyModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this asset category property
-
setCreateDate
Sets the create date of this asset category property.- Specified by:
setCreateDate
in interfaceAssetCategoryPropertyModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
createDate
- the create date of this asset category property
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this asset category property.- Specified by:
setCtCollectionId
in interfaceAssetCategoryPropertyModel
- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetCategoryProperty>
- Parameters:
ctCollectionId
- the ct collection ID of this asset category property
-
setExternalReferenceCode
Sets the external reference code of this asset category property.- Specified by:
setExternalReferenceCode
in interfaceAssetCategoryPropertyModel
- Specified by:
setExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Parameters:
externalReferenceCode
- the external reference code of this asset category property
-
setKey
Sets the key of this asset category property.- Specified by:
setKey
in interfaceAssetCategoryPropertyModel
- Parameters:
key
- the key of this asset category property
-
setModifiedDate
Sets the modified date of this asset category property.- Specified by:
setModifiedDate
in interfaceAssetCategoryPropertyModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
modifiedDate
- the modified date of this asset category property
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this asset category property.- Specified by:
setMvccVersion
in interfaceAssetCategoryPropertyModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this asset category property
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this asset category property.- Specified by:
setPrimaryKey
in interfaceAssetCategoryPropertyModel
- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetCategoryProperty>
- Parameters:
primaryKey
- the primary key of this asset category property
-
setUserId
public void setUserId(long userId) Sets the user ID of this asset category property.- Specified by:
setUserId
in interfaceAssetCategoryPropertyModel
- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userId
- the user ID of this asset category property
-
setUserName
Sets the user name of this asset category property.- Specified by:
setUserName
in interfaceAssetCategoryPropertyModel
- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userName
- the user name of this asset category property
-
setUserUuid
Sets the user uuid of this asset category property.- Specified by:
setUserUuid
in interfaceAssetCategoryPropertyModel
- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userUuid
- the user uuid of this asset category property
-
setValue
Sets the value of this asset category property.- Specified by:
setValue
in interfaceAssetCategoryPropertyModel
- Parameters:
value
- the value of this asset category property
-
toXmlString
- Specified by:
toXmlString
in interfaceAssetCategoryPropertyModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<AssetCategoryProperty>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<AssetCategoryProperty>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetCategoryProperty>
-