@ProviderType 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.
DDMStorageLink,
Serialized FormSTORAGE_LINK_ID_ACCESSOR| Constructor and Description |
|---|
DDMStorageLinkWrapper(DDMStorageLink ddmStorageLink) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Returns the fully qualified class name of this ddm storage link.
|
long |
getClassNameId()
Returns the class name ID of this ddm storage link.
|
long |
getClassPK()
Returns the class pk of this ddm storage link.
|
long |
getCompanyId()
Returns the company ID of this ddm storage link.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getPrimaryKey()
Returns the primary key of this ddm storage link.
|
long |
getStorageLinkId()
Returns the storage link ID of this ddm storage link.
|
java.lang.String |
getStorageType() |
DDMStructure |
getStructure() |
long |
getStructureId()
Returns the structure ID of this ddm storage link.
|
long |
getStructureVersionId()
Returns the structure version ID of this ddm storage link.
|
java.lang.String |
getUuid()
Returns the uuid of this ddm storage link.
|
void |
persist() |
void |
setClassName(java.lang.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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
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 |
setUuid(java.lang.String uuid)
Sets the uuid of this ddm storage link.
|
protected DDMStorageLinkWrapper |
wrap(DDMStorageLink ddmStorageLink) |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic DDMStorageLinkWrapper(DDMStorageLink ddmStorageLink)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>public java.lang.String getClassName()
getClassName in interface DDMStorageLinkModelgetClassName in interface com.liferay.portal.kernel.model.TypedModelpublic long getClassNameId()
getClassNameId in interface DDMStorageLinkModelgetClassNameId in interface com.liferay.portal.kernel.model.TypedModelpublic long getClassPK()
getClassPK in interface DDMStorageLinkModelgetClassPK in interface com.liferay.portal.kernel.model.AttachedModelpublic long getCompanyId()
getCompanyId in interface DDMStorageLinkModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getPrimaryKey()
getPrimaryKey in interface DDMStorageLinkModelpublic long getStorageLinkId()
getStorageLinkId in interface DDMStorageLinkModelpublic java.lang.String getStorageType()
throws com.liferay.portal.kernel.exception.PortalException
getStorageType in interface DDMStorageLinkcom.liferay.portal.kernel.exception.PortalExceptionpublic DDMStructure getStructure() throws com.liferay.portal.kernel.exception.PortalException
getStructure in interface DDMStorageLinkcom.liferay.portal.kernel.exception.PortalExceptionpublic long getStructureId()
getStructureId in interface DDMStorageLinkModelpublic long getStructureVersionId()
getStructureVersionId in interface DDMStorageLinkModelpublic java.lang.String getUuid()
getUuid in interface DDMStorageLinkModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setClassName(java.lang.String className)
setClassName in interface DDMStorageLinkModelpublic void setClassNameId(long classNameId)
setClassNameId in interface DDMStorageLinkModelsetClassNameId in interface com.liferay.portal.kernel.model.TypedModelclassNameId - the class name ID of this ddm storage linkpublic void setClassPK(long classPK)
setClassPK in interface DDMStorageLinkModelsetClassPK in interface com.liferay.portal.kernel.model.AttachedModelclassPK - the class pk of this ddm storage linkpublic void setCompanyId(long companyId)
setCompanyId in interface DDMStorageLinkModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this ddm storage linkpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DDMStorageLinkModelprimaryKey - the primary key of this ddm storage linkpublic void setStorageLinkId(long storageLinkId)
setStorageLinkId in interface DDMStorageLinkModelstorageLinkId - the storage link ID of this ddm storage linkpublic void setStructureId(long structureId)
setStructureId in interface DDMStorageLinkModelstructureId - the structure ID of this ddm storage linkpublic void setStructureVersionId(long structureVersionId)
setStructureVersionId in interface DDMStorageLinkModelstructureVersionId - the structure version ID of this ddm storage linkpublic void setUuid(java.lang.String uuid)
setUuid in interface DDMStorageLinkModeluuid - the uuid of this ddm storage linkprotected DDMStorageLinkWrapper wrap(DDMStorageLink ddmStorageLink)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMStorageLink>