java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<SuplrEvalSccrdQuestion>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierevaluationscorecard.SuplrEvalSccrdQuestion

public class SuplrEvalSccrdQuestion extends VdmEntity<SuplrEvalSccrdQuestion>
Question

Original entity name from the Odata EDM: A_SuplrEvalSccrdQuestionType

  • Field Details

    • ALL_FIELDS

      public static final SuplrEvalSccrdQuestionSelectable ALL_FIELDS
      Selector for all available fields of SuplrEvalSccrdQuestion.
    • SUPLR_EVAL_SCCRD_QUESTION_UUID

      public static final SuplrEvalSccrdQuestionField<UUID> SUPLR_EVAL_SCCRD_QUESTION_UUID
      Use with available fluent helpers to apply the SuplrEvalSccrdQuestionUUID field to query operations.
    • SUPLR_EVAL_SCCRD_UUID

      public static final SuplrEvalSccrdQuestionField<UUID> SUPLR_EVAL_SCCRD_UUID
      Use with available fluent helpers to apply the SuplrEvalSccrdUUID field to query operations.
    • SUPLR_EVAL_SCCRD_SECTION_UUID

      public static final SuplrEvalSccrdQuestionField<UUID> SUPLR_EVAL_SCCRD_SECTION_UUID
      Use with available fluent helpers to apply the SuplrEvalSccrdSectionUUID field to query operations.
    • SUPLR_EVAL_REQ_QUESTION_UUID

      public static final SuplrEvalSccrdQuestionField<UUID> SUPLR_EVAL_REQ_QUESTION_UUID
      Use with available fluent helpers to apply the SuplrEvalReqQuestionUUID field to query operations.
    • SUPPLIER_EVAL_QUESTION

      public static final SuplrEvalSccrdQuestionField<String> SUPPLIER_EVAL_QUESTION
      Use with available fluent helpers to apply the SupplierEvalQuestion field to query operations.
    • SUPPLIER_EVAL_REQUEST_QUESTION

      public static final SuplrEvalSccrdQuestionField<String> SUPPLIER_EVAL_REQUEST_QUESTION
      Use with available fluent helpers to apply the SupplierEvalRequestQuestion field to query operations.
    • QUESTION_NAME

      public static final SuplrEvalSccrdQuestionField<String> QUESTION_NAME
      Use with available fluent helpers to apply the QuestionName field to query operations.
    • SLC_QUESTION_TYPE

      public static final SuplrEvalSccrdQuestionField<String> SLC_QUESTION_TYPE
      Use with available fluent helpers to apply the SLCQuestionType field to query operations.
    • WEIGHTING_FACTOR

      public static final SuplrEvalSccrdQuestionField<Short> WEIGHTING_FACTOR
      Use with available fluent helpers to apply the WeightingFactor field to query operations.
    • MINIMAL_SCORE

      public static final SuplrEvalSccrdQuestionField<Short> MINIMAL_SCORE
      Use with available fluent helpers to apply the MinimalScore field to query operations.
    • TARGET_SCORE

      public static final SuplrEvalSccrdQuestionField<Short> TARGET_SCORE
      Use with available fluent helpers to apply the TargetScore field to query operations.
  • Constructor Details

    • SuplrEvalSccrdQuestion

      public SuplrEvalSccrdQuestion()
    • SuplrEvalSccrdQuestion

      public SuplrEvalSccrdQuestion(@Nullable UUID suplrEvalSccrdQuestionUUID, @Nullable UUID suplrEvalSccrdUUID, @Nullable UUID suplrEvalSccrdSectionUUID, @Nullable UUID suplrEvalReqQuestionUUID, @Nullable String supplierEvalQuestion, @Nullable String supplierEvalRequestQuestion, @Nullable String questionName, @Nullable String sLCQuestionType, @Nullable Short weightingFactor, @Nullable Short minimalScore, @Nullable Short targetScore)
  • Method Details

    • getType

      @Nonnull public Class<SuplrEvalSccrdQuestion> getType()
      Specified by:
      getType in class VdmObject<SuplrEvalSccrdQuestion>
    • setSuplrEvalSccrdQuestionUUID

      public void setSuplrEvalSccrdQuestionUUID(@Nullable UUID suplrEvalSccrdQuestionUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: SuplrEvalSccrdQuestionUUID

      Parameters:
      suplrEvalSccrdQuestionUUID - Evaluation Scorecard Question UUID
    • setSuplrEvalSccrdUUID

      public void setSuplrEvalSccrdUUID(@Nullable UUID suplrEvalSccrdUUID)
      Constraints: none

      Original property name from the Odata EDM: SuplrEvalSccrdUUID

      Parameters:
      suplrEvalSccrdUUID - Evaluation Scorecard UUID
    • setSuplrEvalSccrdSectionUUID

      public void setSuplrEvalSccrdSectionUUID(@Nullable UUID suplrEvalSccrdSectionUUID)
      Constraints: none

      Original property name from the Odata EDM: SuplrEvalSccrdSectionUUID

      Parameters:
      suplrEvalSccrdSectionUUID - Evaluation Scorecard Section UUID
    • setSuplrEvalReqQuestionUUID

      public void setSuplrEvalReqQuestionUUID(@Nullable UUID suplrEvalReqQuestionUUID)
      Constraints: none

      Original property name from the Odata EDM: SuplrEvalReqQuestionUUID

      Parameters:
      suplrEvalReqQuestionUUID - Evaluation Request Question UUID
    • setSupplierEvalQuestion

      public void setSupplierEvalQuestion(@Nullable String supplierEvalQuestion)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: SupplierEvalQuestion

      Parameters:
      supplierEvalQuestion - Identifier for a Question
    • setSupplierEvalRequestQuestion

      public void setSupplierEvalRequestQuestion(@Nullable String supplierEvalRequestQuestion)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: SupplierEvalRequestQuestion

      Parameters:
      supplierEvalRequestQuestion - Identifier for a Question
    • setQuestionName

      public void setQuestionName(@Nullable String questionName)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: QuestionName

      Parameters:
      questionName - Medium-Size Name
    • setSLCQuestionType

      public void setSLCQuestionType(@Nullable String sLCQuestionType)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: SLCQuestionType

      Parameters:
      sLCQuestionType - Question Type Code
    • setWeightingFactor

      public void setWeightingFactor(@Nullable Short weightingFactor)
      Constraints: none

      Original property name from the Odata EDM: WeightingFactor

      Parameters:
      weightingFactor - Value of Weighting Factor
    • setMinimalScore

      public void setMinimalScore(@Nullable Short minimalScore)
      Constraints: none

      Original property name from the Odata EDM: MinimalScore

      Parameters:
      minimalScore - Minimum Score Accepted
    • setTargetScore

      public void setTargetScore(@Nullable Short targetScore)
      Constraints: none

      Original property name from the Odata EDM: TargetScore

      Parameters:
      targetScore - Target Score
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<SuplrEvalSccrdQuestion>
    • getKey

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

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

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

      @Nonnull public static <T> SuplrEvalSccrdQuestionField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      Parameters:
      fieldName - The name of the extension field as returned by the OData service.
      fieldType - The Java type to use for the extension field when performing value comparisons.
      Returns:
      A representation of an extension field from this entity.
    • field

      @Nonnull public static <T, DomainT> SuplrEvalSccrdQuestionField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      DomainT - The type of the extension field as returned by the OData service.
      Parameters:
      typeConverter - A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the field
      fieldName - The name of the extension field as returned by the OData service.
      Returns:
      A representation of an extension field from this entity, holding a reference to the given TypeConverter.
    • getDestinationForFetch

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<SuplrEvalSccrdQuestion>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<SuplrEvalSccrdQuestion>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<SuplrEvalSccrdQuestion>
    • getDefaultServicePath

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

      @Nonnull public static SuplrEvalSccrdQuestion.SuplrEvalSccrdQuestionBuilder builder()
    • getSuplrEvalSccrdQuestionUUID

      @Nullable public UUID getSuplrEvalSccrdQuestionUUID()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: SuplrEvalSccrdQuestionUUID

      Returns:
      Evaluation Scorecard Question UUID
    • getSuplrEvalSccrdUUID

      @Nullable public UUID getSuplrEvalSccrdUUID()
      Constraints: none

      Original property name from the Odata EDM: SuplrEvalSccrdUUID

      Returns:
      Evaluation Scorecard UUID
    • getSuplrEvalSccrdSectionUUID

      @Nullable public UUID getSuplrEvalSccrdSectionUUID()
      Constraints: none

      Original property name from the Odata EDM: SuplrEvalSccrdSectionUUID

      Returns:
      Evaluation Scorecard Section UUID
    • getSuplrEvalReqQuestionUUID

      @Nullable public UUID getSuplrEvalReqQuestionUUID()
      Constraints: none

      Original property name from the Odata EDM: SuplrEvalReqQuestionUUID

      Returns:
      Evaluation Request Question UUID
    • getSupplierEvalQuestion

      @Nullable public String getSupplierEvalQuestion()
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: SupplierEvalQuestion

      Returns:
      Identifier for a Question
    • getSupplierEvalRequestQuestion

      @Nullable public String getSupplierEvalRequestQuestion()
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: SupplierEvalRequestQuestion

      Returns:
      Identifier for a Question
    • getQuestionName

      @Nullable public String getQuestionName()
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: QuestionName

      Returns:
      Medium-Size Name
    • getSLCQuestionType

      @Nullable public String getSLCQuestionType()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: SLCQuestionType

      Returns:
      Question Type Code
    • getWeightingFactor

      @Nullable public Short getWeightingFactor()
      Constraints: none

      Original property name from the Odata EDM: WeightingFactor

      Returns:
      Value of Weighting Factor
    • getMinimalScore

      @Nullable public Short getMinimalScore()
      Constraints: none

      Original property name from the Odata EDM: MinimalScore

      Returns:
      Minimum Score Accepted
    • getTargetScore

      @Nullable public Short getTargetScore()
      Constraints: none

      Original property name from the Odata EDM: TargetScore

      Returns:
      Target Score
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<SuplrEvalSccrdQuestion>
    • equals

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

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

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<SuplrEvalSccrdQuestion>