Class CommerceInventoryAuditWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceInventoryAudit>
com.liferay.commerce.inventory.model.CommerceInventoryAuditWrapper
- All Implemented Interfaces:
CommerceInventoryAudit,CommerceInventoryAuditModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CommerceInventoryAudit>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<CommerceInventoryAudit>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<CommerceInventoryAudit>
public class CommerceInventoryAuditWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceInventoryAudit>
implements CommerceInventoryAudit, com.liferay.portal.kernel.model.ModelWrapper<CommerceInventoryAudit>
This class is a wrapper for CommerceInventoryAudit.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.commerce.inventory.model.CommerceInventoryAudit
COMMERCE_INVENTORY_AUDIT_ID_ACCESSOR -
Constructor Summary
ConstructorsConstructorDescriptionCommerceInventoryAuditWrapper(CommerceInventoryAudit commerceInventoryAudit) -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the commerce inventory audit ID of this commerce inventory audit.longReturns the company ID of this commerce inventory audit.Returns the create date of this commerce inventory audit.Returns the log type of this commerce inventory audit.Returns the log type settings of this commerce inventory audit.Returns the modified date of this commerce inventory audit.longReturns the mvcc version of this commerce inventory audit.longReturns the primary key of this commerce inventory audit.Returns the quantity of this commerce inventory audit.getSku()Returns the sku of this commerce inventory audit.Returns the unit of measure key of this commerce inventory audit.longReturns the user ID of this commerce inventory audit.Returns the user name of this commerce inventory audit.Returns the user uuid of this commerce inventory audit.voidpersist()voidsetCommerceInventoryAuditId(long commerceInventoryAuditId) Sets the commerce inventory audit ID of this commerce inventory audit.voidsetCompanyId(long companyId) Sets the company ID of this commerce inventory audit.voidsetCreateDate(Date createDate) Sets the create date of this commerce inventory audit.voidsetLogType(String logType) Sets the log type of this commerce inventory audit.voidsetLogTypeSettings(String logTypeSettings) Sets the log type settings of this commerce inventory audit.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this commerce inventory audit.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this commerce inventory audit.voidsetPrimaryKey(long primaryKey) Sets the primary key of this commerce inventory audit.voidsetQuantity(BigDecimal quantity) Sets the quantity of this commerce inventory audit.voidSets the sku of this commerce inventory audit.voidsetUnitOfMeasureKey(String unitOfMeasureKey) Sets the unit of measure key of this commerce inventory audit.voidsetUserId(long userId) Sets the user ID of this commerce inventory audit.voidsetUserName(String userName) Sets the user name of this commerce inventory audit.voidsetUserUuid(String userUuid) Sets the user uuid of this commerce inventory audit.protected CommerceInventoryAuditWrapperwrap(CommerceInventoryAudit commerceInventoryAudit) 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
-
CommerceInventoryAuditWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceInventoryAudit>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceInventoryAudit>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceInventoryAudit>- Specified by:
cloneWithOriginalValuesin interfaceCommerceInventoryAuditModel
-
getCommerceInventoryAuditId
public long getCommerceInventoryAuditId()Returns the commerce inventory audit ID of this commerce inventory audit.- Specified by:
getCommerceInventoryAuditIdin interfaceCommerceInventoryAuditModel- Returns:
- the commerce inventory audit ID of this commerce inventory audit
-
getCompanyId
public long getCompanyId()Returns the company ID of this commerce inventory audit.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceCommerceInventoryAuditModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this commerce inventory audit
-
getCreateDate
Returns the create date of this commerce inventory audit.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceCommerceInventoryAuditModel- Returns:
- the create date of this commerce inventory audit
-
getLogType
Returns the log type of this commerce inventory audit.- Specified by:
getLogTypein interfaceCommerceInventoryAuditModel- Returns:
- the log type of this commerce inventory audit
-
getLogTypeSettings
Returns the log type settings of this commerce inventory audit.- Specified by:
getLogTypeSettingsin interfaceCommerceInventoryAuditModel- Returns:
- the log type settings of this commerce inventory audit
-
getModifiedDate
Returns the modified date of this commerce inventory audit.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceCommerceInventoryAuditModel- Returns:
- the modified date of this commerce inventory audit
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this commerce inventory audit.- Specified by:
getMvccVersionin interfaceCommerceInventoryAuditModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this commerce inventory audit
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this commerce inventory audit.- Specified by:
getPrimaryKeyin interfaceCommerceInventoryAuditModel- Returns:
- the primary key of this commerce inventory audit
-
getQuantity
Returns the quantity of this commerce inventory audit.- Specified by:
getQuantityin interfaceCommerceInventoryAuditModel- Returns:
- the quantity of this commerce inventory audit
-
getSku
Returns the sku of this commerce inventory audit.- Specified by:
getSkuin interfaceCommerceInventoryAuditModel- Returns:
- the sku of this commerce inventory audit
-
getUnitOfMeasureKey
Returns the unit of measure key of this commerce inventory audit.- Specified by:
getUnitOfMeasureKeyin interfaceCommerceInventoryAuditModel- Returns:
- the unit of measure key of this commerce inventory audit
-
getUserId
public long getUserId()Returns the user ID of this commerce inventory audit.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceCommerceInventoryAuditModel- Returns:
- the user ID of this commerce inventory audit
-
getUserName
Returns the user name of this commerce inventory audit.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceCommerceInventoryAuditModel- Returns:
- the user name of this commerce inventory audit
-
getUserUuid
Returns the user uuid of this commerce inventory audit.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceCommerceInventoryAuditModel- Returns:
- the user uuid of this commerce inventory audit
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCommerceInventoryAuditId
public void setCommerceInventoryAuditId(long commerceInventoryAuditId) Sets the commerce inventory audit ID of this commerce inventory audit.- Specified by:
setCommerceInventoryAuditIdin interfaceCommerceInventoryAuditModel- Parameters:
commerceInventoryAuditId- the commerce inventory audit ID of this commerce inventory audit
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this commerce inventory audit.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceCommerceInventoryAuditModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this commerce inventory audit
-
setCreateDate
Sets the create date of this commerce inventory audit.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceCommerceInventoryAuditModel- Parameters:
createDate- the create date of this commerce inventory audit
-
setLogType
Sets the log type of this commerce inventory audit.- Specified by:
setLogTypein interfaceCommerceInventoryAuditModel- Parameters:
logType- the log type of this commerce inventory audit
-
setLogTypeSettings
Sets the log type settings of this commerce inventory audit.- Specified by:
setLogTypeSettingsin interfaceCommerceInventoryAuditModel- Parameters:
logTypeSettings- the log type settings of this commerce inventory audit
-
setModifiedDate
Sets the modified date of this commerce inventory audit.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceCommerceInventoryAuditModel- Parameters:
modifiedDate- the modified date of this commerce inventory audit
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this commerce inventory audit.- Specified by:
setMvccVersionin interfaceCommerceInventoryAuditModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this commerce inventory audit
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this commerce inventory audit.- Specified by:
setPrimaryKeyin interfaceCommerceInventoryAuditModel- Parameters:
primaryKey- the primary key of this commerce inventory audit
-
setQuantity
Sets the quantity of this commerce inventory audit.- Specified by:
setQuantityin interfaceCommerceInventoryAuditModel- Parameters:
quantity- the quantity of this commerce inventory audit
-
setSku
Sets the sku of this commerce inventory audit.- Specified by:
setSkuin interfaceCommerceInventoryAuditModel- Parameters:
sku- the sku of this commerce inventory audit
-
setUnitOfMeasureKey
Sets the unit of measure key of this commerce inventory audit.- Specified by:
setUnitOfMeasureKeyin interfaceCommerceInventoryAuditModel- Parameters:
unitOfMeasureKey- the unit of measure key of this commerce inventory audit
-
setUserId
public void setUserId(long userId) Sets the user ID of this commerce inventory audit.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceCommerceInventoryAuditModel- Parameters:
userId- the user ID of this commerce inventory audit
-
setUserName
Sets the user name of this commerce inventory audit.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceCommerceInventoryAuditModel- Parameters:
userName- the user name of this commerce inventory audit
-
setUserUuid
Sets the user uuid of this commerce inventory audit.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceCommerceInventoryAuditModel- Parameters:
userUuid- the user uuid of this commerce inventory audit
-
toXmlString
- Specified by:
toXmlStringin interfaceCommerceInventoryAuditModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceInventoryAudit>
-