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

public class Ecd_cmp_a extends VdmEntity<Ecd_cmp_a> implements VdmEntitySet
BR ECD Additional Field

Original entity name from the Odata EDM: ecd_cmp_aType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Ecd_cmp_a> getType()
      Specified by:
      getType in class VdmObject<Ecd_cmp_a>
    • 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 - The empresa to set.
    • 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
    • setReg_cod

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

      Original property name from the Odata EDM: reg_cod

      Parameters:
      reg_cod - The reg_cod to set.
    • setNum_ad

      public void setNum_ad(@Nullable Short num_ad)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: num_ad

      Parameters:
      num_ad - The num_ad to set.
    • setCampo

      public void setCampo(@Nullable String campo)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: campo

      Parameters:
      campo - The campo to set.
    • setDescricao

      public void setDescricao(@Nullable String descricao)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: descricao

      Parameters:
      descricao - The descricao to set.
    • setTipo

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

      Original property name from the Odata EDM: tipo

      Parameters:
      tipo - The tipo 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<Ecd_cmp_a>
    • getKey

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

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

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

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

      @Nonnull public static Ecd_cmp_a.Ecd_cmp_aBuilder builder()
    • getEmpresa

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

      Original property name from the Odata EDM: empresa

      Returns:
      The empresa contained in this VdmEntity.
    • getAno

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

      Original property name from the Odata EDM: ano

      Returns:
      Year
    • getReg_cod

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

      Original property name from the Odata EDM: reg_cod

      Returns:
      The reg_cod contained in this VdmEntity.
    • getNum_ad

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

      Original property name from the Odata EDM: num_ad

      Returns:
      The num_ad contained in this VdmEntity.
    • getCampo

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

      Original property name from the Odata EDM: campo

      Returns:
      The campo contained in this VdmEntity.
    • getDescricao

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

      Original property name from the Odata EDM: descricao

      Returns:
      The descricao contained in this VdmEntity.
    • getTipo

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

      Original property name from the Odata EDM: tipo

      Returns:
      The tipo 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<Ecd_cmp_a>
    • equals

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

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

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

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