public class DDMStorageLinkWrapper extends BaseModelWrapper<DDMStorageLink> implements DDMStorageLink, ModelWrapper<DDMStorageLink>
This class is a wrapper for DDMStorageLink.
DDMStorageLink,
Serialized FormmodelSTORAGE_LINK_ID_ACCESSOR| Constructor and Description |
|---|
DDMStorageLinkWrapper(DDMStorageLink ddmStorageLink) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.function.Function<DDMStorageLink,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<DDMStorageLink,java.lang.Object>> |
getAttributeSetterBiConsumers() |
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.
|
long |
getCtCollectionId()
Returns the ct collection ID of this ddm storage link.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this ddm storage link.
|
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()
Updates this model instance in the database or adds it if it does not yet
exist.
|
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 |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this ddm storage link.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.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 |
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, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic DDMStorageLinkWrapper(DDMStorageLink ddmStorageLink)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<DDMStorageLink>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<DDMStorageLink>public java.lang.String getClassName()
getClassName in interface DDMStorageLinkModelgetClassName in interface TypedModelpublic long getClassNameId()
getClassNameId in interface DDMStorageLinkModelgetClassNameId in interface TypedModelpublic long getClassPK()
getClassPK in interface DDMStorageLinkModelgetClassPK in interface AttachedModelpublic long getCompanyId()
getCompanyId in interface DDMStorageLinkModelgetCompanyId in interface ShardedModelpublic long getCtCollectionId()
getCtCollectionId in interface DDMStorageLinkModelgetCtCollectionId in interface CTModel<DDMStorageLink>public long getMvccVersion()
getMvccVersion in interface DDMStorageLinkModelgetMvccVersion in interface MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface DDMStorageLinkModelgetPrimaryKey in interface CTModel<DDMStorageLink>public long getStorageLinkId()
getStorageLinkId in interface DDMStorageLinkModelpublic java.lang.String getStorageType()
throws PortalException
getStorageType in interface DDMStorageLinkPortalExceptionpublic DDMStructure getStructure() throws PortalException
getStructure in interface DDMStorageLinkPortalExceptionpublic long getStructureId()
getStructureId in interface DDMStorageLinkModelpublic long getStructureVersionId()
getStructureVersionId in interface DDMStorageLinkModelpublic java.lang.String getUuid()
getUuid in interface DDMStorageLinkModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setClassName(java.lang.String className)
setClassName in interface DDMStorageLinkModelpublic void setClassNameId(long classNameId)
setClassNameId in interface DDMStorageLinkModelsetClassNameId in interface TypedModelclassNameId - the class name ID of this ddm storage linkpublic void setClassPK(long classPK)
setClassPK in interface DDMStorageLinkModelsetClassPK in interface AttachedModelclassPK - the class pk of this ddm storage linkpublic void setCompanyId(long companyId)
setCompanyId in interface DDMStorageLinkModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this ddm storage linkpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface DDMStorageLinkModelsetCtCollectionId in interface CTModel<DDMStorageLink>ctCollectionId - the ct collection ID of this ddm storage linkpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface DDMStorageLinkModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this ddm storage linkpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DDMStorageLinkModelsetPrimaryKey in interface CTModel<DDMStorageLink>primaryKey - 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 linkpublic java.util.Map<java.lang.String,java.util.function.Function<DDMStorageLink,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface BaseModel<DDMStorageLink>public java.util.Map<java.lang.String,java.util.function.BiConsumer<DDMStorageLink,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface BaseModel<DDMStorageLink>protected DDMStorageLinkWrapper wrap(DDMStorageLink ddmStorageLink)
wrap in class BaseModelWrapper<DDMStorageLink>