Class DDMTemplateLinkWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMTemplateLink>
com.liferay.dynamic.data.mapping.model.DDMTemplateLinkWrapper
- All Implemented Interfaces:
DDMTemplateLink,DDMTemplateLinkModel,com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.BaseModel<DDMTemplateLink>,com.liferay.portal.kernel.model.change.tracking.CTModel<DDMTemplateLink>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<DDMTemplateLink>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.TypedModel,Serializable,Cloneable,Comparable<DDMTemplateLink>
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.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.dynamic.data.mapping.model.DDMTemplateLink
TEMPLATE_LINK_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this ddm template link.longReturns the class name ID of this ddm template link.longReturns the class pk of this ddm template link.longReturns the company ID of this ddm template link.longReturns the ct collection ID of this ddm template link.longReturns the mvcc version of this ddm template link.longReturns the primary key of this ddm template link.longReturns the template ID of this ddm template link.longReturns the template link ID of this ddm template link.voidpersist()voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this ddm template link.voidsetClassPK(long classPK) Sets the class pk of this ddm template link.voidsetCompanyId(long companyId) Sets the company ID of this ddm template link.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddm template link.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this ddm template link.voidsetPrimaryKey(long primaryKey) Sets the primary key of this ddm template link.voidsetTemplateId(long templateId) Sets the template ID of this ddm template link.voidsetTemplateLinkId(long templateLinkId) Sets the template link ID of this ddm template link.protected DDMTemplateLinkWrapperwrap(DDMTemplateLink ddmTemplateLink) 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
getWrappedModel
-
Constructor Details
-
DDMTemplateLinkWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DDMTemplateLink>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DDMTemplateLink>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DDMTemplateLink>- Specified by:
cloneWithOriginalValuesin interfaceDDMTemplateLinkModel
-
getClassName
Returns the fully qualified class name of this ddm template link.- Specified by:
getClassNamein interfaceDDMTemplateLinkModel- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the fully qualified class name of this ddm template link
-
getClassNameId
public long getClassNameId()Returns the class name ID of this ddm template link.- Specified by:
getClassNameIdin interfaceDDMTemplateLinkModel- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the class name ID of this ddm template link
-
getClassPK
public long getClassPK()Returns the class pk of this ddm template link.- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
getClassPKin interfaceDDMTemplateLinkModel- Returns:
- the class pk of this ddm template link
-
getCompanyId
public long getCompanyId()Returns the company ID of this ddm template link.- Specified by:
getCompanyIdin interfaceDDMTemplateLinkModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this ddm template link
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this ddm template link.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMTemplateLink>- Specified by:
getCtCollectionIdin interfaceDDMTemplateLinkModel- Returns:
- the ct collection ID of this ddm template link
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this ddm template link.- Specified by:
getMvccVersionin interfaceDDMTemplateLinkModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this ddm template link
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this ddm template link.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMTemplateLink>- Specified by:
getPrimaryKeyin interfaceDDMTemplateLinkModel- Returns:
- the primary key of this ddm template link
-
getTemplate
- Specified by:
getTemplatein interfaceDDMTemplateLink- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getTemplateId
public long getTemplateId()Returns the template ID of this ddm template link.- Specified by:
getTemplateIdin interfaceDDMTemplateLinkModel- Returns:
- the template ID of this ddm template link
-
getTemplateLinkId
public long getTemplateLinkId()Returns the template link ID of this ddm template link.- Specified by:
getTemplateLinkIdin interfaceDDMTemplateLinkModel- Returns:
- the template link ID of this ddm template link
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setClassName
- Specified by:
setClassNamein interfaceDDMTemplateLinkModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this ddm template link.- Specified by:
setClassNameIdin interfaceDDMTemplateLinkModel- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Parameters:
classNameId- the class name ID of this ddm template link
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this ddm template link.- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
setClassPKin interfaceDDMTemplateLinkModel- Parameters:
classPK- the class pk of this ddm template link
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this ddm template link.- Specified by:
setCompanyIdin interfaceDDMTemplateLinkModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this ddm template link
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddm template link.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMTemplateLink>- Specified by:
setCtCollectionIdin interfaceDDMTemplateLinkModel- Parameters:
ctCollectionId- the ct collection ID of this ddm template link
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this ddm template link.- Specified by:
setMvccVersionin interfaceDDMTemplateLinkModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this ddm template link
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this ddm template link.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMTemplateLink>- Specified by:
setPrimaryKeyin interfaceDDMTemplateLinkModel- Parameters:
primaryKey- the primary key of this ddm template link
-
setTemplateId
public void setTemplateId(long templateId) Sets the template ID of this ddm template link.- Specified by:
setTemplateIdin interfaceDDMTemplateLinkModel- Parameters:
templateId- the template ID of this ddm template link
-
setTemplateLinkId
public void setTemplateLinkId(long templateLinkId) Sets the template link ID of this ddm template link.- Specified by:
setTemplateLinkIdin interfaceDDMTemplateLinkModel- Parameters:
templateLinkId- the template link ID of this ddm template link
-
toXmlString
- Specified by:
toXmlStringin interfaceDDMTemplateLinkModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<DDMTemplateLink>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<DDMTemplateLink>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMTemplateLink>
-