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
model
Fields 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 TypeMethodDescriptionlong
Returns the company ID of this ddm data provider instance link.long
Returns the ct collection ID of this ddm data provider instance link.long
Returns the data provider instance ID of this ddm data provider instance link.long
Returns the data provider instance link ID of this ddm data provider instance link.long
Returns the mvcc version of this ddm data provider instance link.long
Returns the primary key of this ddm data provider instance link.long
Returns the structure ID of this ddm data provider instance link.void
persist()
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
setModelAttributes
(Map<String, Object> attributes) 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.protected DDMDataProviderInstanceLinkWrapper
wrap
(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, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, 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.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
DDMDataProviderInstanceLinkWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMDataProviderInstanceLink>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMDataProviderInstanceLink>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMDataProviderInstanceLink>
- Specified by:
cloneWithOriginalValues
in interfaceDDMDataProviderInstanceLinkModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this ddm data provider instance link.- Specified by:
getCompanyId
in interfaceDDMDataProviderInstanceLinkModel
- Specified by:
getCompanyId
in 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:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMDataProviderInstanceLink>
- Specified by:
getCtCollectionId
in 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:
getDataProviderInstanceId
in 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:
getDataProviderInstanceLinkId
in 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:
getMvccVersion
in interfaceDDMDataProviderInstanceLinkModel
- Specified by:
getMvccVersion
in 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:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMDataProviderInstanceLink>
- Specified by:
getPrimaryKey
in 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:
getStructureId
in interfaceDDMDataProviderInstanceLinkModel
- Returns:
- the structure ID of this ddm data provider instance link
-
persist
public void persist()- Specified by:
persist
in 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:
setCompanyId
in interfaceDDMDataProviderInstanceLinkModel
- Specified by:
setCompanyId
in 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:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMDataProviderInstanceLink>
- Specified by:
setCtCollectionId
in 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:
setDataProviderInstanceId
in 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:
setDataProviderInstanceLinkId
in 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:
setMvccVersion
in interfaceDDMDataProviderInstanceLinkModel
- Specified by:
setMvccVersion
in 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:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMDataProviderInstanceLink>
- Specified by:
setPrimaryKey
in 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:
setStructureId
in interfaceDDMDataProviderInstanceLinkModel
- Parameters:
structureId
- the structure ID of this ddm data provider instance link
-
toXmlString
- Specified by:
toXmlString
in interfaceDDMDataProviderInstanceLinkModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMDataProviderInstanceLink>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMDataProviderInstanceLink>
-
wrap
protected DDMDataProviderInstanceLinkWrapper wrap(DDMDataProviderInstanceLink ddmDataProviderInstanceLink) - Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMDataProviderInstanceLink>
-