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
modelFields inherited from interface com.liferay.document.library.model.DLStorageQuota
DL_STORAGE_QUOTA_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this dl storage quota.longReturns the dl storage quota ID of this dl storage quota.longReturns the mvcc version of this dl storage quota.longReturns the primary key of this dl storage quota.longReturns the storage size of this dl storage quota.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this dl storage quota.voidsetDlStorageQuotaId(long dlStorageQuotaId) Sets the dl storage quota ID of this dl storage quota.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this dl storage quota.voidsetPrimaryKey(long primaryKey) Sets the primary key of this dl storage quota.voidsetStorageSize(long storageSize) Sets the storage size of this dl storage quota.protected DLStorageQuotaWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, 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
-
DLStorageQuotaWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DLStorageQuota>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DLStorageQuota>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DLStorageQuota>- Specified by:
cloneWithOriginalValuesin interfaceDLStorageQuotaModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this dl storage quota.- Specified by:
getCompanyIdin interfaceDLStorageQuotaModel- Specified by:
getCompanyIdin interfacecom.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:
getDlStorageQuotaIdin interfaceDLStorageQuotaModel- 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:
getMvccVersionin interfaceDLStorageQuotaModel- Specified by:
getMvccVersionin interfacecom.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:
getPrimaryKeyin interfaceDLStorageQuotaModel- Returns:
- the primary key of this dl storage quota
-
getStorageSize
public long getStorageSize()Returns the storage size of this dl storage quota.- Specified by:
getStorageSizein interfaceDLStorageQuotaModel- Returns:
- the storage size of this dl storage quota
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this dl storage quota.- Specified by:
setCompanyIdin interfaceDLStorageQuotaModel- Specified by:
setCompanyIdin interfacecom.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:
setDlStorageQuotaIdin interfaceDLStorageQuotaModel- 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:
setMvccVersionin interfaceDLStorageQuotaModel- Specified by:
setMvccVersionin interfacecom.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:
setPrimaryKeyin interfaceDLStorageQuotaModel- 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:
setStorageSizein interfaceDLStorageQuotaModel- Parameters:
storageSize- the storage size of this dl storage quota
-
toXmlString
- Specified by:
toXmlStringin interfaceDLStorageQuotaModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLStorageQuota>
-