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

public class Ecf_equip extends VdmEntity<Ecf_equip> implements VdmEntitySet
BR ECF Equipment

Original entity name from the Odata EDM: ecf_equipType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: filial

      Parameters:
      filial - The filial to set.
    • setCod_mod

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

      Original property name from the Odata EDM: cod_mod

      Parameters:
      cod_mod - The cod_mod to set.
    • setEcf_mod

      public void setEcf_mod(@Nullable String ecf_mod)
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: ecf_mod

      Parameters:
      ecf_mod - The ecf_mod to set.
    • setEcf_fab

      public void setEcf_fab(@Nullable String ecf_fab)
      (Key Field) Constraints: Not nullable, Maximum length: 21

      Original property name from the Odata EDM: ecf_fab

      Parameters:
      ecf_fab - ECF Manufacturing Serial Number
    • setDt_fin

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

      Original property name from the Odata EDM: dt_fin

      Parameters:
      dt_fin - Final date of computation referred
    • setEcf_cx

      public void setEcf_cx(@Nullable String ecf_cx)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ecf_cx

      Parameters:
      ecf_cx - The ecf_cx 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<Ecf_equip>
    • getKey

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

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

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

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

      @Nonnull public static Ecf_equip.Ecf_equipBuilder 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
    • getFilial

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

      Original property name from the Odata EDM: filial

      Returns:
      The filial contained in this VdmEntity.
    • getCod_mod

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

      Original property name from the Odata EDM: cod_mod

      Returns:
      The cod_mod contained in this VdmEntity.
    • getEcf_mod

      @Nullable public String getEcf_mod()
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: ecf_mod

      Returns:
      The ecf_mod contained in this VdmEntity.
    • getEcf_fab

      @Nullable public String getEcf_fab()
      (Key Field) Constraints: Not nullable, Maximum length: 21

      Original property name from the Odata EDM: ecf_fab

      Returns:
      ECF Manufacturing Serial Number
    • getDt_fin

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

      Original property name from the Odata EDM: dt_fin

      Returns:
      Final date of computation referred
    • getEcf_cx

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

      Original property name from the Odata EDM: ecf_cx

      Returns:
      The ecf_cx 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<Ecf_equip>
    • equals

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

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

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

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