Class CommerceInventoryBookedQuantityWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceInventoryBookedQuantity>
com.liferay.commerce.inventory.model.CommerceInventoryBookedQuantityWrapper
- All Implemented Interfaces:
CommerceInventoryBookedQuantity
,CommerceInventoryBookedQuantityModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CommerceInventoryBookedQuantity>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<CommerceInventoryBookedQuantity>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<CommerceInventoryBookedQuantity>
public class CommerceInventoryBookedQuantityWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceInventoryBookedQuantity>
implements CommerceInventoryBookedQuantity, com.liferay.portal.kernel.model.ModelWrapper<CommerceInventoryBookedQuantity>
This class is a wrapper for CommerceInventoryBookedQuantity
.
- 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.CommerceInventoryBookedQuantity
COMMERCE_INVENTORY_BOOKED_QUANTITY_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceInventoryBookedQuantityWrapper
(CommerceInventoryBookedQuantity commerceInventoryBookedQuantity) -
Method Summary
Modifier and TypeMethodDescriptionReturns the booked note of this commerce inventory booked quantity.long
Returns the commerce inventory booked quantity ID of this commerce inventory booked quantity.long
Returns the company ID of this commerce inventory booked quantity.Returns the create date of this commerce inventory booked quantity.Returns the expiration date of this commerce inventory booked quantity.Returns the modified date of this commerce inventory booked quantity.long
Returns the mvcc version of this commerce inventory booked quantity.long
Returns the primary key of this commerce inventory booked quantity.Returns the quantity of this commerce inventory booked quantity.getSku()
Returns the sku of this commerce inventory booked quantity.Returns the unit of measure key of this commerce inventory booked quantity.long
Returns the user ID of this commerce inventory booked quantity.Returns the user name of this commerce inventory booked quantity.Returns the user uuid of this commerce inventory booked quantity.void
persist()
void
setBookedNote
(String bookedNote) Sets the booked note of this commerce inventory booked quantity.void
setCommerceInventoryBookedQuantityId
(long commerceInventoryBookedQuantityId) Sets the commerce inventory booked quantity ID of this commerce inventory booked quantity.void
setCompanyId
(long companyId) Sets the company ID of this commerce inventory booked quantity.void
setCreateDate
(Date createDate) Sets the create date of this commerce inventory booked quantity.void
setExpirationDate
(Date expirationDate) Sets the expiration date of this commerce inventory booked quantity.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this commerce inventory booked quantity.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this commerce inventory booked quantity.void
setPrimaryKey
(long primaryKey) Sets the primary key of this commerce inventory booked quantity.void
setQuantity
(BigDecimal quantity) Sets the quantity of this commerce inventory booked quantity.void
Sets the sku of this commerce inventory booked quantity.void
setUnitOfMeasureKey
(String unitOfMeasureKey) Sets the unit of measure key of this commerce inventory booked quantity.void
setUserId
(long userId) Sets the user ID of this commerce inventory booked quantity.void
setUserName
(String userName) Sets the user name of this commerce inventory booked quantity.void
setUserUuid
(String userUuid) Sets the user uuid of this commerce inventory booked quantity.protected CommerceInventoryBookedQuantityWrapper
wrap
(CommerceInventoryBookedQuantity commerceInventoryBookedQuantity) 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
-
CommerceInventoryBookedQuantityWrapper
public CommerceInventoryBookedQuantityWrapper(CommerceInventoryBookedQuantity commerceInventoryBookedQuantity)
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceInventoryBookedQuantity>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceInventoryBookedQuantity>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceInventoryBookedQuantity>
- Specified by:
cloneWithOriginalValues
in interfaceCommerceInventoryBookedQuantityModel
-
getBookedNote
Returns the booked note of this commerce inventory booked quantity.- Specified by:
getBookedNote
in interfaceCommerceInventoryBookedQuantityModel
- Returns:
- the booked note of this commerce inventory booked quantity
-
getCommerceInventoryBookedQuantityId
public long getCommerceInventoryBookedQuantityId()Returns the commerce inventory booked quantity ID of this commerce inventory booked quantity.- Specified by:
getCommerceInventoryBookedQuantityId
in interfaceCommerceInventoryBookedQuantityModel
- Returns:
- the commerce inventory booked quantity ID of this commerce inventory booked quantity
-
getCompanyId
public long getCompanyId()Returns the company ID of this commerce inventory booked quantity.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceCommerceInventoryBookedQuantityModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this commerce inventory booked quantity
-
getCreateDate
Returns the create date of this commerce inventory booked quantity.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceCommerceInventoryBookedQuantityModel
- Returns:
- the create date of this commerce inventory booked quantity
-
getExpirationDate
Returns the expiration date of this commerce inventory booked quantity.- Specified by:
getExpirationDate
in interfaceCommerceInventoryBookedQuantityModel
- Returns:
- the expiration date of this commerce inventory booked quantity
-
getModifiedDate
Returns the modified date of this commerce inventory booked quantity.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceCommerceInventoryBookedQuantityModel
- Returns:
- the modified date of this commerce inventory booked quantity
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this commerce inventory booked quantity.- Specified by:
getMvccVersion
in interfaceCommerceInventoryBookedQuantityModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this commerce inventory booked quantity
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this commerce inventory booked quantity.- Specified by:
getPrimaryKey
in interfaceCommerceInventoryBookedQuantityModel
- Returns:
- the primary key of this commerce inventory booked quantity
-
getQuantity
Returns the quantity of this commerce inventory booked quantity.- Specified by:
getQuantity
in interfaceCommerceInventoryBookedQuantityModel
- Returns:
- the quantity of this commerce inventory booked quantity
-
getSku
Returns the sku of this commerce inventory booked quantity.- Specified by:
getSku
in interfaceCommerceInventoryBookedQuantityModel
- Returns:
- the sku of this commerce inventory booked quantity
-
getUnitOfMeasureKey
Returns the unit of measure key of this commerce inventory booked quantity.- Specified by:
getUnitOfMeasureKey
in interfaceCommerceInventoryBookedQuantityModel
- Returns:
- the unit of measure key of this commerce inventory booked quantity
-
getUserId
public long getUserId()Returns the user ID of this commerce inventory booked quantity.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceCommerceInventoryBookedQuantityModel
- Returns:
- the user ID of this commerce inventory booked quantity
-
getUserName
Returns the user name of this commerce inventory booked quantity.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceCommerceInventoryBookedQuantityModel
- Returns:
- the user name of this commerce inventory booked quantity
-
getUserUuid
Returns the user uuid of this commerce inventory booked quantity.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceCommerceInventoryBookedQuantityModel
- Returns:
- the user uuid of this commerce inventory booked quantity
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setBookedNote
Sets the booked note of this commerce inventory booked quantity.- Specified by:
setBookedNote
in interfaceCommerceInventoryBookedQuantityModel
- Parameters:
bookedNote
- the booked note of this commerce inventory booked quantity
-
setCommerceInventoryBookedQuantityId
public void setCommerceInventoryBookedQuantityId(long commerceInventoryBookedQuantityId) Sets the commerce inventory booked quantity ID of this commerce inventory booked quantity.- Specified by:
setCommerceInventoryBookedQuantityId
in interfaceCommerceInventoryBookedQuantityModel
- Parameters:
commerceInventoryBookedQuantityId
- the commerce inventory booked quantity ID of this commerce inventory booked quantity
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this commerce inventory booked quantity.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceCommerceInventoryBookedQuantityModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this commerce inventory booked quantity
-
setCreateDate
Sets the create date of this commerce inventory booked quantity.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceCommerceInventoryBookedQuantityModel
- Parameters:
createDate
- the create date of this commerce inventory booked quantity
-
setExpirationDate
Sets the expiration date of this commerce inventory booked quantity.- Specified by:
setExpirationDate
in interfaceCommerceInventoryBookedQuantityModel
- Parameters:
expirationDate
- the expiration date of this commerce inventory booked quantity
-
setModifiedDate
Sets the modified date of this commerce inventory booked quantity.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceCommerceInventoryBookedQuantityModel
- Parameters:
modifiedDate
- the modified date of this commerce inventory booked quantity
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this commerce inventory booked quantity.- Specified by:
setMvccVersion
in interfaceCommerceInventoryBookedQuantityModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this commerce inventory booked quantity
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this commerce inventory booked quantity.- Specified by:
setPrimaryKey
in interfaceCommerceInventoryBookedQuantityModel
- Parameters:
primaryKey
- the primary key of this commerce inventory booked quantity
-
setQuantity
Sets the quantity of this commerce inventory booked quantity.- Specified by:
setQuantity
in interfaceCommerceInventoryBookedQuantityModel
- Parameters:
quantity
- the quantity of this commerce inventory booked quantity
-
setSku
Sets the sku of this commerce inventory booked quantity.- Specified by:
setSku
in interfaceCommerceInventoryBookedQuantityModel
- Parameters:
sku
- the sku of this commerce inventory booked quantity
-
setUnitOfMeasureKey
Sets the unit of measure key of this commerce inventory booked quantity.- Specified by:
setUnitOfMeasureKey
in interfaceCommerceInventoryBookedQuantityModel
- Parameters:
unitOfMeasureKey
- the unit of measure key of this commerce inventory booked quantity
-
setUserId
public void setUserId(long userId) Sets the user ID of this commerce inventory booked quantity.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceCommerceInventoryBookedQuantityModel
- Parameters:
userId
- the user ID of this commerce inventory booked quantity
-
setUserName
Sets the user name of this commerce inventory booked quantity.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceCommerceInventoryBookedQuantityModel
- Parameters:
userName
- the user name of this commerce inventory booked quantity
-
setUserUuid
Sets the user uuid of this commerce inventory booked quantity.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceCommerceInventoryBookedQuantityModel
- Parameters:
userUuid
- the user uuid of this commerce inventory booked quantity
-
toXmlString
- Specified by:
toXmlString
in interfaceCommerceInventoryBookedQuantityModel
-
wrap
protected CommerceInventoryBookedQuantityWrapper wrap(CommerceInventoryBookedQuantity commerceInventoryBookedQuantity) - Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceInventoryBookedQuantity>
-