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 -
Method Summary
Modifier and TypeMethodDescriptionlong
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
persist()
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
setModelAttributes
(Map<String, Object> attributes) 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.protected DLStorageQuotaWrapper
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
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DLStorageQuota>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DLStorageQuota>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<DLStorageQuota>
- Specified by:
cloneWithOriginalValues
in interfaceDLStorageQuotaModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this dl storage quota.- Specified by:
getCompanyId
in interfaceDLStorageQuotaModel
- Specified by:
getCompanyId
in 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:
getDlStorageQuotaId
in 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:
getMvccVersion
in interfaceDLStorageQuotaModel
- Specified by:
getMvccVersion
in 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:
getPrimaryKey
in 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:
getStorageSize
in interfaceDLStorageQuotaModel
- Returns:
- the storage size of this dl storage quota
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this dl storage quota.- Specified by:
setCompanyId
in interfaceDLStorageQuotaModel
- Specified by:
setCompanyId
in 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:
setDlStorageQuotaId
in 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:
setMvccVersion
in interfaceDLStorageQuotaModel
- Specified by:
setMvccVersion
in 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:
setPrimaryKey
in 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:
setStorageSize
in interfaceDLStorageQuotaModel
- Parameters:
storageSize
- the storage size of this dl storage quota
-
toXmlString
- Specified by:
toXmlString
in interfaceDLStorageQuotaModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLStorageQuota>
-