@ProviderType public class DDMStorageLinkWrapper extends java.lang.Object 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.Object |
clone() |
int |
compareTo(DDMStorageLink ddmStorageLink) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClassName()
Returns the fully qualified class name of this d d m storage link.
|
long |
getClassNameId()
Returns the class name ID of this d d m storage link.
|
long |
getClassPK()
Returns the class p k of this d d m storage link.
|
long |
getCompanyId()
Returns the company ID of this d d m storage link.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getPrimaryKey()
Returns the primary key of this d d m storage link.
|
java.io.Serializable |
getPrimaryKeyObj() |
long |
getStorageLinkId()
Returns the storage link ID of this d d m storage link.
|
java.lang.String |
getStorageType() |
DDMStructure |
getStructure() |
long |
getStructureId()
Returns the structure ID of this d d m storage link.
|
java.lang.String |
getUuid()
Returns the uuid of this d d m storage link.
|
DDMStorageLink |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this d d m storage link.
|
void |
setClassPK(long classPK)
Sets the class p k of this d d m storage link.
|
void |
setCompanyId(long companyId)
Sets the company ID of this d d m storage link.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this d d m storage link.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setStorageLinkId(long storageLinkId)
Sets the storage link ID of this d d m storage link.
|
void |
setStructureId(long structureId)
Sets the structure ID of this d d m storage link.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this d d m storage link.
|
com.liferay.portal.kernel.model.CacheModel<DDMStorageLink> |
toCacheModel() |
DDMStorageLink |
toEscapedModel() |
java.lang.String |
toString() |
DDMStorageLink |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public DDMStorageLinkWrapper(DDMStorageLink ddmStorageLink)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic 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.Object clone()
clone in interface DDMStorageLinkModelclone in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>clone in class java.lang.Objectpublic int compareTo(DDMStorageLink ddmStorageLink)
compareTo in interface DDMStorageLinkModelcompareTo in interface java.lang.Comparable<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 com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface DDMStorageLinkModelgetExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelpublic long getPrimaryKey()
getPrimaryKey in interface DDMStorageLinkModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface DDMStorageLinkModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic 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 java.lang.String getUuid()
getUuid in interface DDMStorageLinkModelpublic int hashCode()
hashCode in interface DDMStorageLinkModelhashCode in class java.lang.Objectpublic boolean isCachedModel()
isCachedModel in interface DDMStorageLinkModelisCachedModel in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>public boolean isEscapedModel()
isEscapedModel in interface DDMStorageLinkModelisEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>public boolean isNew()
isNew in interface DDMStorageLinkModelisNew in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>public void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface DDMStorageLinkModelsetCachedModel in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>public 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 d d m storage linkpublic void setClassPK(long classPK)
setClassPK in interface DDMStorageLinkModelsetClassPK in interface com.liferay.portal.kernel.model.AttachedModelclassPK - the class p k of this d d m storage linkpublic void setCompanyId(long companyId)
setCompanyId in interface DDMStorageLinkModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this d d m storage linkpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface DDMStorageLinkModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>public void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface DDMStorageLinkModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface DDMStorageLinkModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>public void setNew(boolean n)
setNew in interface DDMStorageLinkModelsetNew in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>public void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DDMStorageLinkModelprimaryKey - the primary key of this d d m storage linkpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface DDMStorageLinkModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setStorageLinkId(long storageLinkId)
setStorageLinkId in interface DDMStorageLinkModelstorageLinkId - the storage link ID of this d d m storage linkpublic void setStructureId(long structureId)
setStructureId in interface DDMStorageLinkModelstructureId - the structure ID of this d d m storage linkpublic void setUuid(java.lang.String uuid)
setUuid in interface DDMStorageLinkModeluuid - the uuid of this d d m storage linkpublic com.liferay.portal.kernel.model.CacheModel<DDMStorageLink> toCacheModel()
toCacheModel in interface DDMStorageLinkModeltoCacheModel in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>public DDMStorageLink toEscapedModel()
toEscapedModel in interface DDMStorageLinkModeltoEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>public java.lang.String toString()
toString in interface DDMStorageLinkModeltoString in class java.lang.Objectpublic DDMStorageLink toUnescapedModel()
toUnescapedModel in interface DDMStorageLinkModeltoUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>public java.lang.String toXmlString()
toXmlString in interface DDMStorageLinkModeltoXmlString in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic DDMStorageLink getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<DDMStorageLink>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>