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

public class Com_bomba extends VdmEntity<Com_bomba> implements VdmEntitySet
BR Fuel Pump

Original entity name from the Odata EDM: com_bombaType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setSerie(@Nullable String serie)
      (Key Field) Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: serie

      Parameters:
      serie - The serie 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
    • setFabricante

      public void setFabricante(@Nullable String fabricante)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: fabricante

      Parameters:
      fabricante - The fabricante to set.
    • setModelo

      public void setModelo(@Nullable String modelo)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: modelo

      Parameters:
      modelo - The modelo to set.
    • setTipo_medicao

      public void setTipo_medicao(@Nullable String tipo_medicao)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: tipo_medicao

      Parameters:
      tipo_medicao - The tipo_medicao to set.
    • setInativa

      public void setInativa(@Nullable String inativa)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: inativa

      Parameters:
      inativa - The inativa 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<Com_bomba>
    • getKey

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

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

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

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

      @Nonnull public static Com_bomba.Com_bombaBuilder 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.
    • getSerie

      @Nullable public String getSerie()
      (Key Field) Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: serie

      Returns:
      The serie 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
    • getFabricante

      @Nullable public String getFabricante()
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: fabricante

      Returns:
      The fabricante contained in this VdmEntity.
    • getModelo

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

      Original property name from the Odata EDM: modelo

      Returns:
      The modelo contained in this VdmEntity.
    • getTipo_medicao

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

      Original property name from the Odata EDM: tipo_medicao

      Returns:
      The tipo_medicao contained in this VdmEntity.
    • getInativa

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

      Original property name from the Odata EDM: inativa

      Returns:
      The inativa 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<Com_bomba>
    • equals

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

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

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

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