Package com.liferay.template.model
Class TemplateEntryWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<TemplateEntry>
com.liferay.template.model.TemplateEntryWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<TemplateEntry>,com.liferay.portal.kernel.model.change.tracking.CTModel<TemplateEntry>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<TemplateEntry>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedGroupedModel,com.liferay.portal.kernel.model.StagedModel,TemplateEntry,TemplateEntryModel,Serializable,Cloneable,Comparable<TemplateEntry>
public class TemplateEntryWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<TemplateEntry>
implements com.liferay.portal.kernel.model.ModelWrapper<TemplateEntry>, TemplateEntry
This class is a wrapper for TemplateEntry.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.template.model.TemplateEntry
TEMPLATE_ENTRY_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this template entry.Returns the create date of this template entry.longReturns the ct collection ID of this template entry.longReturns the ddm template ID of this template entry.Returns the external reference code of this template entry.longReturns the group ID of this template entry.Returns the info item class name of this template entry.Returns the info item form variation key of this template entry.Returns the last publish date of this template entry.Returns the modified date of this template entry.longReturns the mvcc version of this template entry.longReturns the primary key of this template entry.com.liferay.exportimport.kernel.lar.StagedModelTypelongReturns the template entry ID of this template entry.longReturns the user ID of this template entry.Returns the user name of this template entry.Returns the user uuid of this template entry.getUuid()Returns the uuid of this template entry.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this template entry.voidsetCreateDate(Date createDate) Sets the create date of this template entry.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this template entry.voidsetDDMTemplateId(long ddmTemplateId) Sets the ddm template ID of this template entry.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this template entry.voidsetGroupId(long groupId) Sets the group ID of this template entry.voidsetInfoItemClassName(String infoItemClassName) Sets the info item class name of this template entry.voidsetInfoItemFormVariationKey(String infoItemFormVariationKey) Sets the info item form variation key of this template entry.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this template entry.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this template entry.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this template entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this template entry.voidsetTemplateEntryId(long templateEntryId) Sets the template entry ID of this template entry.voidsetUserId(long userId) Sets the user ID of this template entry.voidsetUserName(String userName) Sets the user name of this template entry.voidsetUserUuid(String userUuid) Sets the user uuid of this template entry.voidSets the uuid of this template entry.protected TemplateEntryWrapperwrap(TemplateEntry templateEntry) 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
-
TemplateEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<TemplateEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<TemplateEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<TemplateEntry>- Specified by:
cloneWithOriginalValuesin interfaceTemplateEntryModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this template entry.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
getCompanyIdin interfaceTemplateEntryModel- Returns:
- the company ID of this template entry
-
getCreateDate
Returns the create date of this template entry.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
getCreateDatein interfaceTemplateEntryModel- Returns:
- the create date of this template entry
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this template entry.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<TemplateEntry>- Specified by:
getCtCollectionIdin interfaceTemplateEntryModel- Returns:
- the ct collection ID of this template entry
-
getDDMTemplateId
public long getDDMTemplateId()Returns the ddm template ID of this template entry.- Specified by:
getDDMTemplateIdin interfaceTemplateEntryModel- Returns:
- the ddm template ID of this template entry
-
getExternalReferenceCode
Returns the external reference code of this template entry.- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Specified by:
getExternalReferenceCodein interfaceTemplateEntryModel- Returns:
- the external reference code of this template entry
-
getGroupId
public long getGroupId()Returns the group ID of this template entry.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceTemplateEntryModel- Returns:
- the group ID of this template entry
-
getInfoItemClassName
Returns the info item class name of this template entry.- Specified by:
getInfoItemClassNamein interfaceTemplateEntryModel- Returns:
- the info item class name of this template entry
-
getInfoItemFormVariationKey
Returns the info item form variation key of this template entry.- Specified by:
getInfoItemFormVariationKeyin interfaceTemplateEntryModel- Returns:
- the info item form variation key of this template entry
-
getLastPublishDate
Returns the last publish date of this template entry.- Specified by:
getLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Specified by:
getLastPublishDatein interfaceTemplateEntryModel- Returns:
- the last publish date of this template entry
-
getModifiedDate
Returns the modified date of this template entry.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
getModifiedDatein interfaceTemplateEntryModel- Returns:
- the modified date of this template entry
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this template entry.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin interfaceTemplateEntryModel- Returns:
- the mvcc version of this template entry
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this template entry.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<TemplateEntry>- Specified by:
getPrimaryKeyin interfaceTemplateEntryModel- Returns:
- the primary key of this template entry
-
getTemplateEntryId
public long getTemplateEntryId()Returns the template entry ID of this template entry.- Specified by:
getTemplateEntryIdin interfaceTemplateEntryModel- Returns:
- the template entry ID of this template entry
-
getUserId
public long getUserId()Returns the user ID of this template entry.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceTemplateEntryModel- Returns:
- the user ID of this template entry
-
getUserName
Returns the user name of this template entry.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceTemplateEntryModel- Returns:
- the user name of this template entry
-
getUserUuid
Returns the user uuid of this template entry.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceTemplateEntryModel- Returns:
- the user uuid of this template entry
-
getUuid
Returns the uuid of this template entry.- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
getUuidin interfaceTemplateEntryModel- Returns:
- the uuid of this template entry
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this template entry.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
setCompanyIdin interfaceTemplateEntryModel- Parameters:
companyId- the company ID of this template entry
-
setCreateDate
Sets the create date of this template entry.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
setCreateDatein interfaceTemplateEntryModel- Parameters:
createDate- the create date of this template entry
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this template entry.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<TemplateEntry>- Specified by:
setCtCollectionIdin interfaceTemplateEntryModel- Parameters:
ctCollectionId- the ct collection ID of this template entry
-
setDDMTemplateId
public void setDDMTemplateId(long ddmTemplateId) Sets the ddm template ID of this template entry.- Specified by:
setDDMTemplateIdin interfaceTemplateEntryModel- Parameters:
ddmTemplateId- the ddm template ID of this template entry
-
setExternalReferenceCode
Sets the external reference code of this template entry.- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Specified by:
setExternalReferenceCodein interfaceTemplateEntryModel- Parameters:
externalReferenceCode- the external reference code of this template entry
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this template entry.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin interfaceTemplateEntryModel- Parameters:
groupId- the group ID of this template entry
-
setInfoItemClassName
Sets the info item class name of this template entry.- Specified by:
setInfoItemClassNamein interfaceTemplateEntryModel- Parameters:
infoItemClassName- the info item class name of this template entry
-
setInfoItemFormVariationKey
Sets the info item form variation key of this template entry.- Specified by:
setInfoItemFormVariationKeyin interfaceTemplateEntryModel- Parameters:
infoItemFormVariationKey- the info item form variation key of this template entry
-
setLastPublishDate
Sets the last publish date of this template entry.- Specified by:
setLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Specified by:
setLastPublishDatein interfaceTemplateEntryModel- Parameters:
lastPublishDate- the last publish date of this template entry
-
setModifiedDate
Sets the modified date of this template entry.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
setModifiedDatein interfaceTemplateEntryModel- Parameters:
modifiedDate- the modified date of this template entry
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this template entry.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin interfaceTemplateEntryModel- Parameters:
mvccVersion- the mvcc version of this template entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this template entry.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<TemplateEntry>- Specified by:
setPrimaryKeyin interfaceTemplateEntryModel- Parameters:
primaryKey- the primary key of this template entry
-
setTemplateEntryId
public void setTemplateEntryId(long templateEntryId) Sets the template entry ID of this template entry.- Specified by:
setTemplateEntryIdin interfaceTemplateEntryModel- Parameters:
templateEntryId- the template entry ID of this template entry
-
setUserId
public void setUserId(long userId) Sets the user ID of this template entry.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceTemplateEntryModel- Parameters:
userId- the user ID of this template entry
-
setUserName
Sets the user name of this template entry.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceTemplateEntryModel- Parameters:
userName- the user name of this template entry
-
setUserUuid
Sets the user uuid of this template entry.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceTemplateEntryModel- Parameters:
userUuid- the user uuid of this template entry
-
setUuid
Sets the uuid of this template entry.- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
setUuidin interfaceTemplateEntryModel- Parameters:
uuid- the uuid of this template entry
-
toXmlString
- Specified by:
toXmlStringin interfaceTemplateEntryModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<TemplateEntry>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<TemplateEntry>
-
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<TemplateEntry>
-