Interface CommerceInventoryBookedQuantityModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CommerceInventoryBookedQuantity>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<CommerceInventoryBookedQuantity>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
CommerceInventoryBookedQuantity
- All Known Implementing Classes:
CommerceInventoryBookedQuantityWrapper
@ProviderType
public interface CommerceInventoryBookedQuantityModel
extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommerceInventoryBookedQuantity>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the CommerceInventoryBookedQuantity service. Represents a row in the "CIBookedQuantity" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.commerce.inventory.model.impl.CommerceInventoryBookedQuantityModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.commerce.inventory.model.impl.CommerceInventoryBookedQuantityImpl.
- See Also:
- Generated:
-
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.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.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.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this commerce inventory booked quantity.- Returns:
- the primary key of this commerce inventory booked quantity
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this commerce inventory booked quantity.- Parameters:
primaryKey- the primary key of this commerce inventory booked quantity
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this commerce inventory booked quantity.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this commerce inventory booked quantity
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this commerce inventory booked quantity.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this commerce inventory booked quantity
-
getCommerceInventoryBookedQuantityId
long getCommerceInventoryBookedQuantityId()Returns the commerce inventory booked quantity ID of this commerce inventory booked quantity.- Returns:
- the commerce inventory booked quantity ID of this commerce inventory booked quantity
-
setCommerceInventoryBookedQuantityId
void setCommerceInventoryBookedQuantityId(long commerceInventoryBookedQuantityId) Sets the commerce inventory booked quantity ID of this commerce inventory booked quantity.- Parameters:
commerceInventoryBookedQuantityId- the commerce inventory booked quantity ID of this commerce inventory booked quantity
-
getCompanyId
long getCompanyId()Returns the company ID of this commerce inventory booked quantity.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this commerce inventory booked quantity
-
setCompanyId
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 interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this commerce inventory booked quantity
-
getUserId
long getUserId()Returns the user ID of this commerce inventory booked quantity.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this commerce inventory booked quantity
-
setUserId
void setUserId(long userId) Sets the user ID of this commerce inventory booked quantity.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this commerce inventory booked quantity
-
getUserUuid
String getUserUuid()Returns the user uuid of this commerce inventory booked quantity.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid 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- Parameters:
userUuid- the user uuid 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- Returns:
- the user name 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- Parameters:
userName- the user name of this commerce inventory booked quantity
-
getCreateDate
Date getCreateDate()Returns the create date of this commerce inventory booked quantity.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date 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- Parameters:
createDate- the create date of this commerce inventory booked quantity
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this commerce inventory booked quantity.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified 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- Parameters:
modifiedDate- the modified date of this commerce inventory booked quantity
-
getBookedNote
Returns the booked note of this commerce inventory booked quantity.- Returns:
- the booked note of this commerce inventory booked quantity
-
setBookedNote
Sets the booked note of this commerce inventory booked quantity.- Parameters:
bookedNote- the booked note of this commerce inventory booked quantity
-
getExpirationDate
Date getExpirationDate()Returns the expiration date of this commerce inventory booked quantity.- Returns:
- the expiration date of this commerce inventory booked quantity
-
setExpirationDate
Sets the expiration date of this commerce inventory booked quantity.- Parameters:
expirationDate- the expiration date of this commerce inventory booked quantity
-
getQuantity
BigDecimal getQuantity()Returns the quantity of this commerce inventory booked quantity.- Returns:
- the quantity of this commerce inventory booked quantity
-
setQuantity
Sets the quantity of this commerce inventory booked quantity.- Parameters:
quantity- the quantity of this commerce inventory booked quantity
-
getSku
Returns the sku of this commerce inventory booked quantity.- Returns:
- the sku of this commerce inventory booked quantity
-
setSku
Sets the sku of this commerce inventory booked quantity.- Parameters:
sku- the sku of this commerce inventory booked quantity
-
getUnitOfMeasureKey
Returns the unit of measure key of this commerce inventory booked quantity.- Returns:
- the unit of measure key of this commerce inventory booked quantity
-
setUnitOfMeasureKey
Sets the unit of measure key of this commerce inventory booked quantity.- Parameters:
unitOfMeasureKey- the unit of measure key of this commerce inventory booked quantity
-
cloneWithOriginalValues
CommerceInventoryBookedQuantity cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceInventoryBookedQuantity>
-
toXmlString
-