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.long
Returns the class name ID of this ddm template link.long
Returns the class pk of this ddm template link.long
Returns the company ID of this ddm template link.long
Returns the ct collection ID of this ddm template link.long
Returns the mvcc version of this ddm template link.long
Returns the primary key of this ddm template link.long
Returns the template ID of this ddm template link.long
Returns the template link ID of this ddm template link.void
setClassName
(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
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this ddm template link.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.default String
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this ddm template link.- Specified by:
getPrimaryKey
in 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:
setPrimaryKey
in 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:
getMvccVersion
in 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:
setMvccVersion
in 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:
getCtCollectionId
in 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:
setCtCollectionId
in 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:
getCompanyId
in 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:
setCompanyId
in 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:
getClassName
in 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:
getClassNameId
in 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:
setClassNameId
in 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:
getClassPK
in 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:
setClassPK
in 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:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMTemplateLink>
-
toXmlString
-