Interface DepotEntryPinModel

All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<DepotEntryPin>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<DepotEntryPin>, com.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryPin>, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
DepotEntryPin
All Known Implementing Classes:
DepotEntryPinWrapper

@ProviderType public interface DepotEntryPinModel extends com.liferay.portal.kernel.model.BaseModel<DepotEntryPin>, com.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryPin>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the DepotEntryPin service. Represents a row in the "DepotEntryPin" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.depot.model.impl.DepotEntryPinModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.depot.model.impl.DepotEntryPinImpl.

See Also:
Generated:
  • 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
    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
    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.
    default String
     

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

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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
  • Method Details

    • getPrimaryKey

      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>
      Returns:
      the primary key of this depot entry pin
    • setPrimaryKey

      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>
      Parameters:
      primaryKey - the primary key of this depot entry pin
    • getMvccVersion

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

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

      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>
      Returns:
      the ct collection ID of this depot entry pin
    • setCtCollectionId

      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>
      Parameters:
      ctCollectionId - the ct collection ID of this depot entry pin
    • getUuid

      @AutoEscape String getUuid()
      Returns the uuid of this depot entry pin.
      Returns:
      the uuid of this depot entry pin
    • setUuid

      void setUuid(String uuid)
      Sets the uuid of this depot entry pin.
      Parameters:
      uuid - the uuid of this depot entry pin
    • getDepotEntryPinId

      long getDepotEntryPinId()
      Returns the depot entry pin ID of this depot entry pin.
      Returns:
      the depot entry pin ID of this depot entry pin
    • setDepotEntryPinId

      void setDepotEntryPinId(long depotEntryPinId)
      Sets the depot entry pin ID of this depot entry pin.
      Parameters:
      depotEntryPinId - the depot entry pin ID of this depot entry pin
    • getGroupId

      long getGroupId()
      Returns the group ID of this depot entry pin.
      Returns:
      the group ID of this depot entry pin
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this depot entry pin.
      Parameters:
      groupId - the group ID of this depot entry pin
    • getCompanyId

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

      void setCompanyId(long companyId)
      Sets the company ID of this depot entry pin.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this depot entry pin
    • getUserId

      long getUserId()
      Returns the user ID of this depot entry pin.
      Returns:
      the user ID of this depot entry pin
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this depot entry pin.
      Parameters:
      userId - the user ID of this depot entry pin
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this depot entry pin.
      Returns:
      the user uuid of this depot entry pin
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this depot entry pin.
      Parameters:
      userUuid - the user uuid of this depot entry pin
    • getDepotEntryId

      long getDepotEntryId()
      Returns the depot entry ID of this depot entry pin.
      Returns:
      the depot entry ID of this depot entry pin
    • setDepotEntryId

      void setDepotEntryId(long depotEntryId)
      Sets the depot entry ID of this depot entry pin.
      Parameters:
      depotEntryId - the depot entry ID of this depot entry pin
    • cloneWithOriginalValues

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

      default String toXmlString()