Class DDMDataProviderInstanceLinkWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMDataProviderInstanceLink>
com.liferay.dynamic.data.mapping.model.DDMDataProviderInstanceLinkWrapper
- All Implemented Interfaces:
DDMDataProviderInstanceLink,DDMDataProviderInstanceLinkModel,com.liferay.portal.kernel.model.BaseModel<DDMDataProviderInstanceLink>,com.liferay.portal.kernel.model.change.tracking.CTModel<DDMDataProviderInstanceLink>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<DDMDataProviderInstanceLink>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<DDMDataProviderInstanceLink>
public class DDMDataProviderInstanceLinkWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMDataProviderInstanceLink>
implements DDMDataProviderInstanceLink, com.liferay.portal.kernel.model.ModelWrapper<DDMDataProviderInstanceLink>
This class is a wrapper for DDMDataProviderInstanceLink.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.dynamic.data.mapping.model.DDMDataProviderInstanceLink
DATA_PROVIDER_INSTANCE_LINK_ID_ACCESSOR -
Constructor Summary
ConstructorsConstructorDescriptionDDMDataProviderInstanceLinkWrapper(DDMDataProviderInstanceLink ddmDataProviderInstanceLink) -
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.voidpersist()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.voidsetModelAttributes(Map<String, Object> attributes) 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.protected DDMDataProviderInstanceLinkWrapperwrap(DDMDataProviderInstanceLink ddmDataProviderInstanceLink) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
DDMDataProviderInstanceLinkWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DDMDataProviderInstanceLink>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DDMDataProviderInstanceLink>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DDMDataProviderInstanceLink>- Specified by:
cloneWithOriginalValuesin interfaceDDMDataProviderInstanceLinkModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this ddm data provider instance link.- Specified by:
getCompanyIdin interfaceDDMDataProviderInstanceLinkModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this ddm data provider instance link
-
getCtCollectionId
public 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>- Specified by:
getCtCollectionIdin interfaceDDMDataProviderInstanceLinkModel- Returns:
- the ct collection ID of this ddm data provider instance link
-
getDataProviderInstanceId
public long getDataProviderInstanceId()Returns the data provider instance ID of this ddm data provider instance link.- Specified by:
getDataProviderInstanceIdin interfaceDDMDataProviderInstanceLinkModel- Returns:
- the data provider instance ID of this ddm data provider instance link
-
getDataProviderInstanceLinkId
public long getDataProviderInstanceLinkId()Returns the data provider instance link ID of this ddm data provider instance link.- Specified by:
getDataProviderInstanceLinkIdin interfaceDDMDataProviderInstanceLinkModel- Returns:
- the data provider instance link ID of this ddm data provider instance link
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this ddm data provider instance link.- Specified by:
getMvccVersionin interfaceDDMDataProviderInstanceLinkModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this ddm data provider instance link
-
getPrimaryKey
public 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>- Specified by:
getPrimaryKeyin interfaceDDMDataProviderInstanceLinkModel- Returns:
- the primary key of this ddm data provider instance link
-
getStructureId
public long getStructureId()Returns the structure ID of this ddm data provider instance link.- Specified by:
getStructureIdin interfaceDDMDataProviderInstanceLinkModel- Returns:
- the structure ID of this ddm data provider instance link
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this ddm data provider instance link.- Specified by:
setCompanyIdin interfaceDDMDataProviderInstanceLinkModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this ddm data provider instance link
-
setCtCollectionId
public 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>- Specified by:
setCtCollectionIdin interfaceDDMDataProviderInstanceLinkModel- Parameters:
ctCollectionId- the ct collection ID of this ddm data provider instance link
-
setDataProviderInstanceId
public void setDataProviderInstanceId(long dataProviderInstanceId) Sets the data provider instance ID of this ddm data provider instance link.- Specified by:
setDataProviderInstanceIdin interfaceDDMDataProviderInstanceLinkModel- Parameters:
dataProviderInstanceId- the data provider instance ID of this ddm data provider instance link
-
setDataProviderInstanceLinkId
public void setDataProviderInstanceLinkId(long dataProviderInstanceLinkId) Sets the data provider instance link ID of this ddm data provider instance link.- Specified by:
setDataProviderInstanceLinkIdin interfaceDDMDataProviderInstanceLinkModel- Parameters:
dataProviderInstanceLinkId- the data provider instance link ID of this ddm data provider instance link
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this ddm data provider instance link.- Specified by:
setMvccVersionin interfaceDDMDataProviderInstanceLinkModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this ddm data provider instance link
-
setPrimaryKey
public 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>- Specified by:
setPrimaryKeyin interfaceDDMDataProviderInstanceLinkModel- Parameters:
primaryKey- the primary key of this ddm data provider instance link
-
setStructureId
public void setStructureId(long structureId) Sets the structure ID of this ddm data provider instance link.- Specified by:
setStructureIdin interfaceDDMDataProviderInstanceLinkModel- Parameters:
structureId- the structure ID of this ddm data provider instance link
-
toXmlString
- Specified by:
toXmlStringin interfaceDDMDataProviderInstanceLinkModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<DDMDataProviderInstanceLink>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<DDMDataProviderInstanceLink>
-
wrap
protected DDMDataProviderInstanceLinkWrapper wrap(DDMDataProviderInstanceLink ddmDataProviderInstanceLink) - Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMDataProviderInstanceLink>
-