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

public class Even_emp extends VdmEntity<Even_emp> implements VdmEntitySet
BR Comp Participating of Event

Original entity name from the Odata EDM: even_empType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: emp_cod

      Parameters:
      emp_cod - Company Code
    • setEvento

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

      Original property name from the Odata EDM: evento

      Parameters:
      evento - Event Occurred in the Period
    • setDt_evento

      public void setDt_evento(@Nullable LocalDate dt_evento)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: dt_evento

      Parameters:
      dt_evento - Date of event
    • setEmp_cod_part

      public void setEmp_cod_part(@Nullable String emp_cod_part)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: emp_cod_part

      Parameters:
      emp_cod_part - Participant Code
    • setCond_part

      public void setCond_part(@Nullable String cond_part)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: cond_part

      Parameters:
      cond_part - Company Condition Related to Operation
    • setPer_evt

      public void setPer_evt(@Nullable BigDecimal per_evt)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: per_evt

      Parameters:
      per_evt - Percentage of Participant Involved in Operation
    • 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<Even_emp>
    • getKey

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

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

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

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

      @Nonnull public static Even_emp.Even_empBuilder 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
    • getEmp_cod

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

      Original property name from the Odata EDM: emp_cod

      Returns:
      Company Code
    • getEvento

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

      Original property name from the Odata EDM: evento

      Returns:
      Event Occurred in the Period
    • getDt_evento

      @Nullable public LocalDate getDt_evento()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: dt_evento

      Returns:
      Date of event
    • getEmp_cod_part

      @Nullable public String getEmp_cod_part()
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: emp_cod_part

      Returns:
      Participant Code
    • getCond_part

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

      Original property name from the Odata EDM: cond_part

      Returns:
      Company Condition Related to Operation
    • getPer_evt

      @Nullable public BigDecimal getPer_evt()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: per_evt

      Returns:
      Percentage of Participant Involved in Operation
    • 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<Even_emp>
    • equals

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

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

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

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