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

public class Alt_item extends VdmEntity<Alt_item> implements VdmEntitySet
BR Material Change

Original entity name from the Odata EDM: alt_itemType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Alt_item> getType()
      Specified by:
      getType in class VdmObject<Alt_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 - Item Code
    • setDt_ini

      public void setDt_ini(@Nullable LocalDate dt_ini)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: dt_ini

      Parameters:
      dt_ini - Initial date of computation referred
    • setDt_fim

      public void setDt_fim(@Nullable LocalDate dt_fim)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: dt_fim

      Parameters:
      dt_fim - Final date of computation referred
    • setEmpresa

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

      Original property name from the Odata EDM: empresa

      Parameters:
      empresa - Company Code
    • setFilial

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

      Original property name from the Odata EDM: filial

      Parameters:
      filial - Branch
    • setNum_seq

      public void setNum_seq(@Nullable String num_seq)
      (Key Field) Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: num_seq

      Parameters:
      num_seq - Sequencial Number
    • 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 - Previous Item Code
    • setDescr_ant_item

      public void setDescr_ant_item(@Nullable String descr_ant_item)
      Constraints: Not nullable, Maximum length: 120

      Original property name from the Odata EDM: descr_ant_item

      Parameters:
      descr_ant_item - Previous Item Description
    • setReporting_date

      public void setReporting_date(@Nullable LocalDate reporting_date)
      Constraints: Nullable

      Original property name from the Odata EDM: reporting_date

      Parameters:
      reporting_date - Reporting Date of Material Change
    • 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<Alt_item>
    • getKey

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

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

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

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

      @Nonnull public static Alt_item.Alt_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:
      Item Code
    • getDt_ini

      @Nullable public LocalDate getDt_ini()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: dt_ini

      Returns:
      Initial date of computation referred
    • getDt_fim

      @Nullable public LocalDate getDt_fim()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: dt_fim

      Returns:
      Final date of computation referred
    • getEmpresa

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

      Original property name from the Odata EDM: empresa

      Returns:
      Company Code
    • getFilial

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

      Original property name from the Odata EDM: filial

      Returns:
      Branch
    • getNum_seq

      @Nullable public String getNum_seq()
      (Key Field) Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: num_seq

      Returns:
      Sequencial Number
    • 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:
      Previous Item Code
    • getDescr_ant_item

      @Nullable public String getDescr_ant_item()
      Constraints: Not nullable, Maximum length: 120

      Original property name from the Odata EDM: descr_ant_item

      Returns:
      Previous Item Description
    • getReporting_date

      @Nullable public LocalDate getReporting_date()
      Constraints: Nullable

      Original property name from the Odata EDM: reporting_date

      Returns:
      Reporting Date of Material Change
    • 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<Alt_item>
    • equals

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

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

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

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