Class CSDiagramPinWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CSDiagramPin>
com.liferay.commerce.shop.by.diagram.model.CSDiagramPinWrapper
All Implemented Interfaces:
CSDiagramPin, CSDiagramPinModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CSDiagramPin>, com.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<CSDiagramPin>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<CSDiagramPin>

public class CSDiagramPinWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CSDiagramPin> implements CSDiagramPin, com.liferay.portal.kernel.model.ModelWrapper<CSDiagramPin>

This class is a wrapper for CSDiagramPin.

See Also:
Generated:
  • Field Summary

    Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    model

    Fields inherited from interface com.liferay.commerce.shop.by.diagram.model.CSDiagramPin

    CS_DIAGRAM_PIN_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    long
    Returns the company ID of this cs diagram pin.
    com.liferay.commerce.product.model.CPDefinition
     
    long
    Returns the cp definition ID of this cs diagram pin.
    Returns the create date of this cs diagram pin.
    long
    Returns the cs diagram pin ID of this cs diagram pin.
    long
    Returns the ct collection ID of this cs diagram pin.
     
    Returns the modified date of this cs diagram pin.
    long
    Returns the mvcc version of this cs diagram pin.
    double
    Returns the position x of this cs diagram pin.
    double
    Returns the position y of this cs diagram pin.
    long
    Returns the primary key of this cs diagram pin.
    Returns the sequence of this cs diagram pin.
    long
    Returns the user ID of this cs diagram pin.
    Returns the user name of this cs diagram pin.
    Returns the user uuid of this cs diagram pin.
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this cs diagram pin.
    void
    setCPDefinitionId(long CPDefinitionId)
    Sets the cp definition ID of this cs diagram pin.
    void
    setCreateDate(Date createDate)
    Sets the create date of this cs diagram pin.
    void
    setCSDiagramPinId(long CSDiagramPinId)
    Sets the cs diagram pin ID of this cs diagram pin.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this cs diagram pin.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this cs diagram pin.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this cs diagram pin.
    void
    setPositionX(double positionX)
    Sets the position x of this cs diagram pin.
    void
    setPositionY(double positionY)
    Sets the position y of this cs diagram pin.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this cs diagram pin.
    void
    setSequence(String sequence)
    Sets the sequence of this cs diagram pin.
    void
    setUserId(long userId)
    Sets the user ID of this cs diagram pin.
    void
    setUserName(String userName)
    Sets the user name of this cs diagram pin.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this cs diagram pin.
     
    wrap(CSDiagramPin csDiagramPin)
     

    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, toUnescapedModel

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods 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, toUnescapedModel

    Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel

    getModelClass, getModelClassName

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper

    getWrappedModel
  • Constructor Details

    • CSDiagramPinWrapper

      public CSDiagramPinWrapper(CSDiagramPin csDiagramPin)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CSDiagramPin>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CSDiagramPin>
    • cloneWithOriginalValues

      public CSDiagramPin cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CSDiagramPin>
      Specified by:
      cloneWithOriginalValues in interface CSDiagramPinModel
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this cs diagram pin.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface CSDiagramPinModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this cs diagram pin
    • getCPDefinition

      public com.liferay.commerce.product.model.CPDefinition getCPDefinition() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCPDefinition in interface CSDiagramPin
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCPDefinitionId

      public long getCPDefinitionId()
      Returns the cp definition ID of this cs diagram pin.
      Specified by:
      getCPDefinitionId in interface CSDiagramPinModel
      Returns:
      the cp definition ID of this cs diagram pin
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this cs diagram pin.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface CSDiagramPinModel
      Returns:
      the create date of this cs diagram pin
    • getCSDiagramPinId

      public long getCSDiagramPinId()
      Returns the cs diagram pin ID of this cs diagram pin.
      Specified by:
      getCSDiagramPinId in interface CSDiagramPinModel
      Returns:
      the cs diagram pin ID of this cs diagram pin
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this cs diagram pin.
      Specified by:
      getCtCollectionId in interface CSDiagramPinModel
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>
      Returns:
      the ct collection ID of this cs diagram pin
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this cs diagram pin.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface CSDiagramPinModel
      Returns:
      the modified date of this cs diagram pin
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this cs diagram pin.
      Specified by:
      getMvccVersion in interface CSDiagramPinModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this cs diagram pin
    • getPositionX

      public double getPositionX()
      Returns the position x of this cs diagram pin.
      Specified by:
      getPositionX in interface CSDiagramPinModel
      Returns:
      the position x of this cs diagram pin
    • getPositionY

      public double getPositionY()
      Returns the position y of this cs diagram pin.
      Specified by:
      getPositionY in interface CSDiagramPinModel
      Returns:
      the position y of this cs diagram pin
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this cs diagram pin.
      Specified by:
      getPrimaryKey in interface CSDiagramPinModel
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>
      Returns:
      the primary key of this cs diagram pin
    • getSequence

      public String getSequence()
      Returns the sequence of this cs diagram pin.
      Specified by:
      getSequence in interface CSDiagramPinModel
      Returns:
      the sequence of this cs diagram pin
    • getUserId

      public long getUserId()
      Returns the user ID of this cs diagram pin.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface CSDiagramPinModel
      Returns:
      the user ID of this cs diagram pin
    • getUserName

      public String getUserName()
      Returns the user name of this cs diagram pin.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface CSDiagramPinModel
      Returns:
      the user name of this cs diagram pin
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this cs diagram pin.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface CSDiagramPinModel
      Returns:
      the user uuid of this cs diagram pin
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this cs diagram pin.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface CSDiagramPinModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this cs diagram pin
    • setCPDefinitionId

      public void setCPDefinitionId(long CPDefinitionId)
      Sets the cp definition ID of this cs diagram pin.
      Specified by:
      setCPDefinitionId in interface CSDiagramPinModel
      Parameters:
      CPDefinitionId - the cp definition ID of this cs diagram pin
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this cs diagram pin.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface CSDiagramPinModel
      Parameters:
      createDate - the create date of this cs diagram pin
    • setCSDiagramPinId

      public void setCSDiagramPinId(long CSDiagramPinId)
      Sets the cs diagram pin ID of this cs diagram pin.
      Specified by:
      setCSDiagramPinId in interface CSDiagramPinModel
      Parameters:
      CSDiagramPinId - the cs diagram pin ID of this cs diagram pin
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this cs diagram pin.
      Specified by:
      setCtCollectionId in interface CSDiagramPinModel
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>
      Parameters:
      ctCollectionId - the ct collection ID of this cs diagram pin
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this cs diagram pin.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface CSDiagramPinModel
      Parameters:
      modifiedDate - the modified date of this cs diagram pin
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this cs diagram pin.
      Specified by:
      setMvccVersion in interface CSDiagramPinModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this cs diagram pin
    • setPositionX

      public void setPositionX(double positionX)
      Sets the position x of this cs diagram pin.
      Specified by:
      setPositionX in interface CSDiagramPinModel
      Parameters:
      positionX - the position x of this cs diagram pin
    • setPositionY

      public void setPositionY(double positionY)
      Sets the position y of this cs diagram pin.
      Specified by:
      setPositionY in interface CSDiagramPinModel
      Parameters:
      positionY - the position y of this cs diagram pin
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this cs diagram pin.
      Specified by:
      setPrimaryKey in interface CSDiagramPinModel
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>
      Parameters:
      primaryKey - the primary key of this cs diagram pin
    • setSequence

      public void setSequence(String sequence)
      Sets the sequence of this cs diagram pin.
      Specified by:
      setSequence in interface CSDiagramPinModel
      Parameters:
      sequence - the sequence of this cs diagram pin
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this cs diagram pin.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface CSDiagramPinModel
      Parameters:
      userId - the user ID of this cs diagram pin
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this cs diagram pin.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface CSDiagramPinModel
      Parameters:
      userName - the user name of this cs diagram pin
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this cs diagram pin.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface CSDiagramPinModel
      Parameters:
      userUuid - the user uuid of this cs diagram pin
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface CSDiagramPinModel
    • getAttributeGetterFunctions

      public Map<String,Function<CSDiagramPin,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<CSDiagramPin>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<CSDiagramPin,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<CSDiagramPin>
    • wrap

      protected CSDiagramPinWrapper wrap(CSDiagramPin csDiagramPin)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CSDiagramPin>