public class SalesLine extends BusinessObject
Constructor and Description |
---|
SalesLine() |
public String getComment()
public void setComment(String value)
public CommentKey getCommentKey()
public void setCommentKey(CommentKey value)
public GLAccountNumberKey getCostOfSalesGLAccountKey()
public void setCostOfSalesGLAccountKey(GLAccountNumberKey value)
public GLAccountNumberKey getDamagedGLAccountKey()
public void setDamagedGLAccountKey(GLAccountNumberKey value)
public Boolean isDeleteOnUpdate()
public void setDeleteOnUpdate(Boolean value)
public MoneyPercentChoice getDiscount()
public void setDiscount(MoneyPercentChoice value)
public GLAccountNumberKey getDiscountGLAccountKey()
public void setDiscountGLAccountKey(GLAccountNumberKey value)
public MoneyAmount getExtendedCost()
public void setExtendedCost(MoneyAmount value)
public String getFrontOfficeIntegrationId()
public void setFrontOfficeIntegrationId(String value)
public GLAccountNumberKey getInServiceGLAccountKey()
public void setInServiceGLAccountKey(GLAccountNumberKey value)
public GLAccountNumberKey getInUseGLAccountKey()
public void setInUseGLAccountKey(GLAccountNumberKey value)
public String getIntegrationId()
public void setIntegrationId(String value)
public Integer getIntegrationSource()
public void setIntegrationSource(Integer value)
public GLAccountNumberKey getInventoryGLAccountKey()
public void setInventoryGLAccountKey(GLAccountNumberKey value)
public Boolean isIsDropShip()
public void setIsDropShip(Boolean value)
public Boolean isIsNonInventory()
public void setIsNonInventory(Boolean value)
public String getItemDescription()
public void setItemDescription(String value)
public ItemKey getItemKey()
public void setItemKey(ItemKey value)
public TaxScheduleKey getItemTaxScheduleKey()
public void setItemTaxScheduleKey(TaxScheduleKey value)
public SalesLineKey getKey()
public void setKey(SalesLineKey value)
public PriceLevelKey getPriceLevelKey()
public void setPriceLevelKey(PriceLevelKey value)
public Quantity getQuantity()
public void setQuantity(Quantity value)
public Calendar getRequestedShipDate()
public void setRequestedShipDate(Calendar value)
public GLAccountNumberKey getReturnsGLAccountKey()
public void setReturnsGLAccountKey(GLAccountNumberKey value)
public GLAccountNumberKey getSalesGLAccountKey()
public void setSalesGLAccountKey(GLAccountNumberKey value)
public SalesTerritoryKey getSalesTerritoryKey()
public void setSalesTerritoryKey(SalesTerritoryKey value)
public SalesPersonKey getSalesPersonKey()
public void setSalesPersonKey(SalesPersonKey value)
public BusinessAddress getShipToAddress()
public void setShipToAddress(BusinessAddress value)
public CustomerAddressKey getShipToAddressKey()
public void setShipToAddressKey(CustomerAddressKey value)
public ShippingMethodKey getShippingMethodKey()
public void setShippingMethodKey(ShippingMethodKey value)
public MoneyAmount getTaxAmount()
public void setTaxAmount(MoneyAmount value)
public SalesTaxBasis getTaxBasis()
public void setTaxBasis(SalesTaxBasis value)
public TaxScheduleKey getTaxScheduleKey()
public void setTaxScheduleKey(TaxScheduleKey value)
public List<SalesLineTax> getTaxes()
public void setTaxes(List<SalesLineTax> value)
public MoneyAmount getTotalAmount()
public void setTotalAmount(MoneyAmount value)
public MoneyAmount getUnitCost()
public void setUnitCost(MoneyAmount value)
public MoneyAmount getUnitPrice()
public void setUnitPrice(MoneyAmount value)
public String getUofM()
public void setUofM(String value)
public WarehouseKey getWarehouseKey()
public void setWarehouseKey(WarehouseKey value)
Copyright © 2010–2016. All rights reserved.