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

public class Sav_decl extends VdmEntity<Sav_decl> implements VdmEntitySet
BR Sub Declared Vl Calculation

Original entity name from the Odata EDM: sav_declType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Sav_decl> getType()
      Specified by:
      getType in class VdmObject<Sav_decl>
    • 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.
    • setCod_inf_adic

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

      Original property name from the Odata EDM: cod_inf_adic

      Parameters:
      cod_inf_adic - The cod_inf_adic 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.
    • 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.
    • setVl_inf_adic

      public void setVl_inf_adic(@Nullable BigDecimal vl_inf_adic)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_inf_adic

      Parameters:
      vl_inf_adic - The vl_inf_adic to set.
    • setDescr_compl_aj

      public void setDescr_compl_aj(@Nullable String descr_compl_aj)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: descr_compl_aj

      Parameters:
      descr_compl_aj - The descr_compl_aj 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<Sav_decl>
    • getKey

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

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

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

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

      @Nonnull public static Sav_decl.Sav_declBuilder 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.
    • getCod_inf_adic

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

      Original property name from the Odata EDM: cod_inf_adic

      Returns:
      The cod_inf_adic 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.
    • 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.
    • getVl_inf_adic

      @Nullable public BigDecimal getVl_inf_adic()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_inf_adic

      Returns:
      The vl_inf_adic contained in this VdmEntity.
    • getDescr_compl_aj

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

      Original property name from the Odata EDM: descr_compl_aj

      Returns:
      The descr_compl_aj 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<Sav_decl>
    • equals

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

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

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

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