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.
DLStorageQuota,
Serialized FormDL_STORAGE_QUOTA_ID_ACCESSOR| Constructor and Description |
|---|
DLStorageQuotaWrapper(DLStorageQuota dlStorageQuota) |
| Modifier and Type | Method and Description |
|---|---|
DLStorageQuota |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this dl storage quota.
|
long |
getDlStorageQuotaId()
Returns the dl storage quota ID of this dl storage quota.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this dl storage quota.
|
long |
getPrimaryKey()
Returns the primary key of this dl storage quota.
|
long |
getStorageSize()
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(java.util.Map<java.lang.String,java.lang.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.
|
java.lang.String |
toXmlString() |
protected DLStorageQuotaWrapper |
wrap(DLStorageQuota dlStorageQuota) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic DLStorageQuotaWrapper(DLStorageQuota dlStorageQuota)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DLStorageQuota>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<DLStorageQuota>public DLStorageQuota cloneWithOriginalValues()
cloneWithOriginalValues in interface DLStorageQuotaModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DLStorageQuota>public long getCompanyId()
getCompanyId in interface DLStorageQuotaModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getDlStorageQuotaId()
getDlStorageQuotaId in interface DLStorageQuotaModelpublic long getMvccVersion()
getMvccVersion in interface DLStorageQuotaModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface DLStorageQuotaModelpublic long getStorageSize()
getStorageSize in interface DLStorageQuotaModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface DLStorageQuotaModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this dl storage quotapublic void setDlStorageQuotaId(long dlStorageQuotaId)
setDlStorageQuotaId in interface DLStorageQuotaModeldlStorageQuotaId - the dl storage quota ID of this dl storage quotapublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface DLStorageQuotaModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this dl storage quotapublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DLStorageQuotaModelprimaryKey - the primary key of this dl storage quotapublic void setStorageSize(long storageSize)
setStorageSize in interface DLStorageQuotaModelstorageSize - the storage size of this dl storage quotapublic java.lang.String toXmlString()
toXmlString in interface DLStorageQuotaModelprotected DLStorageQuotaWrapper wrap(DLStorageQuota dlStorageQuota)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLStorageQuota>