Interface DDMDataProviderInstanceLinkModel
- 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>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
DDMDataProviderInstanceLink
- All Known Implementing Classes:
DDMDataProviderInstanceLinkWrapper
@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
The base model interface for the DDMDataProviderInstanceLink service. Represents a row in the "DDMDataProviderInstanceLink" database table, with each column mapped to a property of this class.
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.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this ddm data provider instance link.longReturns the ct collection ID of this ddm data provider instance link.longReturns the data provider instance ID of this ddm data provider instance link.longReturns the data provider instance link ID of this ddm data provider instance link.longReturns the mvcc version of this ddm data provider instance link.longReturns the primary key of this ddm data provider instance link.longReturns the structure ID of this ddm data provider instance link.voidsetCompanyId(long companyId) Sets the company ID of this ddm data provider instance link.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddm data provider instance link.voidsetDataProviderInstanceId(long dataProviderInstanceId) Sets the data provider instance ID of this ddm data provider instance link.voidsetDataProviderInstanceLinkId(long dataProviderInstanceLinkId) Sets the data provider instance link ID of this ddm data provider instance link.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this ddm data provider instance link.voidsetPrimaryKey(long primaryKey) Sets the primary key of this ddm data provider instance link.voidsetStructureId(long structureId) Sets the structure ID of this ddm data provider instance link.default StringMethods 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
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this ddm data provider instance link.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMDataProviderInstanceLink>- Returns:
- the primary key of this ddm data provider instance link
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this ddm data provider instance link.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMDataProviderInstanceLink>- Parameters:
primaryKey- the primary key of this ddm data provider instance link
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this ddm data provider instance link.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this ddm data provider instance link
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this ddm data provider instance link.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this ddm data provider instance link
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this ddm data provider instance link.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMDataProviderInstanceLink>- Returns:
- the ct collection ID of this ddm data provider instance link
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddm data provider instance link.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMDataProviderInstanceLink>- Parameters:
ctCollectionId- the ct collection ID of this ddm data provider instance link
-
getDataProviderInstanceLinkId
long getDataProviderInstanceLinkId()Returns the data provider instance link ID of this ddm data provider instance link.- Returns:
- the data provider instance link ID of this ddm data provider instance link
-
setDataProviderInstanceLinkId
void setDataProviderInstanceLinkId(long dataProviderInstanceLinkId) Sets the data provider instance link ID of this ddm data provider instance link.- Parameters:
dataProviderInstanceLinkId- the data provider instance link ID of this ddm data provider instance link
-
getCompanyId
long getCompanyId()Returns the company ID of this ddm data provider instance link.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this ddm data provider instance link
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this ddm data provider instance link.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this ddm data provider instance link
-
getDataProviderInstanceId
long getDataProviderInstanceId()Returns the data provider instance ID of this ddm data provider instance link.- Returns:
- the data provider instance ID of this ddm data provider instance link
-
setDataProviderInstanceId
void setDataProviderInstanceId(long dataProviderInstanceId) Sets the data provider instance ID of this ddm data provider instance link.- Parameters:
dataProviderInstanceId- the data provider instance ID of this ddm data provider instance link
-
getStructureId
long getStructureId()Returns the structure ID of this ddm data provider instance link.- Returns:
- the structure ID of this ddm data provider instance link
-
setStructureId
void setStructureId(long structureId) Sets the structure ID of this ddm data provider instance link.- Parameters:
structureId- the structure ID of this ddm data provider instance link
-
cloneWithOriginalValues
DDMDataProviderInstanceLink cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DDMDataProviderInstanceLink>
-
toXmlString
-