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

public class Sa_indic extends VdmEntity<Sa_indic> implements VdmEntitySet
BR Sub Indicator Calculation

Original entity name from the Odata EDM: sa_indicType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: vig_de

      Parameters:
      vig_de - Valid From
    • setDescr_compl_out_apur

      public void setDescr_compl_out_apur(@Nullable String descr_compl_out_apur)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: descr_compl_out_apur

      Parameters:
      descr_compl_out_apur - The descr_compl_out_apur 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_indic>
    • getKey

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

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

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

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

      @Nonnull public static Sa_indic.Sa_indicBuilder 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.
    • getVig_de

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

      Original property name from the Odata EDM: vig_de

      Returns:
      Valid From
    • getDescr_compl_out_apur

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

      Original property name from the Odata EDM: descr_compl_out_apur

      Returns:
      The descr_compl_out_apur 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_indic>
    • equals

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

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

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

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