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
modelFields 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.longReturns the commerce inventory booked quantity ID of this commerce inventory booked quantity.longReturns 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.longReturns the mvcc version of this commerce inventory booked quantity.longReturns 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.longReturns 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.voidpersist()voidsetBookedNote(String bookedNote) Sets the booked note of this commerce inventory booked quantity.voidsetCommerceInventoryBookedQuantityId(long commerceInventoryBookedQuantityId) Sets the commerce inventory booked quantity ID of this commerce inventory booked quantity.voidsetCompanyId(long companyId) Sets the company ID of this commerce inventory booked quantity.voidsetCreateDate(Date createDate) Sets the create date of this commerce inventory booked quantity.voidsetExpirationDate(Date expirationDate) Sets the expiration date of this commerce inventory booked quantity.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this commerce inventory booked quantity.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this commerce inventory booked quantity.voidsetPrimaryKey(long primaryKey) Sets the primary key of this commerce inventory booked quantity.voidsetQuantity(BigDecimal quantity) Sets the quantity of this commerce inventory booked quantity.voidSets the sku of this commerce inventory booked quantity.voidsetUnitOfMeasureKey(String unitOfMeasureKey) Sets the unit of measure key of this commerce inventory booked quantity.voidsetUserId(long userId) Sets the user ID of this commerce inventory booked quantity.voidsetUserName(String userName) Sets the user name of this commerce inventory booked quantity.voidsetUserUuid(String userUuid) Sets the user uuid of this commerce inventory booked quantity.protected CommerceInventoryBookedQuantityWrapperwrap(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, 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
-
CommerceInventoryBookedQuantityWrapper
public CommerceInventoryBookedQuantityWrapper(CommerceInventoryBookedQuantity commerceInventoryBookedQuantity)
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceInventoryBookedQuantity>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceInventoryBookedQuantity>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceInventoryBookedQuantity>- Specified by:
cloneWithOriginalValuesin interfaceCommerceInventoryBookedQuantityModel
-
getBookedNote
Returns the booked note of this commerce inventory booked quantity.- Specified by:
getBookedNotein 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:
getCommerceInventoryBookedQuantityIdin 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:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceCommerceInventoryBookedQuantityModel- Specified by:
getCompanyIdin 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:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceCommerceInventoryBookedQuantityModel- Returns:
- the create date of this commerce inventory booked quantity
-
getExpirationDate
Returns the expiration date of this commerce inventory booked quantity.- Specified by:
getExpirationDatein interfaceCommerceInventoryBookedQuantityModel- Returns:
- the expiration date of this commerce inventory booked quantity
-
getModifiedDate
Returns the modified date of this commerce inventory booked quantity.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein 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:
getMvccVersionin interfaceCommerceInventoryBookedQuantityModel- Specified by:
getMvccVersionin 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:
getPrimaryKeyin interfaceCommerceInventoryBookedQuantityModel- Returns:
- the primary key of this commerce inventory booked quantity
-
getQuantity
Returns the quantity of this commerce inventory booked quantity.- Specified by:
getQuantityin interfaceCommerceInventoryBookedQuantityModel- Returns:
- the quantity of this commerce inventory booked quantity
-
getSku
Returns the sku of this commerce inventory booked quantity.- Specified by:
getSkuin 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:
getUnitOfMeasureKeyin 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:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceCommerceInventoryBookedQuantityModel- Returns:
- the user ID of this commerce inventory booked quantity
-
getUserName
Returns the user name of this commerce inventory booked quantity.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceCommerceInventoryBookedQuantityModel- Returns:
- the user name of this commerce inventory booked quantity
-
getUserUuid
Returns the user uuid of this commerce inventory booked quantity.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceCommerceInventoryBookedQuantityModel- Returns:
- the user uuid of this commerce inventory booked quantity
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setBookedNote
Sets the booked note of this commerce inventory booked quantity.- Specified by:
setBookedNotein 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:
setCommerceInventoryBookedQuantityIdin 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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceCommerceInventoryBookedQuantityModel- Specified by:
setCompanyIdin 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:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein 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:
setExpirationDatein 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:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceCommerceInventoryBookedQuantityModel- Specified by:
setMvccVersionin 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:
setPrimaryKeyin interfaceCommerceInventoryBookedQuantityModel- Parameters:
primaryKey- the primary key of this commerce inventory booked quantity
-
setQuantity
Sets the quantity of this commerce inventory booked quantity.- Specified by:
setQuantityin interfaceCommerceInventoryBookedQuantityModel- Parameters:
quantity- the quantity of this commerce inventory booked quantity
-
setSku
Sets the sku of this commerce inventory booked quantity.- Specified by:
setSkuin 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:
setUnitOfMeasureKeyin 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin 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:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein 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:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceCommerceInventoryBookedQuantityModel- Parameters:
userUuid- the user uuid of this commerce inventory booked quantity
-
toXmlString
- Specified by:
toXmlStringin interfaceCommerceInventoryBookedQuantityModel
-
wrap
protected CommerceInventoryBookedQuantityWrapper wrap(CommerceInventoryBookedQuantity commerceInventoryBookedQuantity) - Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceInventoryBookedQuantity>
-