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

public class Vlr_agreg extends VdmEntity<Vlr_agreg> implements VdmEntitySet
BR Aggregated Value

Original entity name from the Odata EDM: vlr_agregType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setMun(@Nullable String mun)
      (Key Field) Constraints: Not nullable, Maximum length: 7

      Original property name from the Odata EDM: mun

      Parameters:
      mun - City Code
    • setDt_registro

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

      Original property name from the Odata EDM: dt_registro

      Parameters:
      dt_registro - Register Date
    • setValor

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

      Original property name from the Odata EDM: valor

      Parameters:
      valor - City Added Value
    • setItem_ipm

      public void setItem_ipm(@Nullable String item_ipm)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: item_ipm

      Parameters:
      item_ipm - Item code in Municipalities Participation Index (IPM) table
    • setDescr_compl

      public void setDescr_compl(@Nullable String descr_compl)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: descr_compl

      Parameters:
      descr_compl - Complementary description
    • setUnid

      public void setUnid(@Nullable String unid)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: unid

      Parameters:
      unid - Base Unit of Measure
    • 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<Vlr_agreg>
    • getKey

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

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

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

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

      @Nonnull public static Vlr_agreg.Vlr_agregBuilder builder()
    • 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
    • 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
    • getMun

      @Nullable public String getMun()
      (Key Field) Constraints: Not nullable, Maximum length: 7

      Original property name from the Odata EDM: mun

      Returns:
      City Code
    • getDt_registro

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

      Original property name from the Odata EDM: dt_registro

      Returns:
      Register Date
    • getValor

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

      Original property name from the Odata EDM: valor

      Returns:
      City Added Value
    • getItem_ipm

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

      Original property name from the Odata EDM: item_ipm

      Returns:
      Item code in Municipalities Participation Index (IPM) table
    • getDescr_compl

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

      Original property name from the Odata EDM: descr_compl

      Returns:
      Complementary description
    • getUnid

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

      Original property name from the Odata EDM: unid

      Returns:
      Base Unit of Measure
    • 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<Vlr_agreg>
    • equals

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

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

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

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