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

public class Ecd_histo extends VdmEntity<Ecd_histo> implements VdmEntitySet
BR ECD History

Original entity name from the Odata EDM: ecd_histoType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setCod_hist(@Nullable String cod_hist)
      (Key Field) Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: cod_hist

      Parameters:
      cod_hist - The cod_hist to set.
    • setVig_de

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

      Original property name from the Odata EDM: vig_de

      Parameters:
      vig_de - Valid From
    • setDescr_hist

      public void setDescr_hist(@Nullable String descr_hist)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: descr_hist

      Parameters:
      descr_hist - The descr_hist 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_histo>
    • getKey

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

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

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

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

      @Nonnull public static Ecd_histo.Ecd_histoBuilder 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
    • getCod_hist

      @Nullable public String getCod_hist()
      (Key Field) Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: cod_hist

      Returns:
      The cod_hist contained in this VdmEntity.
    • getVig_de

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

      Original property name from the Odata EDM: vig_de

      Returns:
      Valid From
    • getDescr_hist

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

      Original property name from the Odata EDM: descr_hist

      Returns:
      The descr_hist 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_histo>
    • equals

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

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

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

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