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

public class Op_cartao extends VdmEntity<Op_cartao> implements VdmEntitySet
BR Credit Debit Card Transact

Original entity name from the Odata EDM: op_cartaoType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setCod_part(@Nullable String cod_part)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_part

      Parameters:
      cod_part - The cod_part to set.
    • 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 - The dt_registro to set.
    • setTot_credito

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

      Original property name from the Odata EDM: tot_credito

      Parameters:
      tot_credito - The tot_credito to set.
    • setTot_debito

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

      Original property name from the Odata EDM: tot_debito

      Parameters:
      tot_debito - The tot_debito 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<Op_cartao>
    • getKey

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

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

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

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

      @Nonnull public static Op_cartao.Op_cartaoBuilder 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.
    • getCod_part

      @Nullable public String getCod_part()
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_part

      Returns:
      The cod_part contained in this VdmEntity.
    • 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:
      The dt_registro contained in this VdmEntity.
    • getTot_credito

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

      Original property name from the Odata EDM: tot_credito

      Returns:
      The tot_credito contained in this VdmEntity.
    • getTot_debito

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

      Original property name from the Odata EDM: tot_debito

      Returns:
      The tot_debito 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<Op_cartao>
    • equals

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

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

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

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