Package com.liferay.layout.model
Class LayoutClassedModelUsageWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutClassedModelUsage>
com.liferay.layout.model.LayoutClassedModelUsageWrapper
- All Implemented Interfaces:
LayoutClassedModelUsage,LayoutClassedModelUsageModel,com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.BaseModel<LayoutClassedModelUsage>,com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutClassedModelUsage>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<LayoutClassedModelUsage>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.TypedModel,Serializable,Cloneable,Comparable<LayoutClassedModelUsage>
public class LayoutClassedModelUsageWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutClassedModelUsage>
implements LayoutClassedModelUsage, com.liferay.portal.kernel.model.ModelWrapper<LayoutClassedModelUsage>
This class is a wrapper for LayoutClassedModelUsage.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.layout.model.LayoutClassedModelUsage
LAYOUT_CLASSED_MODEL_USAGE_ID_ACCESSOR -
Constructor Summary
ConstructorsConstructorDescriptionLayoutClassedModelUsageWrapper(LayoutClassedModelUsage layoutClassedModelUsage) -
Method Summary
Modifier and TypeMethodDescriptionReturns the classed model external reference code of this layout classed model usage.Returns the fully qualified class name of this layout classed model usage.longReturns the class name ID of this layout classed model usage.longReturns the class pk of this layout classed model usage.longReturns the company ID of this layout classed model usage.Returns the container key of this layout classed model usage.longReturns the container type of this layout classed model usage.Returns the create date of this layout classed model usage.longReturns the ct collection ID of this layout classed model usage.longReturns the group ID of this layout classed model usage.Returns the last publish date of this layout classed model usage.longReturns the layout classed model usage ID of this layout classed model usage.Returns the modified date of this layout classed model usage.longReturns the mvcc version of this layout classed model usage.longgetPlid()Returns the plid of this layout classed model usage.longReturns the primary key of this layout classed model usage.com.liferay.exportimport.kernel.lar.StagedModelTypeintgetType()Returns the type of this layout classed model usage.getUuid()Returns the uuid of this layout classed model usage.voidpersist()voidsetClassedModelExternalReferenceCode(String classedModelExternalReferenceCode) Sets the classed model external reference code of this layout classed model usage.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this layout classed model usage.voidsetClassPK(long classPK) Sets the class pk of this layout classed model usage.voidsetCompanyId(long companyId) Sets the company ID of this layout classed model usage.voidsetContainerKey(String containerKey) Sets the container key of this layout classed model usage.voidsetContainerType(long containerType) Sets the container type of this layout classed model usage.voidsetCreateDate(Date createDate) Sets the create date of this layout classed model usage.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this layout classed model usage.voidsetGroupId(long groupId) Sets the group ID of this layout classed model usage.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this layout classed model usage.voidsetLayoutClassedModelUsageId(long layoutClassedModelUsageId) Sets the layout classed model usage ID of this layout classed model usage.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this layout classed model usage.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this layout classed model usage.voidsetPlid(long plid) Sets the plid of this layout classed model usage.voidsetPrimaryKey(long primaryKey) Sets the primary key of this layout classed model usage.voidsetType(int type) Sets the type of this layout classed model usage.voidSets the uuid of this layout classed model usage.protected LayoutClassedModelUsageWrapperwrap(LayoutClassedModelUsage layoutClassedModelUsage) 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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
LayoutClassedModelUsageWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutClassedModelUsage>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutClassedModelUsage>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutClassedModelUsage>- Specified by:
cloneWithOriginalValuesin interfaceLayoutClassedModelUsageModel
-
getClassedModelExternalReferenceCode
Returns the classed model external reference code of this layout classed model usage.- Specified by:
getClassedModelExternalReferenceCodein interfaceLayoutClassedModelUsageModel- Returns:
- the classed model external reference code of this layout classed model usage
-
getClassName
Returns the fully qualified class name of this layout classed model usage.- Specified by:
getClassNamein interfaceLayoutClassedModelUsageModel- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the fully qualified class name of this layout classed model usage
-
getClassNameId
public long getClassNameId()Returns the class name ID of this layout classed model usage.- Specified by:
getClassNameIdin interfaceLayoutClassedModelUsageModel- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the class name ID of this layout classed model usage
-
getClassPK
public long getClassPK()Returns the class pk of this layout classed model usage.- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
getClassPKin interfaceLayoutClassedModelUsageModel- Returns:
- the class pk of this layout classed model usage
-
getCompanyId
public long getCompanyId()Returns the company ID of this layout classed model usage.- Specified by:
getCompanyIdin interfaceLayoutClassedModelUsageModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this layout classed model usage
-
getContainerKey
Returns the container key of this layout classed model usage.- Specified by:
getContainerKeyin interfaceLayoutClassedModelUsageModel- Returns:
- the container key of this layout classed model usage
-
getContainerType
public long getContainerType()Returns the container type of this layout classed model usage.- Specified by:
getContainerTypein interfaceLayoutClassedModelUsageModel- Returns:
- the container type of this layout classed model usage
-
getCreateDate
Returns the create date of this layout classed model usage.- Specified by:
getCreateDatein interfaceLayoutClassedModelUsageModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this layout classed model usage
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this layout classed model usage.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutClassedModelUsage>- Specified by:
getCtCollectionIdin interfaceLayoutClassedModelUsageModel- Returns:
- the ct collection ID of this layout classed model usage
-
getGroupId
public long getGroupId()Returns the group ID of this layout classed model usage.- Specified by:
getGroupIdin interfaceLayoutClassedModelUsageModel- Returns:
- the group ID of this layout classed model usage
-
getLastPublishDate
Returns the last publish date of this layout classed model usage.- Specified by:
getLastPublishDatein interfaceLayoutClassedModelUsageModel- Returns:
- the last publish date of this layout classed model usage
-
getLayoutClassedModelUsageId
public long getLayoutClassedModelUsageId()Returns the layout classed model usage ID of this layout classed model usage.- Specified by:
getLayoutClassedModelUsageIdin interfaceLayoutClassedModelUsageModel- Returns:
- the layout classed model usage ID of this layout classed model usage
-
getModifiedDate
Returns the modified date of this layout classed model usage.- Specified by:
getModifiedDatein interfaceLayoutClassedModelUsageModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this layout classed model usage
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this layout classed model usage.- Specified by:
getMvccVersionin interfaceLayoutClassedModelUsageModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this layout classed model usage
-
getPlid
public long getPlid()Returns the plid of this layout classed model usage.- Specified by:
getPlidin interfaceLayoutClassedModelUsageModel- Returns:
- the plid of this layout classed model usage
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this layout classed model usage.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutClassedModelUsage>- Specified by:
getPrimaryKeyin interfaceLayoutClassedModelUsageModel- Returns:
- the primary key of this layout classed model usage
-
getType
public int getType()Returns the type of this layout classed model usage.- Specified by:
getTypein interfaceLayoutClassedModelUsageModel- Returns:
- the type of this layout classed model usage
-
getUuid
Returns the uuid of this layout classed model usage.- Specified by:
getUuidin interfaceLayoutClassedModelUsageModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this layout classed model usage
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setClassedModelExternalReferenceCode
Sets the classed model external reference code of this layout classed model usage.- Specified by:
setClassedModelExternalReferenceCodein interfaceLayoutClassedModelUsageModel- Parameters:
classedModelExternalReferenceCode- the classed model external reference code of this layout classed model usage
-
setClassName
- Specified by:
setClassNamein interfaceLayoutClassedModelUsageModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this layout classed model usage.- Specified by:
setClassNameIdin interfaceLayoutClassedModelUsageModel- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Parameters:
classNameId- the class name ID of this layout classed model usage
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this layout classed model usage.- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
setClassPKin interfaceLayoutClassedModelUsageModel- Parameters:
classPK- the class pk of this layout classed model usage
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this layout classed model usage.- Specified by:
setCompanyIdin interfaceLayoutClassedModelUsageModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this layout classed model usage
-
setContainerKey
Sets the container key of this layout classed model usage.- Specified by:
setContainerKeyin interfaceLayoutClassedModelUsageModel- Parameters:
containerKey- the container key of this layout classed model usage
-
setContainerType
public void setContainerType(long containerType) Sets the container type of this layout classed model usage.- Specified by:
setContainerTypein interfaceLayoutClassedModelUsageModel- Parameters:
containerType- the container type of this layout classed model usage
-
setCreateDate
Sets the create date of this layout classed model usage.- Specified by:
setCreateDatein interfaceLayoutClassedModelUsageModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this layout classed model usage
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this layout classed model usage.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutClassedModelUsage>- Specified by:
setCtCollectionIdin interfaceLayoutClassedModelUsageModel- Parameters:
ctCollectionId- the ct collection ID of this layout classed model usage
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this layout classed model usage.- Specified by:
setGroupIdin interfaceLayoutClassedModelUsageModel- Parameters:
groupId- the group ID of this layout classed model usage
-
setLastPublishDate
Sets the last publish date of this layout classed model usage.- Specified by:
setLastPublishDatein interfaceLayoutClassedModelUsageModel- Parameters:
lastPublishDate- the last publish date of this layout classed model usage
-
setLayoutClassedModelUsageId
public void setLayoutClassedModelUsageId(long layoutClassedModelUsageId) Sets the layout classed model usage ID of this layout classed model usage.- Specified by:
setLayoutClassedModelUsageIdin interfaceLayoutClassedModelUsageModel- Parameters:
layoutClassedModelUsageId- the layout classed model usage ID of this layout classed model usage
-
setModifiedDate
Sets the modified date of this layout classed model usage.- Specified by:
setModifiedDatein interfaceLayoutClassedModelUsageModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this layout classed model usage
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this layout classed model usage.- Specified by:
setMvccVersionin interfaceLayoutClassedModelUsageModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this layout classed model usage
-
setPlid
public void setPlid(long plid) Sets the plid of this layout classed model usage.- Specified by:
setPlidin interfaceLayoutClassedModelUsageModel- Parameters:
plid- the plid of this layout classed model usage
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this layout classed model usage.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutClassedModelUsage>- Specified by:
setPrimaryKeyin interfaceLayoutClassedModelUsageModel- Parameters:
primaryKey- the primary key of this layout classed model usage
-
setType
public void setType(int type) Sets the type of this layout classed model usage.- Specified by:
setTypein interfaceLayoutClassedModelUsageModel- Parameters:
type- the type of this layout classed model usage
-
setUuid
Sets the uuid of this layout classed model usage.- Specified by:
setUuidin interfaceLayoutClassedModelUsageModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this layout classed model usage
-
toXmlString
- Specified by:
toXmlStringin interfaceLayoutClassedModelUsageModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutClassedModelUsage>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutClassedModelUsage>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutClassedModelUsage>
-