@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
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
.
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.
|
long |
getCtCollectionId()
Returns the ct collection ID of this ddm template link.
|
long |
getMvccVersion()
Returns the mvcc version of this ddm template link.
|
long |
getPrimaryKey()
Returns the primary key of this ddm template link.
|
long |
getTemplateId()
Returns the template ID of this ddm template link.
|
long |
getTemplateLinkId()
Returns the template link ID of this ddm template link.
|
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 |
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.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
long getPrimaryKey()
getPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMTemplateLink>
void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMTemplateLink>
primaryKey
- the primary key of this ddm template linklong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this ddm template linklong getCtCollectionId()
getCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMTemplateLink>
void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMTemplateLink>
ctCollectionId
- the ct collection ID of this ddm template linklong getTemplateLinkId()
void setTemplateLinkId(long templateLinkId)
templateLinkId
- the template link ID of this ddm template linklong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this ddm template linkjava.lang.String getClassName()
getClassName
in interface com.liferay.portal.kernel.model.TypedModel
void setClassName(java.lang.String className)
long getClassNameId()
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
void setClassNameId(long classNameId)
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
classNameId
- the class name ID of this ddm template linklong getClassPK()
getClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
void setClassPK(long classPK)
setClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
classPK
- the class pk of this ddm template linklong getTemplateId()
void setTemplateId(long templateId)
templateId
- the template ID of this ddm template link