Class DepotEntryPinWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DepotEntryPin>
com.liferay.depot.model.DepotEntryPinWrapper
All Implemented Interfaces:
DepotEntryPin, DepotEntryPinModel, com.liferay.portal.kernel.model.BaseModel<DepotEntryPin>, com.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryPin>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<DepotEntryPin>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<DepotEntryPin>

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

This class is a wrapper for DepotEntryPin.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.depot.model.DepotEntryPin

    DEPOT_ENTRY_PIN_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    long
    Returns the company ID of this depot entry pin.
    long
    Returns the ct collection ID of this depot entry pin.
    long
    Returns the depot entry ID of this depot entry pin.
    long
    Returns the depot entry pin ID of this depot entry pin.
    long
    Returns the group ID of this depot entry pin.
     
    long
    Returns the mvcc version of this depot entry pin.
    long
    Returns the primary key of this depot entry pin.
    long
    Returns the user ID of this depot entry pin.
    Returns the user uuid of this depot entry pin.
    Returns the uuid of this depot entry pin.
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this depot entry pin.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this depot entry pin.
    void
    setDepotEntryId(long depotEntryId)
    Sets the depot entry ID of this depot entry pin.
    void
    setDepotEntryPinId(long depotEntryPinId)
    Sets the depot entry pin ID of this depot entry pin.
    void
    setGroupId(long groupId)
    Sets the group ID of this depot entry pin.
    void
     
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this depot entry pin.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this depot entry pin.
    void
    setUserId(long userId)
    Sets the user ID of this depot entry pin.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this depot entry pin.
    void
    Sets the uuid of this depot entry pin.
     
    wrap(DepotEntryPin depotEntryPin)
     

    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

    • DepotEntryPinWrapper

      public DepotEntryPinWrapper(DepotEntryPin depotEntryPin)
  • Method Details

    • getModelAttributes

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

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

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

      public long getCompanyId()
      Returns the company ID of this depot entry pin.
      Specified by:
      getCompanyId in interface DepotEntryPinModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this depot entry pin
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this depot entry pin.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryPin>
      Specified by:
      getCtCollectionId in interface DepotEntryPinModel
      Returns:
      the ct collection ID of this depot entry pin
    • getDepotEntryId

      public long getDepotEntryId()
      Returns the depot entry ID of this depot entry pin.
      Specified by:
      getDepotEntryId in interface DepotEntryPinModel
      Returns:
      the depot entry ID of this depot entry pin
    • getDepotEntryPinId

      public long getDepotEntryPinId()
      Returns the depot entry pin ID of this depot entry pin.
      Specified by:
      getDepotEntryPinId in interface DepotEntryPinModel
      Returns:
      the depot entry pin ID of this depot entry pin
    • getGroupId

      public long getGroupId()
      Returns the group ID of this depot entry pin.
      Specified by:
      getGroupId in interface DepotEntryPinModel
      Returns:
      the group ID of this depot entry pin
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this depot entry pin.
      Specified by:
      getMvccVersion in interface DepotEntryPinModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this depot entry pin
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this depot entry pin.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryPin>
      Specified by:
      getPrimaryKey in interface DepotEntryPinModel
      Returns:
      the primary key of this depot entry pin
    • getUserId

      public long getUserId()
      Returns the user ID of this depot entry pin.
      Specified by:
      getUserId in interface DepotEntryPinModel
      Returns:
      the user ID of this depot entry pin
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this depot entry pin.
      Specified by:
      getUserUuid in interface DepotEntryPinModel
      Returns:
      the user uuid of this depot entry pin
    • getUuid

      public String getUuid()
      Returns the uuid of this depot entry pin.
      Specified by:
      getUuid in interface DepotEntryPinModel
      Returns:
      the uuid of this depot entry 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 depot entry pin.
      Specified by:
      setCompanyId in interface DepotEntryPinModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this depot entry pin
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this depot entry pin.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryPin>
      Specified by:
      setCtCollectionId in interface DepotEntryPinModel
      Parameters:
      ctCollectionId - the ct collection ID of this depot entry pin
    • setDepotEntryId

      public void setDepotEntryId(long depotEntryId)
      Sets the depot entry ID of this depot entry pin.
      Specified by:
      setDepotEntryId in interface DepotEntryPinModel
      Parameters:
      depotEntryId - the depot entry ID of this depot entry pin
    • setDepotEntryPinId

      public void setDepotEntryPinId(long depotEntryPinId)
      Sets the depot entry pin ID of this depot entry pin.
      Specified by:
      setDepotEntryPinId in interface DepotEntryPinModel
      Parameters:
      depotEntryPinId - the depot entry pin ID of this depot entry pin
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this depot entry pin.
      Specified by:
      setGroupId in interface DepotEntryPinModel
      Parameters:
      groupId - the group ID of this depot entry pin
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this depot entry pin.
      Specified by:
      setMvccVersion in interface DepotEntryPinModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this depot entry pin
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this depot entry pin.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryPin>
      Specified by:
      setPrimaryKey in interface DepotEntryPinModel
      Parameters:
      primaryKey - the primary key of this depot entry pin
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this depot entry pin.
      Specified by:
      setUserId in interface DepotEntryPinModel
      Parameters:
      userId - the user ID of this depot entry pin
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this depot entry pin.
      Specified by:
      setUserUuid in interface DepotEntryPinModel
      Parameters:
      userUuid - the user uuid of this depot entry pin
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid of this depot entry pin.
      Specified by:
      setUuid in interface DepotEntryPinModel
      Parameters:
      uuid - the uuid of this depot entry pin
    • toXmlString

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

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

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

      protected DepotEntryPinWrapper wrap(DepotEntryPin depotEntryPin)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DepotEntryPin>