Class SalesOrderSimulateItemData

java.lang.Object
de.hybris.platform.sapsalesordersimulation.dto.SalesOrderSimulateItemData
All Implemented Interfaces:
Serializable

public class SalesOrderSimulateItemData extends Object implements Serializable
See Also:
  • Constructor Details

    • SalesOrderSimulateItemData

      public SalesOrderSimulateItemData()
  • Method Details

    • setSalesOrder

      public void setSalesOrder(String salesOrder)
    • getSalesOrder

      public String getSalesOrder()
    • setSalesOrderItem

      public void setSalesOrderItem(String salesOrderItem)
    • getSalesOrderItem

      public String getSalesOrderItem()
    • setHigherLevelItem

      public void setHigherLevelItem(String higherLevelItem)
    • getHigherLevelItem

      public String getHigherLevelItem()
    • setSalesOrderItemCategory

      public void setSalesOrderItemCategory(String salesOrderItemCategory)
    • getSalesOrderItemCategory

      public String getSalesOrderItemCategory()
    • setSalesOrderItemText

      public void setSalesOrderItemText(String salesOrderItemText)
    • getSalesOrderItemText

      public String getSalesOrderItemText()
    • setPurchaseOrderByCustomer

      public void setPurchaseOrderByCustomer(String purchaseOrderByCustomer)
    • getPurchaseOrderByCustomer

      public String getPurchaseOrderByCustomer()
    • setMaterial

      public void setMaterial(String material)
    • getMaterial

      public String getMaterial()
    • setMaterialByCustomer

      public void setMaterialByCustomer(String materialByCustomer)
    • getMaterialByCustomer

      public String getMaterialByCustomer()
    • setPricingDate

      public void setPricingDate(String pricingDate)
    • getPricingDate

      public String getPricingDate()
    • setRequestedQuantity

      public void setRequestedQuantity(String requestedQuantity)
    • getRequestedQuantity

      public String getRequestedQuantity()
    • setRequestedQuantityUnit

      public void setRequestedQuantityUnit(String requestedQuantityUnit)
    • getRequestedQuantityUnit

      public String getRequestedQuantityUnit()
    • setTransactionCurrency

      public void setTransactionCurrency(String transactionCurrency)
    • getTransactionCurrency

      public String getTransactionCurrency()
    • setNetAmount

      public void setNetAmount(String netAmount)
    • getNetAmount

      public String getNetAmount()
    • setTaxAmount

      public void setTaxAmount(String taxAmount)
    • getTaxAmount

      public String getTaxAmount()
    • setCostAmount

      public void setCostAmount(String costAmount)
    • getCostAmount

      public String getCostAmount()
    • setSubtotal1Amount

      public void setSubtotal1Amount(String subtotal1Amount)
    • getSubtotal1Amount

      public String getSubtotal1Amount()
    • setSubtotal2Amount

      public void setSubtotal2Amount(String subtotal2Amount)
    • getSubtotal2Amount

      public String getSubtotal2Amount()
    • setSubtotal3Amount

      public void setSubtotal3Amount(String subtotal3Amount)
    • getSubtotal3Amount

      public String getSubtotal3Amount()
    • setSubtotal4Amount

      public void setSubtotal4Amount(String subtotal4Amount)
    • getSubtotal4Amount

      public String getSubtotal4Amount()
    • setSubtotal5Amount

      public void setSubtotal5Amount(String subtotal5Amount)
    • getSubtotal5Amount

      public String getSubtotal5Amount()
    • setSubtotal6Amount

      public void setSubtotal6Amount(String Subtotal6Amount)
    • getSubtotal6Amount

      public String getSubtotal6Amount()
    • setMaterialGroup

      public void setMaterialGroup(String materialGroup)
    • getMaterialGroup

      public String getMaterialGroup()
    • setBatch

      public void setBatch(String batch)
    • getBatch

      public String getBatch()
    • setPlant

      public void setPlant(String plant)
    • getPlant

      public String getPlant()
    • setStorageLocation

      public void setStorageLocation(String storageLocation)
    • getStorageLocation

      public String getStorageLocation()
    • setDeliveryGroup

      public void setDeliveryGroup(String deliveryGroup)
    • getDeliveryGroup

      public String getDeliveryGroup()
    • setShippingPoint

      public void setShippingPoint(String shippingPoint)
    • getShippingPoint

      public String getShippingPoint()
    • setShippingType

      public void setShippingType(String shippingType)
    • getShippingType

      public String getShippingType()
    • setDeliveryPriority

      public void setDeliveryPriority(String deliveryPriority)
    • getDeliveryPriority

      public String getDeliveryPriority()
    • setIncotermsClassification

      public void setIncotermsClassification(String incotermsClassification)
    • getIncotermsClassification

      public String getIncotermsClassification()
    • setIncotermsTransferLocation

      public void setIncotermsTransferLocation(String incotermsTransferLocation)
    • getIncotermsTransferLocation

      public String getIncotermsTransferLocation()
    • setIncotermsLocation1

      public void setIncotermsLocation1(String incotermsLocation1)
    • getIncotermsLocation1

      public String getIncotermsLocation1()
    • setIncotermsLocation2

      public void setIncotermsLocation2(String incotermsLocation2)
    • getIncotermsLocation2

      public String getIncotermsLocation2()
    • setCustomerPaymentTerms

      public void setCustomerPaymentTerms(String customerPaymentTerms)
    • getCustomerPaymentTerms

      public String getCustomerPaymentTerms()
    • setSalesDocumentRjcnReason

      public void setSalesDocumentRjcnReason(String salesDocumentRjcnReason)
    • getSalesDocumentRjcnReason

      public String getSalesDocumentRjcnReason()
    • setPricingElements

      public void setPricingElements(PricingElementsData pricingElements)
    • getPricingElements

      public PricingElementsData getPricingElements()
    • setPartner

      public void setPartner(PartnersData partner)
    • getPartner

      public PartnersData getPartner()
    • setScheduleLines

      public void setScheduleLines(ScheduleLinesData scheduleLines)
    • getScheduleLines

      public ScheduleLinesData getScheduleLines()