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
model
Fields inherited from interface com.liferay.commerce.inventory.model.CommerceInventoryAudit
COMMERCE_INVENTORY_AUDIT_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceInventoryAuditWrapper
(CommerceInventoryAudit commerceInventoryAudit) -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the commerce inventory audit ID of this commerce inventory audit.long
Returns 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.long
Returns the mvcc version of this commerce inventory audit.long
Returns 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.long
Returns 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.void
persist()
void
setCommerceInventoryAuditId
(long commerceInventoryAuditId) Sets the commerce inventory audit ID of this commerce inventory audit.void
setCompanyId
(long companyId) Sets the company ID of this commerce inventory audit.void
setCreateDate
(Date createDate) Sets the create date of this commerce inventory audit.void
setLogType
(String logType) Sets the log type of this commerce inventory audit.void
setLogTypeSettings
(String logTypeSettings) Sets the log type settings of this commerce inventory audit.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this commerce inventory audit.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this commerce inventory audit.void
setPrimaryKey
(long primaryKey) Sets the primary key of this commerce inventory audit.void
setQuantity
(BigDecimal quantity) Sets the quantity of this commerce inventory audit.void
Sets the sku of this commerce inventory audit.void
setUnitOfMeasureKey
(String unitOfMeasureKey) Sets the unit of measure key of this commerce inventory audit.void
setUserId
(long userId) Sets the user ID of this commerce inventory audit.void
setUserName
(String userName) Sets the user name of this commerce inventory audit.void
setUserUuid
(String userUuid) Sets the user uuid of this commerce inventory audit.protected CommerceInventoryAuditWrapper
wrap
(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, 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
-
CommerceInventoryAuditWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceInventoryAudit>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceInventoryAudit>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceInventoryAudit>
- Specified by:
cloneWithOriginalValues
in interfaceCommerceInventoryAuditModel
-
getCommerceInventoryAuditId
public long getCommerceInventoryAuditId()Returns the commerce inventory audit ID of this commerce inventory audit.- Specified by:
getCommerceInventoryAuditId
in 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:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceCommerceInventoryAuditModel
- Specified by:
getCompanyId
in 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:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceCommerceInventoryAuditModel
- Returns:
- the create date of this commerce inventory audit
-
getLogType
Returns the log type of this commerce inventory audit.- Specified by:
getLogType
in interfaceCommerceInventoryAuditModel
- Returns:
- the log type of this commerce inventory audit
-
getLogTypeSettings
Returns the log type settings of this commerce inventory audit.- Specified by:
getLogTypeSettings
in interfaceCommerceInventoryAuditModel
- Returns:
- the log type settings of this commerce inventory audit
-
getModifiedDate
Returns the modified date of this commerce inventory audit.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in 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:
getMvccVersion
in interfaceCommerceInventoryAuditModel
- Specified by:
getMvccVersion
in 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:
getPrimaryKey
in interfaceCommerceInventoryAuditModel
- Returns:
- the primary key of this commerce inventory audit
-
getQuantity
Returns the quantity of this commerce inventory audit.- Specified by:
getQuantity
in interfaceCommerceInventoryAuditModel
- Returns:
- the quantity of this commerce inventory audit
-
getSku
Returns the sku of this commerce inventory audit.- Specified by:
getSku
in interfaceCommerceInventoryAuditModel
- Returns:
- the sku of this commerce inventory audit
-
getUnitOfMeasureKey
Returns the unit of measure key of this commerce inventory audit.- Specified by:
getUnitOfMeasureKey
in 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:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceCommerceInventoryAuditModel
- Returns:
- the user ID of this commerce inventory audit
-
getUserName
Returns the user name of this commerce inventory audit.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceCommerceInventoryAuditModel
- Returns:
- the user name of this commerce inventory audit
-
getUserUuid
Returns the user uuid of this commerce inventory audit.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceCommerceInventoryAuditModel
- Returns:
- the user uuid of this commerce inventory audit
-
persist
public void persist()- Specified by:
persist
in 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:
setCommerceInventoryAuditId
in 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:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceCommerceInventoryAuditModel
- Specified by:
setCompanyId
in 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:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceCommerceInventoryAuditModel
- Parameters:
createDate
- the create date of this commerce inventory audit
-
setLogType
Sets the log type of this commerce inventory audit.- Specified by:
setLogType
in interfaceCommerceInventoryAuditModel
- Parameters:
logType
- the log type of this commerce inventory audit
-
setLogTypeSettings
Sets the log type settings of this commerce inventory audit.- Specified by:
setLogTypeSettings
in interfaceCommerceInventoryAuditModel
- Parameters:
logTypeSettings
- the log type settings of this commerce inventory audit
-
setModifiedDate
Sets the modified date of this commerce inventory audit.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in 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:
setMvccVersion
in interfaceCommerceInventoryAuditModel
- Specified by:
setMvccVersion
in 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:
setPrimaryKey
in interfaceCommerceInventoryAuditModel
- Parameters:
primaryKey
- the primary key of this commerce inventory audit
-
setQuantity
Sets the quantity of this commerce inventory audit.- Specified by:
setQuantity
in interfaceCommerceInventoryAuditModel
- Parameters:
quantity
- the quantity of this commerce inventory audit
-
setSku
Sets the sku of this commerce inventory audit.- Specified by:
setSku
in interfaceCommerceInventoryAuditModel
- Parameters:
sku
- the sku of this commerce inventory audit
-
setUnitOfMeasureKey
Sets the unit of measure key of this commerce inventory audit.- Specified by:
setUnitOfMeasureKey
in 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:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceCommerceInventoryAuditModel
- Parameters:
userId
- the user ID of this commerce inventory audit
-
setUserName
Sets the user name of this commerce inventory audit.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceCommerceInventoryAuditModel
- Parameters:
userName
- the user name of this commerce inventory audit
-
setUserUuid
Sets the user uuid of this commerce inventory audit.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceCommerceInventoryAuditModel
- Parameters:
userUuid
- the user uuid of this commerce inventory audit
-
toXmlString
- Specified by:
toXmlString
in interfaceCommerceInventoryAuditModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceInventoryAudit>
-