Class DLStorageQuotaWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLStorageQuota>
com.liferay.document.library.model.DLStorageQuotaWrapper
All Implemented Interfaces:
DLStorageQuota, DLStorageQuotaModel, com.liferay.portal.kernel.model.BaseModel<DLStorageQuota>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<DLStorageQuota>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<DLStorageQuota>

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

This class is a wrapper for DLStorageQuota.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.document.library.model.DLStorageQuota

    DL_STORAGE_QUOTA_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this dl storage quota.
    long
    Returns the dl storage quota ID of this dl storage quota.
     
    long
    Returns the mvcc version of this dl storage quota.
    long
    Returns the primary key of this dl storage quota.
    long
    Returns the storage size of this dl storage quota.
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this dl storage quota.
    void
    setDlStorageQuotaId(long dlStorageQuotaId)
    Sets the dl storage quota ID of this dl storage quota.
    void
     
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this dl storage quota.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this dl storage quota.
    void
    setStorageSize(long storageSize)
    Sets the storage size of this dl storage quota.
     
    wrap(DLStorageQuota dlStorageQuota)
     

    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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, 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

    • DLStorageQuotaWrapper

      public DLStorageQuotaWrapper(DLStorageQuota dlStorageQuota)
  • Method Details

    • getModelAttributes

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

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

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

      public long getCompanyId()
      Returns the company ID of this dl storage quota.
      Specified by:
      getCompanyId in interface DLStorageQuotaModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this dl storage quota
    • getDlStorageQuotaId

      public long getDlStorageQuotaId()
      Returns the dl storage quota ID of this dl storage quota.
      Specified by:
      getDlStorageQuotaId in interface DLStorageQuotaModel
      Returns:
      the dl storage quota ID of this dl storage quota
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this dl storage quota.
      Specified by:
      getMvccVersion in interface DLStorageQuotaModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this dl storage quota
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this dl storage quota.
      Specified by:
      getPrimaryKey in interface DLStorageQuotaModel
      Returns:
      the primary key of this dl storage quota
    • getStorageSize

      public long getStorageSize()
      Returns the storage size of this dl storage quota.
      Specified by:
      getStorageSize in interface DLStorageQuotaModel
      Returns:
      the storage size of this dl storage quota
    • 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 dl storage quota.
      Specified by:
      setCompanyId in interface DLStorageQuotaModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this dl storage quota
    • setDlStorageQuotaId

      public void setDlStorageQuotaId(long dlStorageQuotaId)
      Sets the dl storage quota ID of this dl storage quota.
      Specified by:
      setDlStorageQuotaId in interface DLStorageQuotaModel
      Parameters:
      dlStorageQuotaId - the dl storage quota ID of this dl storage quota
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this dl storage quota.
      Specified by:
      setMvccVersion in interface DLStorageQuotaModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this dl storage quota
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this dl storage quota.
      Specified by:
      setPrimaryKey in interface DLStorageQuotaModel
      Parameters:
      primaryKey - the primary key of this dl storage quota
    • setStorageSize

      public void setStorageSize(long storageSize)
      Sets the storage size of this dl storage quota.
      Specified by:
      setStorageSize in interface DLStorageQuotaModel
      Parameters:
      storageSize - the storage size of this dl storage quota
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface DLStorageQuotaModel
    • wrap

      protected DLStorageQuotaWrapper wrap(DLStorageQuota dlStorageQuota)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLStorageQuota>