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

public class Op_p_elet extends VdmEntity<Op_p_elet> implements VdmEntitySet
BR Transact with elect pay instruments

Original entity name from the Odata EDM: op_p_eletType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setId(@Nullable UUID id)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: id

      Parameters:
      id - Tables ID
    • setCod_part_ip

      public void setCod_part_ip(@Nullable String cod_part_ip)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_part_ip

      Parameters:
      cod_part_ip - Participant Code
    • setCod_part_it

      public void setCod_part_it(@Nullable String cod_part_it)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_part_it

      Parameters:
      cod_part_it - Participant Code
    • setDt_registro

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

      Original property name from the Odata EDM: dt_registro

      Parameters:
      dt_registro - Register Date
    • setTot_vs

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

      Original property name from the Odata EDM: tot_vs

      Parameters:
      tot_vs - Gross Tot. Sale/Svc. Prov. Wit. Scope ICMS Incl. Tax-free
    • setTot_iss

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

      Original property name from the Odata EDM: tot_iss

      Parameters:
      tot_iss - Gross total of services provision within the scope of ISS
    • setTot_outros

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

      Original property name from the Odata EDM: tot_outros

      Parameters:
      tot_outros - Total of operations (deduct. input from TOT_VS and TOT_ISS)
    • 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_p_elet>
    • getKey

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

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

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

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

      @Nonnull public static Op_p_elet.Op_p_eletBuilder 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
    • getId

      @Nullable public UUID getId()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: id

      Returns:
      Tables ID
    • getCod_part_ip

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

      Original property name from the Odata EDM: cod_part_ip

      Returns:
      Participant Code
    • getCod_part_it

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

      Original property name from the Odata EDM: cod_part_it

      Returns:
      Participant Code
    • getDt_registro

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

      Original property name from the Odata EDM: dt_registro

      Returns:
      Register Date
    • getTot_vs

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

      Original property name from the Odata EDM: tot_vs

      Returns:
      Gross Tot. Sale/Svc. Prov. Wit. Scope ICMS Incl. Tax-free
    • getTot_iss

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

      Original property name from the Odata EDM: tot_iss

      Returns:
      Gross total of services provision within the scope of ISS
    • getTot_outros

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

      Original property name from the Odata EDM: tot_outros

      Returns:
      Total of operations (deduct. input from TOT_VS and TOT_ISS)
    • 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_p_elet>
    • equals

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

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

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

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