Interface DDMDataProviderInstanceLink
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<DDMDataProviderInstanceLink>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<DDMDataProviderInstanceLink>,com.liferay.portal.kernel.model.change.tracking.CTModel<DDMDataProviderInstanceLink>,DDMDataProviderInstanceLinkModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
DDMDataProviderInstanceLinkWrapper
@ProviderType
public interface DDMDataProviderInstanceLink
extends DDMDataProviderInstanceLinkModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the DDMDataProviderInstanceLink service. Represents a row in the "DDMDataProviderInstanceLink" 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<DDMDataProviderInstanceLink,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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.dynamic.data.mapping.model.DDMDataProviderInstanceLinkModel
cloneWithOriginalValues, getCompanyId, getCtCollectionId, getDataProviderInstanceId, getDataProviderInstanceLinkId, getMvccVersion, getPrimaryKey, getStructureId, setCompanyId, setCtCollectionId, setDataProviderInstanceId, setDataProviderInstanceLinkId, setMvccVersion, setPrimaryKey, setStructureId, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
DATA_PROVIDER_INSTANCE_LINK_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<DDMDataProviderInstanceLink,Long> DATA_PROVIDER_INSTANCE_LINK_ID_ACCESSOR
-