Class DDMStructureLinkWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMStructureLink>
com.liferay.dynamic.data.mapping.model.DDMStructureLinkWrapper
- All Implemented Interfaces:
DDMStructureLink,DDMStructureLinkModel,com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.BaseModel<DDMStructureLink>,com.liferay.portal.kernel.model.change.tracking.CTModel<DDMStructureLink>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<DDMStructureLink>,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<DDMStructureLink>
public class DDMStructureLinkWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMStructureLink>
implements DDMStructureLink, com.liferay.portal.kernel.model.ModelWrapper<DDMStructureLink>
This class is a wrapper for DDMStructureLink.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.dynamic.data.mapping.model.DDMStructureLink
STRUCTURE_LINK_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this ddm structure link.longReturns the class name ID of this ddm structure link.longReturns the class pk of this ddm structure link.longReturns the company ID of this ddm structure link.longReturns the ct collection ID of this ddm structure link.longReturns the mvcc version of this ddm structure link.longReturns the primary key of this ddm structure link.longReturns the structure ID of this ddm structure link.longReturns the structure link ID of this ddm structure link.voidpersist()voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this ddm structure link.voidsetClassPK(long classPK) Sets the class pk of this ddm structure link.voidsetCompanyId(long companyId) Sets the company ID of this ddm structure link.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddm structure link.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this ddm structure link.voidsetPrimaryKey(long primaryKey) Sets the primary key of this ddm structure link.voidsetStructureId(long structureId) Sets the structure ID of this ddm structure link.voidsetStructureLinkId(long structureLinkId) Sets the structure link ID of this ddm structure link.protected DDMStructureLinkWrapperwrap(DDMStructureLink ddmStructureLink) 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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
DDMStructureLinkWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DDMStructureLink>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DDMStructureLink>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DDMStructureLink>- Specified by:
cloneWithOriginalValuesin interfaceDDMStructureLinkModel
-
getClassName
Returns the fully qualified class name of this ddm structure link.- Specified by:
getClassNamein interfaceDDMStructureLinkModel- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the fully qualified class name of this ddm structure link
-
getClassNameId
public long getClassNameId()Returns the class name ID of this ddm structure link.- Specified by:
getClassNameIdin interfaceDDMStructureLinkModel- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the class name ID of this ddm structure link
-
getClassPK
public long getClassPK()Returns the class pk of this ddm structure link.- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
getClassPKin interfaceDDMStructureLinkModel- Returns:
- the class pk of this ddm structure link
-
getCompanyId
public long getCompanyId()Returns the company ID of this ddm structure link.- Specified by:
getCompanyIdin interfaceDDMStructureLinkModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this ddm structure link
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this ddm structure link.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMStructureLink>- Specified by:
getCtCollectionIdin interfaceDDMStructureLinkModel- Returns:
- the ct collection ID of this ddm structure link
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this ddm structure link.- Specified by:
getMvccVersionin interfaceDDMStructureLinkModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this ddm structure link
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this ddm structure link.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMStructureLink>- Specified by:
getPrimaryKeyin interfaceDDMStructureLinkModel- Returns:
- the primary key of this ddm structure link
-
getStructure
- Specified by:
getStructurein interfaceDDMStructureLink- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStructureId
public long getStructureId()Returns the structure ID of this ddm structure link.- Specified by:
getStructureIdin interfaceDDMStructureLinkModel- Returns:
- the structure ID of this ddm structure link
-
getStructureLinkId
public long getStructureLinkId()Returns the structure link ID of this ddm structure link.- Specified by:
getStructureLinkIdin interfaceDDMStructureLinkModel- Returns:
- the structure link ID of this ddm structure link
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setClassName
- Specified by:
setClassNamein interfaceDDMStructureLinkModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this ddm structure link.- Specified by:
setClassNameIdin interfaceDDMStructureLinkModel- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Parameters:
classNameId- the class name ID of this ddm structure link
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this ddm structure link.- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
setClassPKin interfaceDDMStructureLinkModel- Parameters:
classPK- the class pk of this ddm structure link
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this ddm structure link.- Specified by:
setCompanyIdin interfaceDDMStructureLinkModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this ddm structure link
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ddm structure link.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMStructureLink>- Specified by:
setCtCollectionIdin interfaceDDMStructureLinkModel- Parameters:
ctCollectionId- the ct collection ID of this ddm structure link
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this ddm structure link.- Specified by:
setMvccVersionin interfaceDDMStructureLinkModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this ddm structure link
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this ddm structure link.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DDMStructureLink>- Specified by:
setPrimaryKeyin interfaceDDMStructureLinkModel- Parameters:
primaryKey- the primary key of this ddm structure link
-
setStructureId
public void setStructureId(long structureId) Sets the structure ID of this ddm structure link.- Specified by:
setStructureIdin interfaceDDMStructureLinkModel- Parameters:
structureId- the structure ID of this ddm structure link
-
setStructureLinkId
public void setStructureLinkId(long structureLinkId) Sets the structure link ID of this ddm structure link.- Specified by:
setStructureLinkIdin interfaceDDMStructureLinkModel- Parameters:
structureLinkId- the structure link ID of this ddm structure link
-
toXmlString
- Specified by:
toXmlStringin interfaceDDMStructureLinkModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<DDMStructureLink>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<DDMStructureLink>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMStructureLink>
-