@ProviderType public interface DEDataDefinitionFieldLinkModel extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<DEDataDefinitionFieldLink>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.data.engine.model.impl.DEDataDefinitionFieldLinkModelImpl
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.data.engine.model.impl.DEDataDefinitionFieldLinkImpl
.
DEDataDefinitionFieldLink
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Returns the fully qualified class name of this de data definition field link.
|
long |
getClassNameId()
Returns the class name ID of this de data definition field link.
|
long |
getClassPK()
Returns the class pk of this de data definition field link.
|
long |
getCompanyId()
Returns the company ID of this de data definition field link.
|
long |
getDdmStructureId()
Returns the ddm structure ID of this de data definition field link.
|
long |
getDeDataDefinitionFieldLinkId()
Returns the de data definition field link ID of this de data definition field link.
|
java.lang.String |
getFieldName()
Returns the field name of this de data definition field link.
|
long |
getGroupId()
Returns the group ID of this de data definition field link.
|
long |
getPrimaryKey()
Returns the primary key of this de data definition field link.
|
java.lang.String |
getUuid()
Returns the uuid of this de data definition field link.
|
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this de data definition field link.
|
void |
setClassPK(long classPK)
Sets the class pk of this de data definition field link.
|
void |
setCompanyId(long companyId)
Sets the company ID of this de data definition field link.
|
void |
setDdmStructureId(long ddmStructureId)
Sets the ddm structure ID of this de data definition field link.
|
void |
setDeDataDefinitionFieldLinkId(long deDataDefinitionFieldLinkId)
Sets the de data definition field link ID of this de data definition field link.
|
void |
setFieldName(java.lang.String fieldName)
Sets the field name of this de data definition field link.
|
void |
setGroupId(long groupId)
Sets the group ID of this de data definition field link.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this de data definition field link.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this de data definition field 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()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this de data definition field link@AutoEscape java.lang.String getUuid()
void setUuid(java.lang.String uuid)
uuid
- the uuid of this de data definition field linklong getDeDataDefinitionFieldLinkId()
void setDeDataDefinitionFieldLinkId(long deDataDefinitionFieldLinkId)
deDataDefinitionFieldLinkId
- the de data definition field link ID of this de data definition field linklong getGroupId()
void setGroupId(long groupId)
groupId
- the group ID of this de data definition field 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 de data definition field 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 de data definition field 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 de data definition field linklong getDdmStructureId()
void setDdmStructureId(long ddmStructureId)
ddmStructureId
- the ddm structure ID of this de data definition field link@AutoEscape java.lang.String getFieldName()
void setFieldName(java.lang.String fieldName)
fieldName
- the field name of this de data definition field link