Class FTMCOpenAlNumberResearchDTO

java.lang.Object
de.aeb.xnsg.ftmc.bf.FTMCRequestDTO
de.aeb.xnsg.ftmc.af.v1.FTMCOpenAlNumberResearchDTO

public class FTMCOpenAlNumberResearchDTO extends FTMCRequestDTO
DTO to hold data to research a AL number for a material.
  • Field Details

    • materialNumber

      public String materialNumber

      The material number which identifies a material uniquely in the client.

      length=50

    • languageISOCode

      public String languageISOCode
      ISO code of language for which the descriptions should be displayed

      length=2

    • countryISOCode

      public String countryISOCode
      ISO code of the country the classification belongs to.
    • validFrom

      public FTMCDateDTO validFrom
      From this date on the AL number will be valid from. If null the AL number will be valid immediately.
  • Constructor Details

    • FTMCOpenAlNumberResearchDTO

      public FTMCOpenAlNumberResearchDTO()