public class CTCollectionTemplateWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTCollectionTemplate> implements CTCollectionTemplate, com.liferay.portal.kernel.model.ModelWrapper<CTCollectionTemplate>
This class is a wrapper for CTCollectionTemplate
.
CTCollectionTemplate
,
Serialized FormCT_COLLECTION_TEMPLATE_ID_ACCESSOR
Constructor and Description |
---|
CTCollectionTemplateWrapper(CTCollectionTemplate ctCollectionTemplate) |
Modifier and Type | Method and Description |
---|---|
CTCollectionTemplate |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this ct collection template.
|
java.util.Date |
getCreateDate()
Returns the create date of this ct collection template.
|
long |
getCtCollectionTemplateId()
Returns the ct collection template ID of this ct collection template.
|
java.lang.String |
getDescription()
Returns the description of this ct collection template.
|
com.liferay.portal.kernel.json.JSONObject |
getJSONObject() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this ct collection template.
|
long |
getMvccVersion()
Returns the mvcc version of this ct collection template.
|
java.lang.String |
getName()
Returns the name of this ct collection template.
|
java.lang.String |
getParsedPublicationDescription() |
java.lang.String |
getParsedPublicationName() |
long |
getPrimaryKey()
Returns the primary key of this ct collection template.
|
java.lang.String |
getPublicationDescription() |
java.lang.String |
getPublicationName() |
long |
getUserId()
Returns the user ID of this ct collection template.
|
java.lang.String |
getUserName() |
java.lang.String |
getUserUuid()
Returns the user uuid of this ct collection template.
|
void |
persist() |
void |
setCompanyId(long companyId)
Sets the company ID of this ct collection template.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this ct collection template.
|
void |
setCtCollectionTemplateId(long ctCollectionTemplateId)
Sets the ct collection template ID of this ct collection template.
|
void |
setDescription(java.lang.String description)
Sets the description of this ct collection template.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this ct collection template.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ct collection template.
|
void |
setName(java.lang.String name)
Sets the name of this ct collection template.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ct collection template.
|
void |
setUserId(long userId)
Sets the user ID of this ct collection template.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this ct collection template.
|
java.lang.String |
toXmlString() |
protected CTCollectionTemplateWrapper |
wrap(CTCollectionTemplate ctCollectionTemplate) |
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
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
public CTCollectionTemplateWrapper(CTCollectionTemplate ctCollectionTemplate)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<CTCollectionTemplate>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<CTCollectionTemplate>
public CTCollectionTemplate cloneWithOriginalValues()
cloneWithOriginalValues
in interface CTCollectionTemplateModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<CTCollectionTemplate>
public long getCompanyId()
getCompanyId
in interface CTCollectionTemplateModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public java.util.Date getCreateDate()
getCreateDate
in interface CTCollectionTemplateModel
public long getCtCollectionTemplateId()
getCtCollectionTemplateId
in interface CTCollectionTemplateModel
public java.lang.String getDescription()
getDescription
in interface CTCollectionTemplateModel
public com.liferay.portal.kernel.json.JSONObject getJSONObject()
getJSONObject
in interface CTCollectionTemplate
public java.util.Date getModifiedDate()
getModifiedDate
in interface CTCollectionTemplateModel
public long getMvccVersion()
getMvccVersion
in interface CTCollectionTemplateModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public java.lang.String getName()
getName
in interface CTCollectionTemplateModel
public java.lang.String getParsedPublicationDescription()
getParsedPublicationDescription
in interface CTCollectionTemplate
public java.lang.String getParsedPublicationName()
getParsedPublicationName
in interface CTCollectionTemplate
public long getPrimaryKey()
getPrimaryKey
in interface CTCollectionTemplateModel
public java.lang.String getPublicationDescription()
getPublicationDescription
in interface CTCollectionTemplate
public java.lang.String getPublicationName()
getPublicationName
in interface CTCollectionTemplate
public long getUserId()
getUserId
in interface CTCollectionTemplateModel
public java.lang.String getUserName()
getUserName
in interface CTCollectionTemplate
public java.lang.String getUserUuid()
getUserUuid
in interface CTCollectionTemplateModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface CTCollectionTemplateModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this ct collection templatepublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface CTCollectionTemplateModel
createDate
- the create date of this ct collection templatepublic void setCtCollectionTemplateId(long ctCollectionTemplateId)
setCtCollectionTemplateId
in interface CTCollectionTemplateModel
ctCollectionTemplateId
- the ct collection template ID of this ct collection templatepublic void setDescription(java.lang.String description)
setDescription
in interface CTCollectionTemplateModel
description
- the description of this ct collection templatepublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface CTCollectionTemplateModel
modifiedDate
- the modified date of this ct collection templatepublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface CTCollectionTemplateModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this ct collection templatepublic void setName(java.lang.String name)
setName
in interface CTCollectionTemplateModel
name
- the name of this ct collection templatepublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface CTCollectionTemplateModel
primaryKey
- the primary key of this ct collection templatepublic void setUserId(long userId)
setUserId
in interface CTCollectionTemplateModel
userId
- the user ID of this ct collection templatepublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface CTCollectionTemplateModel
userUuid
- the user uuid of this ct collection templatepublic java.lang.String toXmlString()
toXmlString
in interface CTCollectionTemplateModel
protected CTCollectionTemplateWrapper wrap(CTCollectionTemplate ctCollectionTemplate)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTCollectionTemplate>