@ProviderType public interface DLStorageQuotaModel extends com.liferay.portal.kernel.model.BaseModel<DLStorageQuota>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.document.library.model.impl.DLStorageQuotaModelImpl 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.document.library.model.impl.DLStorageQuotaImpl.
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.
|
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 |
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 |
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.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this dl storage quotalong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this dl storage quotalong getDlStorageQuotaId()
void setDlStorageQuotaId(long dlStorageQuotaId)
dlStorageQuotaId - the dl storage quota ID of this dl storage quotalong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this dl storage quotalong getStorageSize()
void setStorageSize(long storageSize)
storageSize - the storage size of this dl storage quotaDLStorageQuota cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DLStorageQuota>default java.lang.String toXmlString()