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

public class C_raz_aux extends VdmEntity<C_raz_aux> implements VdmEntitySet
BR Corporate Name Field

Original entity name from the Odata EDM: c_raz_auxType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setNm_campo(@Nullable String nm_campo)
      (Key Field) Constraints: Not nullable, Maximum length: 16

      Original property name from the Odata EDM: nm_campo

      Parameters:
      nm_campo - The nm_campo to set.
    • setNum_ord

      public void setNum_ord(@Nullable String num_ord)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: num_ord

      Parameters:
      num_ord - Book Number
    • setDesc_campo

      public void setDesc_campo(@Nullable String desc_campo)
      Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: desc_campo

      Parameters:
      desc_campo - The desc_campo to set.
    • setTipo_campo

      public void setTipo_campo(@Nullable String tipo_campo)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: tipo_campo

      Parameters:
      tipo_campo - The tipo_campo to set.
    • setTam_campo

      public void setTam_campo(@Nullable String tam_campo)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: tam_campo

      Parameters:
      tam_campo - The tam_campo to set.
    • setDec_campo

      public void setDec_campo(@Nullable String dec_campo)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: dec_campo

      Parameters:
      dec_campo - The dec_campo to set.
    • setCol_campo

      public void setCol_campo(@Nullable String col_campo)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: col_campo

      Parameters:
      col_campo - The col_campo to set.
    • setNum_seq

      public void setNum_seq(@Nullable String num_seq)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: num_seq

      Parameters:
      num_seq - Sequencial Number
    • 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<C_raz_aux>
    • getKey

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

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

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

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

      @Nonnull public static C_raz_aux.C_raz_auxBuilder 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
    • getNm_campo

      @Nullable public String getNm_campo()
      (Key Field) Constraints: Not nullable, Maximum length: 16

      Original property name from the Odata EDM: nm_campo

      Returns:
      The nm_campo contained in this VdmEntity.
    • getNum_ord

      @Nullable public String getNum_ord()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: num_ord

      Returns:
      Book Number
    • getDesc_campo

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

      Original property name from the Odata EDM: desc_campo

      Returns:
      The desc_campo contained in this VdmEntity.
    • getTipo_campo

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

      Original property name from the Odata EDM: tipo_campo

      Returns:
      The tipo_campo contained in this VdmEntity.
    • getTam_campo

      @Nullable public String getTam_campo()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: tam_campo

      Returns:
      The tam_campo contained in this VdmEntity.
    • getDec_campo

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

      Original property name from the Odata EDM: dec_campo

      Returns:
      The dec_campo contained in this VdmEntity.
    • getCol_campo

      @Nullable public String getCol_campo()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: col_campo

      Returns:
      The col_campo contained in this VdmEntity.
    • getNum_seq

      @Nullable public String getNum_seq()
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: num_seq

      Returns:
      Sequencial Number
    • 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<C_raz_aux>
    • equals

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

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

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

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