public class DDMStructureLinkWrapper extends BaseModelWrapper<DDMStructureLink> implements DDMStructureLink, ModelWrapper<DDMStructureLink>
This class is a wrapper for DDMStructureLink.
DDMStructureLink,
Serialized FormmodelSTRUCTURE_LINK_ID_ACCESSOR| Constructor and Description |
|---|
DDMStructureLinkWrapper(DDMStructureLink ddmStructureLink) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.function.Function<DDMStructureLink,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<DDMStructureLink,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.String |
getClassName()
Returns the fully qualified class name of this ddm structure link.
|
long |
getClassNameId()
Returns the class name ID of this ddm structure link.
|
long |
getClassPK()
Returns the class pk of this ddm structure link.
|
long |
getCompanyId()
Returns the company ID of this ddm structure link.
|
long |
getCtCollectionId()
Returns the ct collection ID of this ddm structure link.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this ddm structure link.
|
long |
getPrimaryKey()
Returns the primary key of this ddm structure link.
|
DDMStructure |
getStructure() |
long |
getStructureId()
Returns the structure ID of this ddm structure link.
|
long |
getStructureLinkId()
Returns the structure link ID of this ddm structure 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 structure link.
|
void |
setClassPK(long classPK)
Sets the class pk of this ddm structure link.
|
void |
setCompanyId(long companyId)
Sets the company ID of this ddm structure link.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this ddm structure link.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ddm structure link.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ddm structure link.
|
void |
setStructureId(long structureId)
Sets the structure ID of this ddm structure link.
|
void |
setStructureLinkId(long structureLinkId)
Sets the structure link ID of this ddm structure link.
|
protected DDMStructureLinkWrapper |
wrap(DDMStructureLink ddmStructureLink) |
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 DDMStructureLinkWrapper(DDMStructureLink ddmStructureLink)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<DDMStructureLink>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<DDMStructureLink>public java.lang.String getClassName()
getClassName in interface DDMStructureLinkModelgetClassName in interface TypedModelpublic long getClassNameId()
getClassNameId in interface DDMStructureLinkModelgetClassNameId in interface TypedModelpublic long getClassPK()
getClassPK in interface DDMStructureLinkModelgetClassPK in interface AttachedModelpublic long getCompanyId()
getCompanyId in interface DDMStructureLinkModelgetCompanyId in interface ShardedModelpublic long getCtCollectionId()
getCtCollectionId in interface DDMStructureLinkModelgetCtCollectionId in interface CTModel<DDMStructureLink>public long getMvccVersion()
getMvccVersion in interface DDMStructureLinkModelgetMvccVersion in interface MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface DDMStructureLinkModelgetPrimaryKey in interface CTModel<DDMStructureLink>public DDMStructure getStructure() throws PortalException
getStructure in interface DDMStructureLinkPortalExceptionpublic long getStructureId()
getStructureId in interface DDMStructureLinkModelpublic long getStructureLinkId()
getStructureLinkId in interface DDMStructureLinkModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setClassName(java.lang.String className)
setClassName in interface DDMStructureLinkModelpublic void setClassNameId(long classNameId)
setClassNameId in interface DDMStructureLinkModelsetClassNameId in interface TypedModelclassNameId - the class name ID of this ddm structure linkpublic void setClassPK(long classPK)
setClassPK in interface DDMStructureLinkModelsetClassPK in interface AttachedModelclassPK - the class pk of this ddm structure linkpublic void setCompanyId(long companyId)
setCompanyId in interface DDMStructureLinkModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this ddm structure linkpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface DDMStructureLinkModelsetCtCollectionId in interface CTModel<DDMStructureLink>ctCollectionId - the ct collection ID of this ddm structure linkpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface DDMStructureLinkModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this ddm structure linkpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DDMStructureLinkModelsetPrimaryKey in interface CTModel<DDMStructureLink>primaryKey - the primary key of this ddm structure linkpublic void setStructureId(long structureId)
setStructureId in interface DDMStructureLinkModelstructureId - the structure ID of this ddm structure linkpublic void setStructureLinkId(long structureLinkId)
setStructureLinkId in interface DDMStructureLinkModelstructureLinkId - the structure link ID of this ddm structure linkpublic java.util.Map<java.lang.String,java.util.function.Function<DDMStructureLink,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface BaseModel<DDMStructureLink>public java.util.Map<java.lang.String,java.util.function.BiConsumer<DDMStructureLink,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface BaseModel<DDMStructureLink>protected DDMStructureLinkWrapper wrap(DDMStructureLink ddmStructureLink)
wrap in class BaseModelWrapper<DDMStructureLink>