public class VouchersSaleProduct
extends java.lang.Object
Constructor and Description |
---|
VouchersSaleProduct() |
Modifier and Type | Method and Description |
---|---|
CRMDOLot |
getLot() |
CRMDOPricePlan |
getPricePlan() |
java.math.BigDecimal |
getQuantity() |
com.crm.process.financialtransactions.VouchersSalesRequestedQuantityOptions |
getRequestedQuantityOption() |
CRMDOVoucher |
getVoucher() |
java.lang.String |
getVoucherNumbersFrom() |
java.lang.String |
getVoucherNumbersTo() |
CRMDOVoucherType |
getVoucherType() |
void |
setLot(CRMDOLot lot) |
void |
setPricePlan(CRMDOPricePlan pricePlan) |
void |
setQuantity(java.math.BigDecimal quantity) |
void |
setRequestedQuantityOption(com.crm.process.financialtransactions.VouchersSalesRequestedQuantityOptions requestedQuantityOption) |
void |
setVoucher(CRMDOVoucher voucher) |
void |
setVoucherNumbersFrom(java.lang.String voucherNumbersFrom) |
void |
setVoucherNumbersTo(java.lang.String voucherNumbersTo) |
void |
setVoucherType(CRMDOVoucherType voucherType) |
public CRMDOVoucherType getVoucherType()
public void setVoucherType(CRMDOVoucherType voucherType)
public CRMDOPricePlan getPricePlan()
public void setPricePlan(CRMDOPricePlan pricePlan)
public com.crm.process.financialtransactions.VouchersSalesRequestedQuantityOptions getRequestedQuantityOption()
public void setRequestedQuantityOption(com.crm.process.financialtransactions.VouchersSalesRequestedQuantityOptions requestedQuantityOption)
public java.math.BigDecimal getQuantity()
public void setQuantity(java.math.BigDecimal quantity)
public java.lang.String getVoucherNumbersFrom()
public void setVoucherNumbersFrom(java.lang.String voucherNumbersFrom)
public java.lang.String getVoucherNumbersTo()
public void setVoucherNumbersTo(java.lang.String voucherNumbersTo)
public CRMDOLot getLot()
public void setLot(CRMDOLot lot)
public CRMDOVoucher getVoucher()
public void setVoucher(CRMDOVoucher voucher)