public class CartItem extends org.beigesoft.persistable.AHasNameIdLongVersion implements org.beigesoft.model.IOwned<ShoppingCart>
Model of CartItem.
| Constructor and Description |
|---|
CartItem() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAvailableQuantity()
Getter for availableQuantity.
|
Boolean |
getIsDisabled()
Getter for isDisabled.
|
Long |
getItemId()
Getter for itemId.
|
EShopItemType |
getItemType()
Getter for itemType.
|
ShoppingCart |
getItsOwner()
Getter for itsOwner.
|
BigDecimal |
getItsPrice()
Getter for itsPrice.
|
BigDecimal |
getItsQuantity()
Getter for itsQuantity.
|
BigDecimal |
getItsTotal()
Getter for itsTotal.
|
BigDecimal |
getSubtotal()
Getter for subtotal.
|
String |
getTaxesDescription()
Getter for taxesDescription.
|
BigDecimal |
getTotalTaxes()
Getter for totalTaxes.
|
void |
setAvailableQuantity(BigDecimal pAvailableQuantity)
Setter for availableQuantity.
|
void |
setIsDisabled(Boolean pIsDisabled)
Setter for isDisabled.
|
void |
setItemId(Long pItemId)
Setter for itemId.
|
void |
setItemType(EShopItemType pItemType)
Setter for itemType.
|
void |
setItsOwner(ShoppingCart pItsOwner)
Setter for itsOwner.
|
void |
setItsPrice(BigDecimal pItsPrice)
Setter for itsPrice.
|
void |
setItsQuantity(BigDecimal pItsQuantity)
Setter for itsQuantity.
|
void |
setItsTotal(BigDecimal pItsTotal)
Setter for itsTotal.
|
void |
setSubtotal(BigDecimal pSubtotal)
Setter for subtotal.
|
void |
setTaxesDescription(String pTaxesDescription)
Setter for taxesDescription.
|
void |
setTotalTaxes(BigDecimal pTotalTaxes)
Setter for totalTaxes.
|
getItsVersion, setItsVersionpublic final ShoppingCart getItsOwner()
Getter for itsOwner.
getItsOwner in interface org.beigesoft.model.IOwned<ShoppingCart>public final void setItsOwner(ShoppingCart pItsOwner)
Setter for itsOwner.
setItsOwner in interface org.beigesoft.model.IOwned<ShoppingCart>pItsOwner - referencepublic final Boolean getIsDisabled()
Getter for isDisabled.
public final void setIsDisabled(Boolean pIsDisabled)
Setter for isDisabled.
pIsDisabled - referencepublic final EShopItemType getItemType()
Getter for itemType.
public final void setItemType(EShopItemType pItemType)
Setter for itemType.
pItemType - referencepublic final Long getItemId()
Getter for itemId.
public final void setItemId(Long pItemId)
Setter for itemId.
pItemId - referencepublic final BigDecimal getItsPrice()
Getter for itsPrice.
public final void setItsPrice(BigDecimal pItsPrice)
Setter for itsPrice.
pItsPrice - referencepublic final BigDecimal getItsQuantity()
Getter for itsQuantity.
public final void setItsQuantity(BigDecimal pItsQuantity)
Setter for itsQuantity.
pItsQuantity - referencepublic final BigDecimal getSubtotal()
Getter for subtotal.
public final void setSubtotal(BigDecimal pSubtotal)
Setter for subtotal.
pSubtotal - referencepublic final BigDecimal getTotalTaxes()
Getter for totalTaxes.
public final void setTotalTaxes(BigDecimal pTotalTaxes)
Setter for totalTaxes.
pTotalTaxes - referencepublic final String getTaxesDescription()
Getter for taxesDescription.
public final void setTaxesDescription(String pTaxesDescription)
Setter for taxesDescription.
pTaxesDescription - referencepublic final BigDecimal getItsTotal()
Getter for itsTotal.
public final void setItsTotal(BigDecimal pItsTotal)
Setter for itsTotal.
pItsTotal - referencepublic final BigDecimal getAvailableQuantity()
Getter for availableQuantity.
public final void setAvailableQuantity(BigDecimal pAvailableQuantity)
Setter for availableQuantity.
pAvailableQuantity - referenceCopyright © 2017–2018. All rights reserved.