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

public class Pgtorc_ex extends VdmEntity<Pgtorc_ex> implements VdmEntitySet
BR Foreign NonResident Payment

Original entity name from the Odata EDM: pgtorc_exType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: dt_lancto

      Parameters:
      dt_lancto - Posting Date
    • setTip_ext

      public void setTip_ext(@Nullable String tip_ext)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: tip_ext

      Parameters:
      tip_ext - Type
    • setPais

      public void setPais(@Nullable String pais)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: pais

      Parameters:
      pais - Siscomex Table Country/Region Code
    • setNat_oper

      public void setNat_oper(@Nullable String nat_oper)
      (Key Field) Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: nat_oper

      Parameters:
      nat_oper - Operation Nature
    • setForma

      public void setForma(@Nullable String forma)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: forma

      Parameters:
      forma - Form of Receive/Payment
    • setVl_periodo

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

      Original property name from the Odata EDM: vl_periodo

      Parameters:
      vl_periodo - Value
    • 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<Pgtorc_ex>
    • getKey

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

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

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

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

      @Nonnull public static Pgtorc_ex.Pgtorc_exBuilder 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
    • getDt_lancto

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

      Original property name from the Odata EDM: dt_lancto

      Returns:
      Posting Date
    • getTip_ext

      @Nullable public String getTip_ext()
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: tip_ext

      Returns:
      Type
    • getPais

      @Nullable public String getPais()
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: pais

      Returns:
      Siscomex Table Country/Region Code
    • getNat_oper

      @Nullable public String getNat_oper()
      (Key Field) Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: nat_oper

      Returns:
      Operation Nature
    • getForma

      @Nullable public String getForma()
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: forma

      Returns:
      Form of Receive/Payment
    • getVl_periodo

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

      Original property name from the Odata EDM: vl_periodo

      Returns:
      Value
    • 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<Pgtorc_ex>
    • equals

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

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

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

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