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

public class Sa_nf_aju extends VdmEntity<Sa_nf_aju> implements VdmEntitySet
BR Sub Adjust NF Calculation

Original entity name from the Odata EDM: sa_nf_ajuType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Sa_nf_aju> getType()
      Specified by:
      getType in class VdmObject<Sa_nf_aju>
    • 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 - The empresa to set.
    • 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 - The filial to set.
    • setInd_apur_icms

      public void setInd_apur_icms(@Nullable String ind_apur_icms)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_apur_icms

      Parameters:
      ind_apur_icms - The ind_apur_icms to set.
    • setDt_ini

      public void setDt_ini(@Nullable String dt_ini)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_ini

      Parameters:
      dt_ini - The dt_ini to set.
    • setCod_aj_apur

      public void setCod_aj_apur(@Nullable String cod_aj_apur)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: cod_aj_apur

      Parameters:
      cod_aj_apur - The cod_aj_apur to set.
    • setNf_id

      public void setNf_id(@Nullable String nf_id)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: nf_id

      Parameters:
      nf_id - The nf_id to set.
    • setNum_item

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

      Original property name from the Odata EDM: num_item

      Parameters:
      num_item - Item Number for ICMS Appraisal
    • setDt_fin

      public void setDt_fin(@Nullable String dt_fin)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_fin

      Parameters:
      dt_fin - The dt_fin to set.
    • 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<Sa_nf_aju>
    • getKey

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

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

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

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

      @Nonnull public static Sa_nf_aju.Sa_nf_ajuBuilder builder()
    • getEmpresa

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

      Original property name from the Odata EDM: empresa

      Returns:
      The empresa contained in this VdmEntity.
    • getFilial

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

      Original property name from the Odata EDM: filial

      Returns:
      The filial contained in this VdmEntity.
    • getInd_apur_icms

      @Nullable public String getInd_apur_icms()
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_apur_icms

      Returns:
      The ind_apur_icms contained in this VdmEntity.
    • getDt_ini

      @Nullable public String getDt_ini()
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_ini

      Returns:
      The dt_ini contained in this VdmEntity.
    • getCod_aj_apur

      @Nullable public String getCod_aj_apur()
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: cod_aj_apur

      Returns:
      The cod_aj_apur contained in this VdmEntity.
    • getNf_id

      @Nullable public String getNf_id()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: nf_id

      Returns:
      The nf_id contained in this VdmEntity.
    • getNum_item

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

      Original property name from the Odata EDM: num_item

      Returns:
      Item Number for ICMS Appraisal
    • getDt_fin

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

      Original property name from the Odata EDM: dt_fin

      Returns:
      The dt_fin contained in this VdmEntity.
    • 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<Sa_nf_aju>
    • equals

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

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

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

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