public class DDMTemplateLinkWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMTemplateLink> implements DDMTemplateLink, com.liferay.portal.kernel.model.ModelWrapper<DDMTemplateLink>
This class is a wrapper for DDMTemplateLink.
DDMTemplateLink,
Serialized FormTEMPLATE_LINK_ID_ACCESSOR| Constructor and Description |
|---|
DDMTemplateLinkWrapper(DDMTemplateLink ddmTemplateLink) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Returns the fully qualified class name of this ddm template link.
|
long |
getClassNameId()
Returns the class name ID of this ddm template link.
|
long |
getClassPK()
Returns the class pk of this ddm template link.
|
long |
getCompanyId()
Returns the company ID of this ddm template link.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this ddm template link.
|
long |
getPrimaryKey()
Returns the primary key of this ddm template link.
|
DDMTemplate |
getTemplate() |
long |
getTemplateId()
Returns the template ID of this ddm template link.
|
long |
getTemplateLinkId()
Returns the template link ID of this ddm template link.
|
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this ddm template link.
|
void |
setClassPK(long classPK)
Sets the class pk of this ddm template link.
|
void |
setCompanyId(long companyId)
Sets the company ID of this ddm template link.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ddm template link.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ddm template link.
|
void |
setTemplateId(long templateId)
Sets the template ID of this ddm template link.
|
void |
setTemplateLinkId(long templateLinkId)
Sets the template link ID of this ddm template link.
|
protected DDMTemplateLinkWrapper |
wrap(DDMTemplateLink ddmTemplateLink) |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic DDMTemplateLinkWrapper(DDMTemplateLink ddmTemplateLink)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDMTemplateLink>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDMTemplateLink>public java.lang.String getClassName()
getClassName in interface DDMTemplateLinkModelgetClassName in interface com.liferay.portal.kernel.model.TypedModelpublic long getClassNameId()
getClassNameId in interface DDMTemplateLinkModelgetClassNameId in interface com.liferay.portal.kernel.model.TypedModelpublic long getClassPK()
getClassPK in interface DDMTemplateLinkModelgetClassPK in interface com.liferay.portal.kernel.model.AttachedModelpublic long getCompanyId()
getCompanyId in interface DDMTemplateLinkModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getMvccVersion()
getMvccVersion in interface DDMTemplateLinkModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface DDMTemplateLinkModelpublic DDMTemplate getTemplate() throws com.liferay.portal.kernel.exception.PortalException
getTemplate in interface DDMTemplateLinkcom.liferay.portal.kernel.exception.PortalExceptionpublic long getTemplateId()
getTemplateId in interface DDMTemplateLinkModelpublic long getTemplateLinkId()
getTemplateLinkId in interface DDMTemplateLinkModelpublic void persist()
DDMTemplateLink interface instead.persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setClassName(java.lang.String className)
setClassName in interface DDMTemplateLinkModelpublic void setClassNameId(long classNameId)
setClassNameId in interface DDMTemplateLinkModelsetClassNameId in interface com.liferay.portal.kernel.model.TypedModelclassNameId - the class name ID of this ddm template linkpublic void setClassPK(long classPK)
setClassPK in interface DDMTemplateLinkModelsetClassPK in interface com.liferay.portal.kernel.model.AttachedModelclassPK - the class pk of this ddm template linkpublic void setCompanyId(long companyId)
setCompanyId in interface DDMTemplateLinkModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this ddm template linkpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface DDMTemplateLinkModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this ddm template linkpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DDMTemplateLinkModelprimaryKey - the primary key of this ddm template linkpublic void setTemplateId(long templateId)
setTemplateId in interface DDMTemplateLinkModeltemplateId - the template ID of this ddm template linkpublic void setTemplateLinkId(long templateLinkId)
setTemplateLinkId in interface DDMTemplateLinkModeltemplateLinkId - the template link ID of this ddm template linkprotected DDMTemplateLinkWrapper wrap(DDMTemplateLink ddmTemplateLink)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMTemplateLink>