Class MaterialDetailsDTO

java.lang.Object
de.aeb.xnsg.ftmc.bf.v3.dtos.data.MaterialDetailsDTO

public class MaterialDetailsDTO extends Object
The container for material specific details.
  • Field Details

    • alternativeMaterialNumber

      public String alternativeMaterialNumber

      An alternative material number. This is typically a representation of the materialNumber that has a better readability.

      max length: 50

    • attribute

      public String attribute

      Some attribute to identify this material easier.

      max length: 10

    • priority

      @Deprecated public String priority
      Deprecated.

      Not used anymore. Send values will be mapped to #attribute

      max length: 10

    • validFrom

      public String validFrom

      Date from which the material is valid.

      Format: YYYY-MM-DD

    • validTo

      public String validTo

      Date to which the material is valid.

      Format: YYYY-MM-DD

  • Constructor Details

    • MaterialDetailsDTO

      public MaterialDetailsDTO()
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • clearNonIdentifiers

      public void clearNonIdentifiers()