Package com.liferay.layout.model
Interface LayoutClassedModelUsageModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.BaseModel<LayoutClassedModelUsage>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<LayoutClassedModelUsage>,com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutClassedModelUsage>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.TypedModel
- All Known Subinterfaces:
LayoutClassedModelUsage
- All Known Implementing Classes:
LayoutClassedModelUsageWrapper
@ProviderType
public interface LayoutClassedModelUsageModel
extends 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.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedModel
The base model interface for the LayoutClassedModelUsage service. Represents a row in the "LayoutClassedModelUsage" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.layout.model.impl.LayoutClassedModelUsageModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.layout.model.impl.LayoutClassedModelUsageImpl.
- See Also:
- Generated:
-
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.intgetType()Returns the type of this layout classed model usage.getUuid()Returns the uuid of this layout classed model usage.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.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.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this layout classed model usage.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutClassedModelUsage>- Returns:
- the primary key of this layout classed model usage
-
setPrimaryKey
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>- Parameters:
primaryKey- the primary key of this layout classed model usage
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this layout classed model usage.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this layout classed model usage
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this layout classed model usage.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this layout classed model usage
-
getCtCollectionId
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>- Returns:
- the ct collection ID of this layout classed model usage
-
setCtCollectionId
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>- Parameters:
ctCollectionId- the ct collection ID of this layout classed model usage
-
getUuid
Returns the uuid of this layout classed model usage.- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this layout classed model usage
-
setUuid
Sets the uuid of this layout classed model usage.- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this layout classed model usage
-
getLayoutClassedModelUsageId
long getLayoutClassedModelUsageId()Returns the layout classed model usage ID of this layout classed model usage.- Returns:
- the layout classed model usage ID of this layout classed model usage
-
setLayoutClassedModelUsageId
void setLayoutClassedModelUsageId(long layoutClassedModelUsageId) Sets the layout classed model usage ID of this layout classed model usage.- Parameters:
layoutClassedModelUsageId- the layout classed model usage ID of this layout classed model usage
-
getGroupId
long getGroupId()Returns the group ID of this layout classed model usage.- Returns:
- the group ID of this layout classed model usage
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this layout classed model usage.- Parameters:
groupId- the group ID of this layout classed model usage
-
getCompanyId
long getCompanyId()Returns the company ID of this layout classed model usage.- 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
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this layout classed model usage.- 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
-
getCreateDate
Date getCreateDate()Returns the create date of this layout classed model usage.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this layout classed model usage
-
setCreateDate
Sets the create date of this layout classed model usage.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this layout classed model usage
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this layout classed model usage.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this layout classed model usage
-
setModifiedDate
Sets the modified date of this layout classed model usage.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this layout classed model usage
-
getClassName
String getClassName()Returns the fully qualified class name of this layout classed model usage.- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the fully qualified class name of this layout classed model usage
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this layout classed model usage.- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the class name ID of this layout classed model usage
-
setClassNameId
void setClassNameId(long classNameId) Sets the class name ID of this layout classed model usage.- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Parameters:
classNameId- the class name ID of this layout classed model usage
-
getClassPK
long getClassPK()Returns the class pk of this layout classed model usage.- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Returns:
- the class pk of this layout classed model usage
-
setClassPK
void setClassPK(long classPK) Sets the class pk of this layout classed model usage.- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Parameters:
classPK- the class pk of this layout classed model usage
-
getClassedModelExternalReferenceCode
Returns the classed model external reference code of this layout classed model usage.- Returns:
- the classed model external reference code of this layout classed model usage
-
setClassedModelExternalReferenceCode
Sets the classed model external reference code of this layout classed model usage.- Parameters:
classedModelExternalReferenceCode- the classed model external reference code of this layout classed model usage
-
getContainerKey
Returns the container key of this layout classed model usage.- Returns:
- the container key of this layout classed model usage
-
setContainerKey
Sets the container key of this layout classed model usage.- Parameters:
containerKey- the container key of this layout classed model usage
-
getContainerType
long getContainerType()Returns the container type of this layout classed model usage.- Returns:
- the container type of this layout classed model usage
-
setContainerType
void setContainerType(long containerType) Sets the container type of this layout classed model usage.- Parameters:
containerType- the container type of this layout classed model usage
-
getPlid
long getPlid()Returns the plid of this layout classed model usage.- Returns:
- the plid of this layout classed model usage
-
setPlid
void setPlid(long plid) Sets the plid of this layout classed model usage.- Parameters:
plid- the plid of this layout classed model usage
-
getType
int getType()Returns the type of this layout classed model usage.- Returns:
- the type of this layout classed model usage
-
setType
void setType(int type) Sets the type of this layout classed model usage.- Parameters:
type- the type of this layout classed model usage
-
getLastPublishDate
Date getLastPublishDate()Returns the last publish date of this layout classed model usage.- Returns:
- the last publish date of this layout classed model usage
-
setLastPublishDate
Sets the last publish date of this layout classed model usage.- Parameters:
lastPublishDate- the last publish date of this layout classed model usage
-
cloneWithOriginalValues
LayoutClassedModelUsage cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutClassedModelUsage>
-
toXmlString
-