Interface DDMTemplateLinkModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.BaseModel<DDMTemplateLink>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<DDMTemplateLink>,com.liferay.portal.kernel.model.change.tracking.CTModel<DDMTemplateLink>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.TypedModel
- All Known Subinterfaces:
DDMTemplateLink
- All Known Implementing Classes:
DDMTemplateLinkWrapper
@ProviderType
public interface DDMTemplateLinkModel
extends 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.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the DDMTemplateLink service. Represents a row in the "DDMTemplateLink" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.dynamic.data.mapping.model.impl.DDMTemplateLinkModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.dynamic.data.mapping.model.impl.DDMTemplateLinkImpl.
- See Also:
- Generated:
-
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.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.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.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this ddm template link.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMTemplateLink>- Returns:
- the primary key of this ddm template link
-
setPrimaryKey
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>- Parameters:
primaryKey- the primary key of this ddm template link
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this ddm template link.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this ddm template link
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this ddm template link.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this ddm template link
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this ddm template link.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMTemplateLink>- Returns:
- the ct collection ID of this ddm template link
-
setCtCollectionId
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>- Parameters:
ctCollectionId- the ct collection ID of this ddm template link
-
getTemplateLinkId
long getTemplateLinkId()Returns the template link ID of this ddm template link.- Returns:
- the template link ID of this ddm template link
-
setTemplateLinkId
void setTemplateLinkId(long templateLinkId) Sets the template link ID of this ddm template link.- Parameters:
templateLinkId- the template link ID of this ddm template link
-
getCompanyId
long getCompanyId()Returns the company ID of this ddm template link.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this ddm template link
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this ddm template link.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this ddm template link
-
getClassName
String getClassName()Returns the fully qualified class name of this ddm template link.- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the fully qualified class name of this ddm template link
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this ddm template link.- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the class name ID of this ddm template link
-
setClassNameId
void setClassNameId(long classNameId) Sets the class name ID of this ddm template link.- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Parameters:
classNameId- the class name ID of this ddm template link
-
getClassPK
long getClassPK()Returns the class pk of this ddm template link.- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Returns:
- the class pk of this ddm template link
-
setClassPK
void setClassPK(long classPK) Sets the class pk of this ddm template link.- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Parameters:
classPK- the class pk of this ddm template link
-
getTemplateId
long getTemplateId()Returns the template ID of this ddm template link.- Returns:
- the template ID of this ddm template link
-
setTemplateId
void setTemplateId(long templateId) Sets the template ID of this ddm template link.- Parameters:
templateId- the template ID of this ddm template link
-
cloneWithOriginalValues
DDMTemplateLink cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DDMTemplateLink>
-
toXmlString
-