java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<Item>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Item
All Implemented Interfaces:
VdmEntitySet

public class Item extends VdmEntity<Item> implements VdmEntitySet
BR Material Data

Original entity name from the Odata EDM: itemType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Item> getType()
      Specified by:
      getType in class VdmObject<Item>
    • setCod_item

      public void setCod_item(@Nullable String cod_item)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_item

      Parameters:
      cod_item - The cod_item to set.
    • setPlanta

      public void setPlanta(@Nullable String planta)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: planta

      Parameters:
      planta - The planta to set.
    • setDescr_item

      public void setDescr_item(@Nullable String descr_item)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: descr_item

      Parameters:
      descr_item - The descr_item to set.
    • setCod_barra

      public void setCod_barra(@Nullable String cod_barra)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: cod_barra

      Parameters:
      cod_barra - The cod_barra to set.
    • setCod_ant_item

      public void setCod_ant_item(@Nullable String cod_ant_item)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_ant_item

      Parameters:
      cod_ant_item - The cod_ant_item to set.
    • setUnid_inv

      public void setUnid_inv(@Nullable String unid_inv)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: unid_inv

      Parameters:
      unid_inv - The unid_inv to set.
    • setTipo_item

      public void setTipo_item(@Nullable String tipo_item)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: tipo_item

      Parameters:
      tipo_item - The tipo_item to set.
    • setCod_ncm

      public void setCod_ncm(@Nullable String cod_ncm)
      Constraints: Not nullable, Maximum length: 16

      Original property name from the Odata EDM: cod_ncm

      Parameters:
      cod_ncm - The cod_ncm to set.
    • setEx_ipi

      public void setEx_ipi(@Nullable String ex_ipi)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ex_ipi

      Parameters:
      ex_ipi - The ex_ipi to set.
    • setCod_gen

      public void setCod_gen(@Nullable String cod_gen)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cod_gen

      Parameters:
      cod_gen - The cod_gen to set.
    • setCod_lst

      public void setCod_lst(@Nullable String cod_lst)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: cod_lst

      Parameters:
      cod_lst - The cod_lst to set.
    • setRemovido

      public void setRemovido(@Nullable String removido)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: removido

      Parameters:
      removido - The removido to set.
    • setCod_comb

      public void setCod_comb(@Nullable String cod_comb)
      Constraints: Not nullable, Maximum length: 9

      Original property name from the Odata EDM: cod_comb

      Parameters:
      cod_comb - The cod_comb to set.
    • setUltima_mod

      public void setUltima_mod(@Nullable String ultima_mod)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: ultima_mod

      Parameters:
      ultima_mod - The ultima_mod to set.
    • setAvaliacao_tipo

      public void setAvaliacao_tipo(@Nullable String avaliacao_tipo)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: avaliacao_tipo

      Parameters:
      avaliacao_tipo - The avaliacao_tipo to set.
    • setUtilizacao_material

      public void setUtilizacao_material(@Nullable String utilizacao_material)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: utilizacao_material

      Parameters:
      utilizacao_material - The utilizacao_material to set.
    • setAvaliacao_area

      public void setAvaliacao_area(@Nullable String avaliacao_area)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: avaliacao_area

      Parameters:
      avaliacao_area - The avaliacao_area to set.
    • setGrupo_material

      public void setGrupo_material(@Nullable String grupo_material)
      Constraints: Not nullable, Maximum length: 9

      Original property name from the Odata EDM: grupo_material

      Parameters:
      grupo_material - Material Group
    • setTipo_material

      public void setTipo_material(@Nullable String tipo_material)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: tipo_material

      Parameters:
      tipo_material - Material Type
    • setClasse_avaliacao

      public void setClasse_avaliacao(@Nullable String classe_avaliacao)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: classe_avaliacao

      Parameters:
      classe_avaliacao - Valuation Class
    • setOrigem_material

      public void setOrigem_material(@Nullable String origem_material)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: origem_material

      Parameters:
      origem_material - Material Origin
    • set_Messages

      public void set_Messages(@Nullable Collection<SAP__Message> _Messages)
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Parameters:
      _Messages - The _Messages to set.
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<Item>
    • getKey

      @Nonnull protected ODataEntityKey getKey()
      Overrides:
      getKey in class VdmObject<Item>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<Item>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<Item>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<Item>
    • builder

      @Nonnull public static Item.ItemBuilder builder()
    • getCod_item

      @Nullable public String getCod_item()
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_item

      Returns:
      The cod_item contained in this VdmEntity.
    • getPlanta

      @Nullable public String getPlanta()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: planta

      Returns:
      The planta contained in this VdmEntity.
    • getDescr_item

      @Nullable public String getDescr_item()
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: descr_item

      Returns:
      The descr_item contained in this VdmEntity.
    • getCod_barra

      @Nullable public String getCod_barra()
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: cod_barra

      Returns:
      The cod_barra contained in this VdmEntity.
    • getCod_ant_item

      @Nullable public String getCod_ant_item()
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_ant_item

      Returns:
      The cod_ant_item contained in this VdmEntity.
    • getUnid_inv

      @Nullable public String getUnid_inv()
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: unid_inv

      Returns:
      The unid_inv contained in this VdmEntity.
    • getTipo_item

      @Nullable public String getTipo_item()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: tipo_item

      Returns:
      The tipo_item contained in this VdmEntity.
    • getCod_ncm

      @Nullable public String getCod_ncm()
      Constraints: Not nullable, Maximum length: 16

      Original property name from the Odata EDM: cod_ncm

      Returns:
      The cod_ncm contained in this VdmEntity.
    • getEx_ipi

      @Nullable public String getEx_ipi()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ex_ipi

      Returns:
      The ex_ipi contained in this VdmEntity.
    • getCod_gen

      @Nullable public String getCod_gen()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cod_gen

      Returns:
      The cod_gen contained in this VdmEntity.
    • getCod_lst

      @Nullable public String getCod_lst()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: cod_lst

      Returns:
      The cod_lst contained in this VdmEntity.
    • getRemovido

      @Nullable public String getRemovido()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: removido

      Returns:
      The removido contained in this VdmEntity.
    • getCod_comb

      @Nullable public String getCod_comb()
      Constraints: Not nullable, Maximum length: 9

      Original property name from the Odata EDM: cod_comb

      Returns:
      The cod_comb contained in this VdmEntity.
    • getUltima_mod

      @Nullable public String getUltima_mod()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: ultima_mod

      Returns:
      The ultima_mod contained in this VdmEntity.
    • getAvaliacao_tipo

      @Nullable public String getAvaliacao_tipo()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: avaliacao_tipo

      Returns:
      The avaliacao_tipo contained in this VdmEntity.
    • getUtilizacao_material

      @Nullable public String getUtilizacao_material()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: utilizacao_material

      Returns:
      The utilizacao_material contained in this VdmEntity.
    • getAvaliacao_area

      @Nullable public String getAvaliacao_area()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: avaliacao_area

      Returns:
      The avaliacao_area contained in this VdmEntity.
    • getGrupo_material

      @Nullable public String getGrupo_material()
      Constraints: Not nullable, Maximum length: 9

      Original property name from the Odata EDM: grupo_material

      Returns:
      Material Group
    • getTipo_material

      @Nullable public String getTipo_material()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: tipo_material

      Returns:
      Material Type
    • getClasse_avaliacao

      @Nullable public String getClasse_avaliacao()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: classe_avaliacao

      Returns:
      Valuation Class
    • getOrigem_material

      @Nullable public String getOrigem_material()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: origem_material

      Returns:
      Material Origin
    • get_Messages

      @Nullable public Collection<SAP__Message> get_Messages()
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      The _Messages contained in this VdmEntity.
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<Item>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<Item>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<Item>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<Item>
    • getOdataType

      public String getOdataType()
      Specified by:
      getOdataType in class VdmObject<Item>