Package com.liferay.data.engine.model
Interface DEDataDefinitionFieldLink
- All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.BaseModel<DEDataDefinitionFieldLink>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<DEDataDefinitionFieldLink>
,com.liferay.portal.kernel.model.change.tracking.CTModel<DEDataDefinitionFieldLink>
,DEDataDefinitionFieldLinkModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedModel
,com.liferay.portal.kernel.model.TypedModel
- All Known Implementing Classes:
DEDataDefinitionFieldLinkWrapper
@ProviderType
public interface DEDataDefinitionFieldLink
extends DEDataDefinitionFieldLinkModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the DEDataDefinitionFieldLink service. Represents a row in the "DEDataDefinitionFieldLink" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<DEDataDefinitionFieldLink,
Long> -
Method Summary
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
Methods inherited from interface com.liferay.data.engine.model.DEDataDefinitionFieldLinkModel
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getCtCollectionId, getDdmStructureId, getDeDataDefinitionFieldLinkId, getFieldName, getGroupId, getLastPublishDate, getModifiedDate, getMvccVersion, getPrimaryKey, getUuid, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setDdmStructureId, setDeDataDefinitionFieldLinkId, setFieldName, setGroupId, setLastPublishDate, setModifiedDate, setMvccVersion, setPrimaryKey, setUuid, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
DE_DATA_DEFINITION_FIELD_LINK_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<DEDataDefinitionFieldLink,Long> DE_DATA_DEFINITION_FIELD_LINK_ID_ACCESSOR
-