Class SuplrEvalRspStrucQnaire
Original entity name from the Odata EDM: A_SuplrEvalRspStrucQnaireType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of SuplrEvalRspStrucQnaire instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SuplrEvalRspStrucQnaireSelectableSelector for all available fields of SuplrEvalRspStrucQnaire.static final SuplrEvalRspStrucQnaireField<Double>Use with available fluent helpers to apply the CalculatedScore field to query operations.static final SuplrEvalRspStrucQnaireField<Boolean>Use with available fluent helpers to apply the IsScoringRelevant field to query operations.static final SuplrEvalRspStrucQnaireField<Short>Use with available fluent helpers to apply the MinimalScore field to query operations.static final SuplrEvalRspStrucQnaireField<Integer>Use with available fluent helpers to apply the NumberOfResponses field to query operations.static final SuplrEvalRspStrucQnaireField<String>Use with available fluent helpers to apply the QuestionnaireName field to query operations.static final SuplrEvalRspStrucQnaireField<Integer>Use with available fluent helpers to apply the SuplrEvalOrdinalNumber field to query operations.static final SuplrEvalRspStrucQnaireField<UUID>Use with available fluent helpers to apply the SuplrEvalRspQuestionnaireUUID field to query operations.static final SuplrEvalRspStrucQnaireField<UUID>Use with available fluent helpers to apply the SuplrEvalRspRootQnaireUUID field to query operations.static final SuplrEvalRspStrucQnaireField<UUID>Use with available fluent helpers to apply the SuplrEvalRspUUID field to query operations.static final SuplrEvalRspStrucQnaireField<Short>Use with available fluent helpers to apply the TargetScore field to query operations.static final SuplrEvalRspStrucQnaireLink<SuplrEvalRspSection>Use with available fluent helpers to apply the to_SuplrEvalRspSection navigation property to query operations.static final SuplrEvalRspStrucQnaireField<Short>Use with available fluent helpers to apply the WeightingFactor field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionSuplrEvalRspStrucQnaire(UUID suplrEvalRspQuestionnaireUUID, UUID suplrEvalRspRootQnaireUUID, UUID suplrEvalRspUUID, String questionnaireName, Double calculatedScore, Boolean isScoringRelevant, Short minimalScore, Integer numberOfResponses, Integer suplrEvalOrdinalNumber, Short targetScore, Short weightingFactor, List<SuplrEvalRspSection> toSuplrEvalRspSection) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSuplrEvalRspSection(SuplrEvalRspSection... entity) Adds elements to the list of associated SuplrEvalRspSection entities.voidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanFetches the SuplrEvalRspSection entities (one to many) associated with this entity.static <T,DomainT>
SuplrEvalRspStrucQnaireField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SuplrEvalRspStrucQnaireField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: noneprotected Stringprotected StringConstraints: nonegetKey()Constraints: noneConstraints: noneConstraints: Not nullable, Maximum length: 60Constraints: none(Key Field) Constraints: Not nullableConstraints: noneio.vavr.control.Option<List<SuplrEvalRspSection>>Retrieval of associated SuplrEvalRspSection entities (one to many).Retrieval of associated SuplrEvalRspSection entities (one to many).Constraints: noneConstraints: nonegetType()Constraints: noneinthashCode()voidsetCalculatedScore(Double calculatedScore) Constraints: nonevoidsetIsScoringRelevant(Boolean isScoringRelevant) Constraints: nonevoidsetMinimalScore(Short minimalScore) Constraints: nonevoidsetNumberOfResponses(Integer numberOfResponses) Constraints: nonevoidsetQuestionnaireName(String questionnaireName) Constraints: Not nullable, Maximum length: 60protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSuplrEvalOrdinalNumber(Integer suplrEvalOrdinalNumber) Constraints: nonevoidsetSuplrEvalRspQuestionnaireUUID(UUID suplrEvalRspQuestionnaireUUID) (Key Field) Constraints: Not nullablevoidsetSuplrEvalRspRootQnaireUUID(UUID suplrEvalRspRootQnaireUUID) Constraints: nonevoidOverwrites the list of associated SuplrEvalRspSection entities for the loaded navigation property to_SuplrEvalRspSection.voidsetSuplrEvalRspUUID(UUID suplrEvalRspUUID) Constraints: nonevoidsetTargetScore(Short targetScore) Constraints: nonevoidsetWeightingFactor(Short weightingFactor) Constraints: nonetoString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
-
Field Details
-
ALL_FIELDS
Selector for all available fields of SuplrEvalRspStrucQnaire. -
SUPLR_EVAL_RSP_QUESTIONNAIRE_UUID
Use with available fluent helpers to apply the SuplrEvalRspQuestionnaireUUID field to query operations. -
SUPLR_EVAL_RSP_ROOT_QNAIRE_UUID
Use with available fluent helpers to apply the SuplrEvalRspRootQnaireUUID field to query operations. -
SUPLR_EVAL_RSP_UUID
Use with available fluent helpers to apply the SuplrEvalRspUUID field to query operations. -
QUESTIONNAIRE_NAME
Use with available fluent helpers to apply the QuestionnaireName field to query operations. -
CALCULATED_SCORE
Use with available fluent helpers to apply the CalculatedScore field to query operations. -
IS_SCORING_RELEVANT
Use with available fluent helpers to apply the IsScoringRelevant field to query operations. -
MINIMAL_SCORE
Use with available fluent helpers to apply the MinimalScore field to query operations. -
NUMBER_OF_RESPONSES
Use with available fluent helpers to apply the NumberOfResponses field to query operations. -
SUPLR_EVAL_ORDINAL_NUMBER
Use with available fluent helpers to apply the SuplrEvalOrdinalNumber field to query operations. -
TARGET_SCORE
Use with available fluent helpers to apply the TargetScore field to query operations. -
WEIGHTING_FACTOR
Use with available fluent helpers to apply the WeightingFactor field to query operations. -
TO_SUPLR_EVAL_RSP_SECTION
Use with available fluent helpers to apply the to_SuplrEvalRspSection navigation property to query operations.
-
-
Constructor Details
-
SuplrEvalRspStrucQnaire
public SuplrEvalRspStrucQnaire() -
SuplrEvalRspStrucQnaire
public SuplrEvalRspStrucQnaire(@Nullable UUID suplrEvalRspQuestionnaireUUID, @Nullable UUID suplrEvalRspRootQnaireUUID, @Nullable UUID suplrEvalRspUUID, @Nullable String questionnaireName, @Nullable Double calculatedScore, @Nullable Boolean isScoringRelevant, @Nullable Short minimalScore, @Nullable Integer numberOfResponses, @Nullable Integer suplrEvalOrdinalNumber, @Nullable Short targetScore, @Nullable Short weightingFactor, List<SuplrEvalRspSection> toSuplrEvalRspSection)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SuplrEvalRspStrucQnaire>
-
setSuplrEvalRspQuestionnaireUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrEvalRspQuestionnaireUUID
- Parameters:
suplrEvalRspQuestionnaireUUID- Evaluation Response Questionnaire UUID
-
setSuplrEvalRspRootQnaireUUID
Constraints: noneOriginal property name from the Odata EDM: SuplrEvalRspRootQnaireUUID
- Parameters:
suplrEvalRspRootQnaireUUID- Supplier Evaluation Response Parent Hierarchy UUID
-
setSuplrEvalRspUUID
Constraints: noneOriginal property name from the Odata EDM: SuplrEvalRspUUID
- Parameters:
suplrEvalRspUUID- Evaluation Response UUID
-
setQuestionnaireName
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: QuestionnaireName
- Parameters:
questionnaireName- Medium-Size Name
-
setCalculatedScore
Constraints: noneOriginal property name from the Odata EDM: CalculatedScore
- Parameters:
calculatedScore- Calculated Score
-
setIsScoringRelevant
Constraints: noneOriginal property name from the Odata EDM: IsScoringRelevant
- Parameters:
isScoringRelevant- Scoring Indicator
-
setMinimalScore
Constraints: noneOriginal property name from the Odata EDM: MinimalScore
- Parameters:
minimalScore- Minimum Score Accepted
-
setNumberOfResponses
Constraints: noneOriginal property name from the Odata EDM: NumberOfResponses
- Parameters:
numberOfResponses- Number of Responses
-
setSuplrEvalOrdinalNumber
Constraints: noneOriginal property name from the Odata EDM: SuplrEvalOrdinalNumber
- Parameters:
suplrEvalOrdinalNumber- Ordinal Number Value
-
setTargetScore
Constraints: noneOriginal property name from the Odata EDM: TargetScore
- Parameters:
targetScore- Target Score
-
setWeightingFactor
Constraints: noneOriginal property name from the Odata EDM: WeightingFactor
- Parameters:
weightingFactor- Value of Weighting Factor
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SuplrEvalRspStrucQnaire>
-
getKey
- Overrides:
getKeyin classVdmObject<SuplrEvalRspStrucQnaire>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SuplrEvalRspStrucQnaire>
-
fromMap
- Overrides:
fromMapin classVdmObject<SuplrEvalRspStrucQnaire>
-
field
@Nonnull public static <T> SuplrEvalRspStrucQnaireField<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> SuplrEvalRspStrucQnaireField<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 fieldfieldName- 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
- Overrides:
getDestinationForFetchin classVdmEntity<SuplrEvalRspStrucQnaire>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SuplrEvalRspStrucQnaire>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SuplrEvalRspStrucQnaire>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SuplrEvalRspStrucQnaire>
-
fetchSuplrEvalRspSection
Fetches the SuplrEvalRspSection entities (one to many) associated with this entity. This corresponds to the OData navigation property to_SuplrEvalRspSection.Please note: This method will not cache or persist the query results.
- Returns:
- List containing one or more associated SuplrEvalRspSection entities. If no entities are associated then an empty list is returned.
- Throws:
com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
-
getSuplrEvalRspSectionOrFetch
Retrieval of associated SuplrEvalRspSection entities (one to many). This corresponds to the OData navigation property to_SuplrEvalRspSection.If the navigation property to_SuplrEvalRspSection of a queried SuplrEvalRspStrucQnaire is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
- Returns:
- List of associated SuplrEvalRspSection entities.
- Throws:
com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
-
getSuplrEvalRspSectionIfPresent
Retrieval of associated SuplrEvalRspSection entities (one to many). This corresponds to the OData navigation property to_SuplrEvalRspSection.If the navigation property for an entity SuplrEvalRspStrucQnaire has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property to_SuplrEvalRspSection is already loaded, the result
will contain the SuplrEvalRspSection entities. If not, an
Optionwith result stateemptyis returned.
-
setSuplrEvalRspSection
Overwrites the list of associated SuplrEvalRspSection entities for the loaded navigation property to_SuplrEvalRspSection.If the navigation property to_SuplrEvalRspSection of a queried SuplrEvalRspStrucQnaire is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
- Parameters:
value- List of SuplrEvalRspSection entities.
-
addSuplrEvalRspSection
Adds elements to the list of associated SuplrEvalRspSection entities. This corresponds to the OData navigation property to_SuplrEvalRspSection.If the navigation property to_SuplrEvalRspSection of a queried SuplrEvalRspStrucQnaire is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
- Parameters:
entity- Array of SuplrEvalRspSection entities.
-
builder
-
getSuplrEvalRspQuestionnaireUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrEvalRspQuestionnaireUUID
- Returns:
- Evaluation Response Questionnaire UUID
-
getSuplrEvalRspRootQnaireUUID
Constraints: noneOriginal property name from the Odata EDM: SuplrEvalRspRootQnaireUUID
- Returns:
- Supplier Evaluation Response Parent Hierarchy UUID
-
getSuplrEvalRspUUID
Constraints: noneOriginal property name from the Odata EDM: SuplrEvalRspUUID
- Returns:
- Evaluation Response UUID
-
getQuestionnaireName
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: QuestionnaireName
- Returns:
- Medium-Size Name
-
getCalculatedScore
Constraints: noneOriginal property name from the Odata EDM: CalculatedScore
- Returns:
- Calculated Score
-
getIsScoringRelevant
Constraints: noneOriginal property name from the Odata EDM: IsScoringRelevant
- Returns:
- Scoring Indicator
-
getMinimalScore
Constraints: noneOriginal property name from the Odata EDM: MinimalScore
- Returns:
- Minimum Score Accepted
-
getNumberOfResponses
Constraints: noneOriginal property name from the Odata EDM: NumberOfResponses
- Returns:
- Number of Responses
-
getSuplrEvalOrdinalNumber
Constraints: noneOriginal property name from the Odata EDM: SuplrEvalOrdinalNumber
- Returns:
- Ordinal Number Value
-
getTargetScore
Constraints: noneOriginal property name from the Odata EDM: TargetScore
- Returns:
- Target Score
-
getWeightingFactor
Constraints: noneOriginal property name from the Odata EDM: WeightingFactor
- Returns:
- Value of Weighting Factor
-
toString
- Overrides:
toStringin classVdmObject<SuplrEvalRspStrucQnaire>
-
equals
- Overrides:
equalsin classVdmEntity<SuplrEvalRspStrucQnaire>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SuplrEvalRspStrucQnaire>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SuplrEvalRspStrucQnaire>
-