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

public class Vl_ra_aux extends VdmEntity<Vl_ra_aux> implements VdmEntitySet
BR Ledger Value

Original entity name from the Odata EDM: vl_ra_auxType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Vl_ra_aux> getType()
      Specified by:
      getType in class VdmObject<Vl_ra_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 - The ano to set.
    • setTipo

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

      Original property name from the Odata EDM: tipo

      Parameters:
      tipo - The tipo to set.
    • setLinha

      public void setLinha(@Nullable Short linha)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: linha

      Parameters:
      linha - The linha to set.
    • 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.
    • setRz_cont

      public void setRz_cont(@Nullable String rz_cont)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: rz_cont

      Parameters:
      rz_cont - The rz_cont 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<Vl_ra_aux>
    • getKey

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

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

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

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

      @Nonnull public static Vl_ra_aux.Vl_ra_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:
      The ano contained in this VdmEntity.
    • getTipo

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

      Original property name from the Odata EDM: tipo

      Returns:
      The tipo contained in this VdmEntity.
    • getLinha

      @Nullable public Short getLinha()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: linha

      Returns:
      The linha contained in this VdmEntity.
    • 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.
    • getRz_cont

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

      Original property name from the Odata EDM: rz_cont

      Returns:
      The rz_cont 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<Vl_ra_aux>
    • equals

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

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

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

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