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

public class Derex_res extends VdmEntity<Derex_res> implements VdmEntitySet
BR Derex Movement Responsible

Original entity name from the Odata EDM: derex_resType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setAno(@Nullable String ano)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ano

      Parameters:
      ano - Year
    • setId_instituicao

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

      Original property name from the Odata EDM: id_instituicao

      Parameters:
      id_instituicao - Institution ID
    • setPais

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

      Original property name from the Odata EDM: pais

      Parameters:
      pais - ISO Code of the Country/Region
    • setTip_moeda

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

      Original property name from the Odata EDM: tip_moeda

      Parameters:
      tip_moeda - ISO Code Currency
    • setId_responsavel

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

      Original property name from the Odata EDM: id_responsavel

      Parameters:
      id_responsavel - Responsible ID
    • setNome

      public void setNome(@Nullable String nome)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: nome

      Parameters:
      nome - Name
    • setEndereco

      public void setEndereco(@Nullable String endereco)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: endereco

      Parameters:
      endereco - Address
    • setTipo_do_c

      public void setTipo_do_c(@Nullable String tipo_do_c)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: tipo_do_c

      Parameters:
      tipo_do_c - Responsible Person's Document Type
    • setNi

      public void setNi(@Nullable String ni)
      Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: ni

      Parameters:
      ni - Identification Number
    • setIdent_conta

      public void setIdent_conta(@Nullable String ident_conta)
      Constraints: Not nullable, Maximum length: 35

      Original property name from the Odata EDM: ident_conta

      Parameters:
      ident_conta - Bank Account Number (New)
    • 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<Derex_res>
    • getKey

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

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

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

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

      @Nonnull public static Derex_res.Derex_resBuilder 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
    • getAno

      @Nullable public String getAno()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ano

      Returns:
      Year
    • getId_instituicao

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

      Original property name from the Odata EDM: id_instituicao

      Returns:
      Institution ID
    • getPais

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

      Original property name from the Odata EDM: pais

      Returns:
      ISO Code of the Country/Region
    • getTip_moeda

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

      Original property name from the Odata EDM: tip_moeda

      Returns:
      ISO Code Currency
    • getId_responsavel

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

      Original property name from the Odata EDM: id_responsavel

      Returns:
      Responsible ID
    • getNome

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

      Original property name from the Odata EDM: nome

      Returns:
      Name
    • getEndereco

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

      Original property name from the Odata EDM: endereco

      Returns:
      Address
    • getTipo_do_c

      @Nullable public String getTipo_do_c()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: tipo_do_c

      Returns:
      Responsible Person's Document Type
    • getNi

      @Nullable public String getNi()
      Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: ni

      Returns:
      Identification Number
    • getIdent_conta

      @Nullable public String getIdent_conta()
      Constraints: Not nullable, Maximum length: 35

      Original property name from the Odata EDM: ident_conta

      Returns:
      Bank Account Number (New)
    • 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<Derex_res>
    • equals

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

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

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

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