@ProviderType public interface DDMDataProviderInstanceLinkModel extends com.liferay.portal.kernel.model.BaseModel<DDMDataProviderInstanceLink>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDMDataProviderInstanceLink>, 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.DDMDataProviderInstanceLinkModelImpl
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.DDMDataProviderInstanceLinkImpl
.
DDMDataProviderInstanceLink
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId()
Returns the company ID of this ddm data provider instance link.
|
long |
getCtCollectionId()
Returns the ct collection ID of this ddm data provider instance link.
|
long |
getDataProviderInstanceId()
Returns the data provider instance ID of this ddm data provider instance link.
|
long |
getDataProviderInstanceLinkId()
Returns the data provider instance link ID of this ddm data provider instance link.
|
long |
getMvccVersion()
Returns the mvcc version of this ddm data provider instance link.
|
long |
getPrimaryKey()
Returns the primary key of this ddm data provider instance link.
|
long |
getStructureId()
Returns the structure ID of this ddm data provider instance link.
|
void |
setCompanyId(long companyId)
Sets the company ID of this ddm data provider instance link.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this ddm data provider instance link.
|
void |
setDataProviderInstanceId(long dataProviderInstanceId)
Sets the data provider instance ID of this ddm data provider instance link.
|
void |
setDataProviderInstanceLinkId(long dataProviderInstanceLinkId)
Sets the data provider instance link ID of this ddm data provider instance link.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ddm data provider instance link.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ddm data provider instance link.
|
void |
setStructureId(long structureId)
Sets the structure ID of this ddm data provider instance 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<DDMDataProviderInstanceLink>
void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMDataProviderInstanceLink>
primaryKey
- the primary key of this ddm data provider instance 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 data provider instance linklong getCtCollectionId()
getCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMDataProviderInstanceLink>
void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMDataProviderInstanceLink>
ctCollectionId
- the ct collection ID of this ddm data provider instance linklong getDataProviderInstanceLinkId()
void setDataProviderInstanceLinkId(long dataProviderInstanceLinkId)
dataProviderInstanceLinkId
- the data provider instance link ID of this ddm data provider instance 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 data provider instance linklong getDataProviderInstanceId()
void setDataProviderInstanceId(long dataProviderInstanceId)
dataProviderInstanceId
- the data provider instance ID of this ddm data provider instance linklong getStructureId()
void setStructureId(long structureId)
structureId
- the structure ID of this ddm data provider instance link