public class CommerceInventoryWarehouseItemWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceInventoryWarehouseItem> implements CommerceInventoryWarehouseItem, com.liferay.portal.kernel.model.ModelWrapper<CommerceInventoryWarehouseItem>
This class is a wrapper for CommerceInventoryWarehouseItem.
CommerceInventoryWarehouseItem,
Serialized FormCOMMERCE_INVENTORY_WAREHOUSE_ITEM_ID_ACCESSOR| Constructor and Description |
|---|
CommerceInventoryWarehouseItemWrapper(CommerceInventoryWarehouseItem commerceInventoryWarehouseItem) |
| Modifier and Type | Method and Description |
|---|---|
CommerceInventoryWarehouseItem |
cloneWithOriginalValues() |
CommerceInventoryWarehouse |
getCommerceInventoryWarehouse() |
long |
getCommerceInventoryWarehouseId()
Returns the commerce inventory warehouse ID of this commerce inventory warehouse item.
|
long |
getCommerceInventoryWarehouseItemId()
Returns the commerce inventory warehouse item ID of this commerce inventory warehouse item.
|
long |
getCompanyId()
Returns the company ID of this commerce inventory warehouse item.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce inventory warehouse item.
|
java.lang.String |
getExternalReferenceCode()
Returns the external reference code of this commerce inventory warehouse item.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce inventory warehouse item.
|
long |
getMvccVersion()
Returns the mvcc version of this commerce inventory warehouse item.
|
long |
getPrimaryKey()
Returns the primary key of this commerce inventory warehouse item.
|
java.math.BigDecimal |
getQuantity()
Returns the quantity of this commerce inventory warehouse item.
|
java.math.BigDecimal |
getReservedQuantity()
Returns the reserved quantity of this commerce inventory warehouse item.
|
java.lang.String |
getSku()
Returns the sku of this commerce inventory warehouse item.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
java.lang.String |
getUnitOfMeasureKey()
Returns the unit of measure key of this commerce inventory warehouse item.
|
long |
getUserId()
Returns the user ID of this commerce inventory warehouse item.
|
java.lang.String |
getUserName()
Returns the user name of this commerce inventory warehouse item.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce inventory warehouse item.
|
java.lang.String |
getUuid()
Returns the uuid of this commerce inventory warehouse item.
|
void |
persist() |
void |
setCommerceInventoryWarehouseId(long commerceInventoryWarehouseId)
Sets the commerce inventory warehouse ID of this commerce inventory warehouse item.
|
void |
setCommerceInventoryWarehouseItemId(long commerceInventoryWarehouseItemId)
Sets the commerce inventory warehouse item ID of this commerce inventory warehouse item.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce inventory warehouse item.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce inventory warehouse item.
|
void |
setExternalReferenceCode(java.lang.String externalReferenceCode)
Sets the external reference code of this commerce inventory warehouse item.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this commerce inventory warehouse item.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this commerce inventory warehouse item.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce inventory warehouse item.
|
void |
setQuantity(java.math.BigDecimal quantity)
Sets the quantity of this commerce inventory warehouse item.
|
void |
setReservedQuantity(java.math.BigDecimal reservedQuantity)
Sets the reserved quantity of this commerce inventory warehouse item.
|
void |
setSku(java.lang.String sku)
Sets the sku of this commerce inventory warehouse item.
|
void |
setUnitOfMeasureKey(java.lang.String unitOfMeasureKey)
Sets the unit of measure key of this commerce inventory warehouse item.
|
void |
setUserId(long userId)
Sets the user ID of this commerce inventory warehouse item.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce inventory warehouse item.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce inventory warehouse item.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this commerce inventory warehouse item.
|
java.lang.String |
toXmlString() |
protected CommerceInventoryWarehouseItemWrapper |
wrap(CommerceInventoryWarehouseItem commerceInventoryWarehouseItem) |
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 CommerceInventoryWarehouseItemWrapper(CommerceInventoryWarehouseItem commerceInventoryWarehouseItem)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceInventoryWarehouseItem>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceInventoryWarehouseItem>public CommerceInventoryWarehouseItem cloneWithOriginalValues()
cloneWithOriginalValues in interface CommerceInventoryWarehouseItemModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceInventoryWarehouseItem>public CommerceInventoryWarehouse getCommerceInventoryWarehouse() throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryWarehouse in interface CommerceInventoryWarehouseItemcom.liferay.portal.kernel.exception.PortalExceptionpublic long getCommerceInventoryWarehouseId()
getCommerceInventoryWarehouseId in interface CommerceInventoryWarehouseItemModelpublic long getCommerceInventoryWarehouseItemId()
getCommerceInventoryWarehouseItemId in interface CommerceInventoryWarehouseItemModelpublic long getCompanyId()
getCompanyId in interface CommerceInventoryWarehouseItemModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic java.util.Date getCreateDate()
getCreateDate in interface CommerceInventoryWarehouseItemModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic java.lang.String getExternalReferenceCode()
getExternalReferenceCode in interface CommerceInventoryWarehouseItemModelgetExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface CommerceInventoryWarehouseItemModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getMvccVersion()
getMvccVersion in interface CommerceInventoryWarehouseItemModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface CommerceInventoryWarehouseItemModelpublic java.math.BigDecimal getQuantity()
getQuantity in interface CommerceInventoryWarehouseItemModelpublic java.math.BigDecimal getReservedQuantity()
getReservedQuantity in interface CommerceInventoryWarehouseItemModelpublic java.lang.String getSku()
getSku in interface CommerceInventoryWarehouseItemModelpublic java.lang.String getUnitOfMeasureKey()
getUnitOfMeasureKey in interface CommerceInventoryWarehouseItemModelpublic long getUserId()
getUserId in interface CommerceInventoryWarehouseItemModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface CommerceInventoryWarehouseItemModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface CommerceInventoryWarehouseItemModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface CommerceInventoryWarehouseItemModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCommerceInventoryWarehouseId(long commerceInventoryWarehouseId)
setCommerceInventoryWarehouseId in interface CommerceInventoryWarehouseItemModelcommerceInventoryWarehouseId - the commerce inventory warehouse ID of this commerce inventory warehouse itempublic void setCommerceInventoryWarehouseItemId(long commerceInventoryWarehouseItemId)
setCommerceInventoryWarehouseItemId in interface CommerceInventoryWarehouseItemModelcommerceInventoryWarehouseItemId - the commerce inventory warehouse item ID of this commerce inventory warehouse itempublic void setCompanyId(long companyId)
setCompanyId in interface CommerceInventoryWarehouseItemModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this commerce inventory warehouse itempublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CommerceInventoryWarehouseItemModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this commerce inventory warehouse itempublic void setExternalReferenceCode(java.lang.String externalReferenceCode)
setExternalReferenceCode in interface CommerceInventoryWarehouseItemModelsetExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModelexternalReferenceCode - the external reference code of this commerce inventory warehouse itempublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CommerceInventoryWarehouseItemModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this commerce inventory warehouse itempublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CommerceInventoryWarehouseItemModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this commerce inventory warehouse itempublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CommerceInventoryWarehouseItemModelprimaryKey - the primary key of this commerce inventory warehouse itempublic void setQuantity(java.math.BigDecimal quantity)
setQuantity in interface CommerceInventoryWarehouseItemModelquantity - the quantity of this commerce inventory warehouse itempublic void setReservedQuantity(java.math.BigDecimal reservedQuantity)
setReservedQuantity in interface CommerceInventoryWarehouseItemModelreservedQuantity - the reserved quantity of this commerce inventory warehouse itempublic void setSku(java.lang.String sku)
setSku in interface CommerceInventoryWarehouseItemModelsku - the sku of this commerce inventory warehouse itempublic void setUnitOfMeasureKey(java.lang.String unitOfMeasureKey)
setUnitOfMeasureKey in interface CommerceInventoryWarehouseItemModelunitOfMeasureKey - the unit of measure key of this commerce inventory warehouse itempublic void setUserId(long userId)
setUserId in interface CommerceInventoryWarehouseItemModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this commerce inventory warehouse itempublic void setUserName(java.lang.String userName)
setUserName in interface CommerceInventoryWarehouseItemModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this commerce inventory warehouse itempublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CommerceInventoryWarehouseItemModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this commerce inventory warehouse itempublic void setUuid(java.lang.String uuid)
setUuid in interface CommerceInventoryWarehouseItemModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this commerce inventory warehouse itempublic java.lang.String toXmlString()
toXmlString in interface CommerceInventoryWarehouseItemModelpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected CommerceInventoryWarehouseItemWrapper wrap(CommerceInventoryWarehouseItem commerceInventoryWarehouseItem)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceInventoryWarehouseItem>