Package com.liferay.knowledge.base.model
Class KBTemplateWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KBTemplate>
com.liferay.knowledge.base.model.KBTemplateWrapper
- All Implemented Interfaces:
KBTemplate,KBTemplateModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<KBTemplate>,com.liferay.portal.kernel.model.change.tracking.CTModel<KBTemplate>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<KBTemplate>,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,Serializable,Cloneable,Comparable<KBTemplate>
public class KBTemplateWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KBTemplate>
implements KBTemplate, com.liferay.portal.kernel.model.ModelWrapper<KBTemplate>
This class is a wrapper for KBTemplate.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.knowledge.base.model.KBTemplate
KB_TEMPLATE_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this kb template.Returns the content of this kb template.Returns the create date of this kb template.longReturns the ct collection ID of this kb template.longReturns the group ID of this kb template.longReturns the kb template ID of this kb template.Returns the last publish date of this kb template.Returns the modified date of this kb template.longReturns the mvcc version of this kb template.longReturns the primary key of this kb template.com.liferay.exportimport.kernel.lar.StagedModelTypegetTitle()Returns the title of this kb template.longReturns the user ID of this kb template.Returns the user name of this kb template.Returns the user uuid of this kb template.getUuid()Returns the uuid of this kb template.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this kb template.voidsetContent(String content) Sets the content of this kb template.voidsetCreateDate(Date createDate) Sets the create date of this kb template.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kb template.voidsetGroupId(long groupId) Sets the group ID of this kb template.voidsetKbTemplateId(long kbTemplateId) Sets the kb template ID of this kb template.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this kb template.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this kb template.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this kb template.voidsetPrimaryKey(long primaryKey) Sets the primary key of this kb template.voidSets the title of this kb template.voidsetUserId(long userId) Sets the user ID of this kb template.voidsetUserName(String userName) Sets the user name of this kb template.voidsetUserUuid(String userUuid) Sets the user uuid of this kb template.voidSets the uuid of this kb template.protected KBTemplateWrapperwrap(KBTemplate kbTemplate) 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
-
KBTemplateWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KBTemplate>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KBTemplate>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KBTemplate>- Specified by:
cloneWithOriginalValuesin interfaceKBTemplateModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this kb template.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceKBTemplateModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this kb template
-
getContent
Returns the content of this kb template.- Specified by:
getContentin interfaceKBTemplateModel- Returns:
- the content of this kb template
-
getCreateDate
Returns the create date of this kb template.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceKBTemplateModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this kb template
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this kb template.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KBTemplate>- Specified by:
getCtCollectionIdin interfaceKBTemplateModel- Returns:
- the ct collection ID of this kb template
-
getGroupId
public long getGroupId()Returns the group ID of this kb template.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceKBTemplateModel- Returns:
- the group ID of this kb template
-
getKbTemplateId
public long getKbTemplateId()Returns the kb template ID of this kb template.- Specified by:
getKbTemplateIdin interfaceKBTemplateModel- Returns:
- the kb template ID of this kb template
-
getLastPublishDate
Returns the last publish date of this kb template.- Specified by:
getLastPublishDatein interfaceKBTemplateModel- Specified by:
getLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Returns:
- the last publish date of this kb template
-
getModifiedDate
Returns the modified date of this kb template.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceKBTemplateModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this kb template
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kb template.- Specified by:
getMvccVersionin interfaceKBTemplateModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this kb template
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kb template.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KBTemplate>- Specified by:
getPrimaryKeyin interfaceKBTemplateModel- Returns:
- the primary key of this kb template
-
getTitle
Returns the title of this kb template.- Specified by:
getTitlein interfaceKBTemplateModel- Returns:
- the title of this kb template
-
getUserId
public long getUserId()Returns the user ID of this kb template.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceKBTemplateModel- Returns:
- the user ID of this kb template
-
getUserName
Returns the user name of this kb template.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceKBTemplateModel- Returns:
- the user name of this kb template
-
getUserUuid
Returns the user uuid of this kb template.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceKBTemplateModel- Returns:
- the user uuid of this kb template
-
getUuid
Returns the uuid of this kb template.- Specified by:
getUuidin interfaceKBTemplateModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this kb template
-
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 kb template.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceKBTemplateModel- 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 kb template
-
setContent
Sets the content of this kb template.- Specified by:
setContentin interfaceKBTemplateModel- Parameters:
content- the content of this kb template
-
setCreateDate
Sets the create date of this kb template.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceKBTemplateModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this kb template
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kb template.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KBTemplate>- Specified by:
setCtCollectionIdin interfaceKBTemplateModel- Parameters:
ctCollectionId- the ct collection ID of this kb template
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this kb template.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin interfaceKBTemplateModel- Parameters:
groupId- the group ID of this kb template
-
setKbTemplateId
public void setKbTemplateId(long kbTemplateId) Sets the kb template ID of this kb template.- Specified by:
setKbTemplateIdin interfaceKBTemplateModel- Parameters:
kbTemplateId- the kb template ID of this kb template
-
setLastPublishDate
Sets the last publish date of this kb template.- Specified by:
setLastPublishDatein interfaceKBTemplateModel- Specified by:
setLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Parameters:
lastPublishDate- the last publish date of this kb template
-
setModifiedDate
Sets the modified date of this kb template.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceKBTemplateModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this kb template
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this kb template.- Specified by:
setMvccVersionin interfaceKBTemplateModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this kb template
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this kb template.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KBTemplate>- Specified by:
setPrimaryKeyin interfaceKBTemplateModel- Parameters:
primaryKey- the primary key of this kb template
-
setTitle
Sets the title of this kb template.- Specified by:
setTitlein interfaceKBTemplateModel- Parameters:
title- the title of this kb template
-
setUserId
public void setUserId(long userId) Sets the user ID of this kb template.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceKBTemplateModel- Parameters:
userId- the user ID of this kb template
-
setUserName
Sets the user name of this kb template.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceKBTemplateModel- Parameters:
userName- the user name of this kb template
-
setUserUuid
Sets the user uuid of this kb template.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceKBTemplateModel- Parameters:
userUuid- the user uuid of this kb template
-
setUuid
Sets the uuid of this kb template.- Specified by:
setUuidin interfaceKBTemplateModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this kb template
-
toXmlString
- Specified by:
toXmlStringin interfaceKBTemplateModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<KBTemplate>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<KBTemplate>
-
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<KBTemplate>
-