Class DDMStorageLinkWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMStorageLink>
com.liferay.dynamic.data.mapping.model.DDMStorageLinkWrapper
- All Implemented Interfaces:
DDMStorageLink
,DDMStorageLinkModel
,com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>
,com.liferay.portal.kernel.model.change.tracking.CTModel<DDMStorageLink>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<DDMStorageLink>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.TypedModel
,Serializable
,Cloneable
,Comparable<DDMStorageLink>
public class DDMStorageLinkWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMStorageLink>
implements DDMStorageLink, com.liferay.portal.kernel.model.ModelWrapper<DDMStorageLink>
This class is a wrapper for DDMStorageLink
.
- 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.DDMStorageLink
STORAGE_LINK_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this ddm storage link.long
Returns the class name ID of this ddm storage link.long
Returns the class pk of this ddm storage link.long
Returns the company ID of this ddm storage link.long
Returns the ct collection ID of this ddm storage link.long
Returns the mvcc version of this ddm storage link.long
Returns the primary key of this ddm storage link.long
Returns the storage link ID of this ddm storage link.long
Returns the structure ID of this ddm storage link.long
Returns the structure version ID of this ddm storage link.getUuid()
Returns the uuid of this ddm storage link.void
persist()
void
setClassName
(String className) void
setClassNameId
(long classNameId) Sets the class name ID of this ddm storage link.void
setClassPK
(long classPK) Sets the class pk of this ddm storage link.void
setCompanyId
(long companyId) Sets the company ID of this ddm storage link.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this ddm storage link.void
setModelAttributes
(Map<String, Object> attributes) void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this ddm storage link.void
setPrimaryKey
(long primaryKey) Sets the primary key of this ddm storage link.void
setStorageLinkId
(long storageLinkId) Sets the storage link ID of this ddm storage link.void
setStructureId
(long structureId) Sets the structure ID of this ddm storage link.void
setStructureVersionId
(long structureVersionId) Sets the structure version ID of this ddm storage link.void
Sets the uuid of this ddm storage link.protected DDMStorageLinkWrapper
wrap
(DDMStorageLink ddmStorageLink) 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
-
DDMStorageLinkWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMStorageLink>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMStorageLink>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMStorageLink>
- Specified by:
cloneWithOriginalValues
in interfaceDDMStorageLinkModel
-
getClassName
Returns the fully qualified class name of this ddm storage link.- Specified by:
getClassName
in interfaceDDMStorageLinkModel
- Specified by:
getClassName
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the fully qualified class name of this ddm storage link
-
getClassNameId
public long getClassNameId()Returns the class name ID of this ddm storage link.- Specified by:
getClassNameId
in interfaceDDMStorageLinkModel
- Specified by:
getClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the class name ID of this ddm storage link
-
getClassPK
public long getClassPK()Returns the class pk of this ddm storage link.- Specified by:
getClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Specified by:
getClassPK
in interfaceDDMStorageLinkModel
- Returns:
- the class pk of this ddm storage link
-
getCompanyId
public long getCompanyId()Returns the company ID of this ddm storage link.- Specified by:
getCompanyId
in interfaceDDMStorageLinkModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this ddm storage link
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this ddm storage link.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMStorageLink>
- Specified by:
getCtCollectionId
in interfaceDDMStorageLinkModel
- Returns:
- the ct collection ID of this ddm storage link
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this ddm storage link.- Specified by:
getMvccVersion
in interfaceDDMStorageLinkModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this ddm storage link
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this ddm storage link.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMStorageLink>
- Specified by:
getPrimaryKey
in interfaceDDMStorageLinkModel
- Returns:
- the primary key of this ddm storage link
-
getStorageLinkId
public long getStorageLinkId()Returns the storage link ID of this ddm storage link.- Specified by:
getStorageLinkId
in interfaceDDMStorageLinkModel
- Returns:
- the storage link ID of this ddm storage link
-
getStorageType
- Specified by:
getStorageType
in interfaceDDMStorageLink
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStructure
- Specified by:
getStructure
in interfaceDDMStorageLink
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStructureId
public long getStructureId()Returns the structure ID of this ddm storage link.- Specified by:
getStructureId
in interfaceDDMStorageLinkModel
- Returns:
- the structure ID of this ddm storage link
-
getStructureVersionId
public long getStructureVersionId()Returns the structure version ID of this ddm storage link.- Specified by:
getStructureVersionId
in interfaceDDMStorageLinkModel
- Returns:
- the structure version ID of this ddm storage link
-
getUuid
Returns the uuid of this ddm storage link.- Specified by:
getUuid
in interfaceDDMStorageLinkModel
- Returns:
- the uuid of this ddm storage link
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setClassName
- Specified by:
setClassName
in interfaceDDMStorageLinkModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this ddm storage link.- Specified by:
setClassNameId
in interfaceDDMStorageLinkModel
- Specified by:
setClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Parameters:
classNameId
- the class name ID of this ddm storage link
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this ddm storage link.- Specified by:
setClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Specified by:
setClassPK
in interfaceDDMStorageLinkModel
- Parameters:
classPK
- the class pk of this ddm storage link
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this ddm storage link.- Specified by:
setCompanyId
in interfaceDDMStorageLinkModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this ddm storage link
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddm storage link.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMStorageLink>
- Specified by:
setCtCollectionId
in interfaceDDMStorageLinkModel
- Parameters:
ctCollectionId
- the ct collection ID of this ddm storage link
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this ddm storage link.- Specified by:
setMvccVersion
in interfaceDDMStorageLinkModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this ddm storage link
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this ddm storage link.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMStorageLink>
- Specified by:
setPrimaryKey
in interfaceDDMStorageLinkModel
- Parameters:
primaryKey
- the primary key of this ddm storage link
-
setStorageLinkId
public void setStorageLinkId(long storageLinkId) Sets the storage link ID of this ddm storage link.- Specified by:
setStorageLinkId
in interfaceDDMStorageLinkModel
- Parameters:
storageLinkId
- the storage link ID of this ddm storage link
-
setStructureId
public void setStructureId(long structureId) Sets the structure ID of this ddm storage link.- Specified by:
setStructureId
in interfaceDDMStorageLinkModel
- Parameters:
structureId
- the structure ID of this ddm storage link
-
setStructureVersionId
public void setStructureVersionId(long structureVersionId) Sets the structure version ID of this ddm storage link.- Specified by:
setStructureVersionId
in interfaceDDMStorageLinkModel
- Parameters:
structureVersionId
- the structure version ID of this ddm storage link
-
setUuid
Sets the uuid of this ddm storage link.- Specified by:
setUuid
in interfaceDDMStorageLinkModel
- Parameters:
uuid
- the uuid of this ddm storage link
-
toXmlString
- Specified by:
toXmlString
in interfaceDDMStorageLinkModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMStorageLink>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<DDMStorageLink>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMStorageLink>
-