public class ACustomerOrderLine extends org.beigesoft.persistable.AHasIdLongVersion implements org.beigesoft.model.IOwned<CustomerOrder>
Model of Customer Order Item line. Item can be goods/service/S.E. goods/S.E.service.
| Constructor and Description |
|---|
ACustomerOrderLine() |
| Modifier and Type | Method and Description |
|---|---|
CustomerOrder |
getItsOwner()
Getter for itsOwner.
|
BigDecimal |
getItsPrice()
Getter for itsPrice.
|
BigDecimal |
getItsQuantity()
Getter for itsQuantity.
|
BigDecimal |
getItsTotal()
Getter for itsTotal.
|
PickUpPlace |
getPickUpPlace()
Getter for pickUpPlace.
|
BigDecimal |
getSubtotal()
Getter for subtotal.
|
String |
getTaxesDescription()
Getter for taxesDescription.
|
BigDecimal |
getTotalTaxes()
Getter for totalTaxes.
|
void |
setItsOwner(CustomerOrder 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 |
setPickUpPlace(PickUpPlace pPickUpPlace)
Setter for pickUpPlace.
|
void |
setSubtotal(BigDecimal pSubtotal)
Setter for subtotal.
|
void |
setTaxesDescription(String pTaxesDescription)
Setter for taxesDescription.
|
void |
setTotalTaxes(BigDecimal pTotalTaxes)
Setter for totalTaxes.
|
getItsVersion, setItsVersionpublic final CustomerOrder getItsOwner()
Getter for itsOwner.
getItsOwner in interface org.beigesoft.model.IOwned<CustomerOrder>public final void setItsOwner(CustomerOrder pItsOwner)
Setter for itsOwner.
setItsOwner in interface org.beigesoft.model.IOwned<CustomerOrder>pItsOwner - referencepublic final PickUpPlace getPickUpPlace()
Getter for pickUpPlace.
public final void setPickUpPlace(PickUpPlace pPickUpPlace)
Setter for pickUpPlace.
pPickUpPlace - 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 - referenceCopyright © 2017–2018. All rights reserved.