Class MaterialMasterDataDTO

java.lang.Object
de.aeb.xnsg.onpintegration.bf.onp.MaterialMasterDataDTO

public class MaterialMasterDataDTO extends Object
DTO of content of MaterialMasterData (Limits)
  • Field Details

    • materialNo

      public String materialNo
      length 40 - The materialNo of the material data.
    • orderItemReference

      public String orderItemReference
      length 60 - The reference to the order item of the material data.
    • organizationalUnit

      public String organizationalUnit
      length 30 - The organizational unit of the material master data.
    • destinationCountry

      public String destinationCountry
      length 2 - The destination country of the material master data.
    • calculationDate

      public String calculationDate
      length 8 - The calculation date of the material master data.
    • evaluationDate

      public String evaluationDate
      length 8 - The evaluation date of the material master data.
    • agreement

      public String agreement
      length 255 - The agreement of the material master data.
    • sourceCountry1

      public String sourceCountry1
      length 2 - The preferential origin of the material master data.
    • sourceCountry2

      public String sourceCountry2
      length 2 - The commercial origin of the material master data.
    • sourceCountry3

      public String sourceCountry3
      length 2 - The made-in origin of the material master data.
    • sourceRegion

      public String sourceRegion
      length 5 - The source region of the material master data.
    • commodityCode1

      public String commodityCode1
      length 12 - The commodity code 1 of the material master data.
    • commodityCode2

      public String commodityCode2
      length 12 - The commodity code 2 of the material master data.
    • productionCosts

      public BigDecimal productionCosts
      length 15,3 - The production costs of the material master data.
    • minimumSalesValue

      public BigDecimal minimumSalesValue
      length 15,3 - The minimu sales value of the material master data.
    • valueHasPreference

      public BigDecimal valueHasPreference
      length 15,3 - The preference value of the material master data.
    • valueHasNoPreference

      public BigDecimal valueHasNoPreference
      length 15,3 - The no preference value of the material master data.
    • cummulationType

      public String cummulationType
      length 1 - The cummulation type of the material master data.
    • currency

      public String currency
      length 3 - The currency of the material master data.
    • cummulationCountries

      public String cummulationCountries
      length 1000 - The cummulation countries of the material master data.
    • lotSize

      public BigDecimal lotSize
      length 20,7 - The lotsize of the material master data.
    • quantityUnit

      public String quantityUnit
      length 10 - The quantity unit of the material master data.
    • aalaCountry

      public String aalaCountry
      length 2 - The aala country of the material master data.
    • originCriteria

      public String originCriteria
      length 10 - The origin criteria of the material master data.
    • isLogicalDeleted

      public Boolean isLogicalDeleted
      The flag if material is deleted or not.
  • Constructor Details

    • MaterialMasterDataDTO

      public MaterialMasterDataDTO()