public class SuplrEvalRspStrucQnaire extends VdmEntity<SuplrEvalRspStrucQnaire>
Original entity name from the Odata EDM: A_SuplrEvalRspStrucQnaireType
Modifier and Type | Class and Description |
---|---|
static class |
SuplrEvalRspStrucQnaire.SuplrEvalRspStrucQnaireBuilder
Helper class to allow for fluent creation of SuplrEvalRspStrucQnaire instances.
|
Modifier and Type | Field and Description |
---|---|
static SuplrEvalRspStrucQnaireSelectable |
ALL_FIELDS
Selector for all available fields of SuplrEvalRspStrucQnaire.
|
static SuplrEvalRspStrucQnaireField<Double> |
CALCULATED_SCORE
Use with available fluent helpers to apply the CalculatedScore field to query operations.
|
static SuplrEvalRspStrucQnaireField<Boolean> |
IS_SCORING_RELEVANT
Use with available fluent helpers to apply the IsScoringRelevant field to query operations.
|
static SuplrEvalRspStrucQnaireField<Short> |
MINIMAL_SCORE
Use with available fluent helpers to apply the MinimalScore field to query operations.
|
static SuplrEvalRspStrucQnaireField<Integer> |
NUMBER_OF_RESPONSES
Use with available fluent helpers to apply the NumberOfResponses field to query operations.
|
static SuplrEvalRspStrucQnaireField<String> |
QUESTIONNAIRE_NAME
Use with available fluent helpers to apply the QuestionnaireName field to query operations.
|
static SuplrEvalRspStrucQnaireField<Integer> |
SUPLR_EVAL_ORDINAL_NUMBER
Use with available fluent helpers to apply the SuplrEvalOrdinalNumber field to query operations.
|
static SuplrEvalRspStrucQnaireField<UUID> |
SUPLR_EVAL_RSP_QUESTIONNAIRE_UUID
Use with available fluent helpers to apply the SuplrEvalRspQuestionnaireUUID field to query operations.
|
static SuplrEvalRspStrucQnaireField<UUID> |
SUPLR_EVAL_RSP_ROOT_QNAIRE_UUID
Use with available fluent helpers to apply the SuplrEvalRspRootQnaireUUID field to query operations.
|
static SuplrEvalRspStrucQnaireField<UUID> |
SUPLR_EVAL_RSP_UUID
Use with available fluent helpers to apply the SuplrEvalRspUUID field to query operations.
|
static SuplrEvalRspStrucQnaireField<Short> |
TARGET_SCORE
Use with available fluent helpers to apply the TargetScore field to query operations.
|
static SuplrEvalRspStrucQnaireLink<SuplrEvalRspSection> |
TO_SUPLR_EVAL_RSP_SECTION
Use with available fluent helpers to apply the to_SuplrEvalRspSection navigation property to query
operations.
|
static SuplrEvalRspStrucQnaireField<Short> |
WEIGHTING_FACTOR
Use with available fluent helpers to apply the WeightingFactor field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SuplrEvalRspStrucQnaire() |
SuplrEvalRspStrucQnaire(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) |
Modifier and Type | Method and Description |
---|---|
void |
addSuplrEvalRspSection(SuplrEvalRspSection... entity)
Adds elements to the list of associated SuplrEvalRspSection entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static SuplrEvalRspStrucQnaire.SuplrEvalRspStrucQnaireBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<SuplrEvalRspSection> |
fetchSuplrEvalRspSection()
Fetches the SuplrEvalRspSection entities (one to many) associated with this entity.
|
static <T> SuplrEvalRspStrucQnaireField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
Double |
getCalculatedScore()
Constraints: none
|
protected String |
getDefaultServicePath() |
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection() |
Boolean |
getIsScoringRelevant()
Constraints: none
|
protected Map<String,Object> |
getKey() |
Short |
getMinimalScore()
Constraints: none
|
Integer |
getNumberOfResponses()
Constraints: none
|
String |
getQuestionnaireName()
Constraints: Not nullable, Maximum length: 60
|
Integer |
getSuplrEvalOrdinalNumber()
Constraints: none
|
UUID |
getSuplrEvalRspQuestionnaireUUID()
(Key Field) Constraints: Not nullable
|
UUID |
getSuplrEvalRspRootQnaireUUID()
Constraints: none
|
io.vavr.control.Option<List<SuplrEvalRspSection>> |
getSuplrEvalRspSectionIfPresent()
Retrieval of associated SuplrEvalRspSection entities (one to many).
|
List<SuplrEvalRspSection> |
getSuplrEvalRspSectionOrFetch()
Retrieval of associated SuplrEvalRspSection entities (one to many).
|
UUID |
getSuplrEvalRspUUID()
Constraints: none
|
Short |
getTargetScore()
Constraints: none
|
Class<SuplrEvalRspStrucQnaire> |
getType() |
Short |
getWeightingFactor()
Constraints: none
|
int |
hashCode() |
void |
setCalculatedScore(Double calculatedScore)
Constraints: none
|
void |
setIsScoringRelevant(Boolean isScoringRelevant)
Constraints: none
|
void |
setMinimalScore(Short minimalScore)
Constraints: none
|
void |
setNumberOfResponses(Integer numberOfResponses)
Constraints: none
|
void |
setQuestionnaireName(String questionnaireName)
Constraints: Not nullable, Maximum length: 60
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setSuplrEvalOrdinalNumber(Integer suplrEvalOrdinalNumber)
Constraints: none
|
void |
setSuplrEvalRspQuestionnaireUUID(UUID suplrEvalRspQuestionnaireUUID)
(Key Field) Constraints: Not nullable
|
void |
setSuplrEvalRspRootQnaireUUID(UUID suplrEvalRspRootQnaireUUID)
Constraints: none
|
void |
setSuplrEvalRspSection(List<SuplrEvalRspSection> value)
Overwrites the list of associated SuplrEvalRspSection entities for the loaded navigation property
to_SuplrEvalRspSection.
|
void |
setSuplrEvalRspUUID(UUID suplrEvalRspUUID)
Constraints: none
|
void |
setTargetScore(Short targetScore)
Constraints: none
|
void |
setWeightingFactor(Short weightingFactor)
Constraints: none
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final SuplrEvalRspStrucQnaireSelectable ALL_FIELDS
public static final SuplrEvalRspStrucQnaireField<UUID> SUPLR_EVAL_RSP_QUESTIONNAIRE_UUID
public static final SuplrEvalRspStrucQnaireField<UUID> SUPLR_EVAL_RSP_ROOT_QNAIRE_UUID
public static final SuplrEvalRspStrucQnaireField<UUID> SUPLR_EVAL_RSP_UUID
public static final SuplrEvalRspStrucQnaireField<String> QUESTIONNAIRE_NAME
public static final SuplrEvalRspStrucQnaireField<Double> CALCULATED_SCORE
public static final SuplrEvalRspStrucQnaireField<Boolean> IS_SCORING_RELEVANT
public static final SuplrEvalRspStrucQnaireField<Short> MINIMAL_SCORE
public static final SuplrEvalRspStrucQnaireField<Integer> NUMBER_OF_RESPONSES
public static final SuplrEvalRspStrucQnaireField<Integer> SUPLR_EVAL_ORDINAL_NUMBER
public static final SuplrEvalRspStrucQnaireField<Short> TARGET_SCORE
public static final SuplrEvalRspStrucQnaireField<Short> WEIGHTING_FACTOR
public static final SuplrEvalRspStrucQnaireLink<SuplrEvalRspSection> TO_SUPLR_EVAL_RSP_SECTION
public 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)
@Nonnull public Class<SuplrEvalRspStrucQnaire> getType()
getType
in class VdmObject<SuplrEvalRspStrucQnaire>
public void setSuplrEvalRspQuestionnaireUUID(@Nullable UUID suplrEvalRspQuestionnaireUUID)
Original property name from the Odata EDM: SuplrEvalRspQuestionnaireUUID
suplrEvalRspQuestionnaireUUID
- Evaluation Response Questionnaire UUIDpublic void setSuplrEvalRspRootQnaireUUID(@Nullable UUID suplrEvalRspRootQnaireUUID)
Original property name from the Odata EDM: SuplrEvalRspRootQnaireUUID
suplrEvalRspRootQnaireUUID
- Supplier Evaluation Response Parent Hierarchy UUIDpublic void setSuplrEvalRspUUID(@Nullable UUID suplrEvalRspUUID)
Original property name from the Odata EDM: SuplrEvalRspUUID
suplrEvalRspUUID
- Evaluation Response UUIDpublic void setQuestionnaireName(@Nullable String questionnaireName)
Original property name from the Odata EDM: QuestionnaireName
questionnaireName
- Medium-Size Namepublic void setCalculatedScore(@Nullable Double calculatedScore)
Original property name from the Odata EDM: CalculatedScore
calculatedScore
- Calculated Scorepublic void setIsScoringRelevant(@Nullable Boolean isScoringRelevant)
Original property name from the Odata EDM: IsScoringRelevant
isScoringRelevant
- Scoring Indicatorpublic void setMinimalScore(@Nullable Short minimalScore)
Original property name from the Odata EDM: MinimalScore
minimalScore
- Minimum Score Acceptedpublic void setNumberOfResponses(@Nullable Integer numberOfResponses)
Original property name from the Odata EDM: NumberOfResponses
numberOfResponses
- Number of Responsespublic void setSuplrEvalOrdinalNumber(@Nullable Integer suplrEvalOrdinalNumber)
Original property name from the Odata EDM: SuplrEvalOrdinalNumber
suplrEvalOrdinalNumber
- Ordinal Number Valuepublic void setTargetScore(@Nullable Short targetScore)
Original property name from the Odata EDM: TargetScore
targetScore
- Target Scorepublic void setWeightingFactor(@Nullable Short weightingFactor)
Original property name from the Odata EDM: WeightingFactor
weightingFactor
- Value of Weighting Factorprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<SuplrEvalRspStrucQnaire>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<SuplrEvalRspStrucQnaire>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SuplrEvalRspStrucQnaire>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SuplrEvalRspStrucQnaire>
@Nonnull public static <T> SuplrEvalRspStrucQnaireField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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.@Nonnull public static <T,DomainT> SuplrEvalRspStrucQnaireField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<SuplrEvalRspStrucQnaire>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<SuplrEvalRspStrucQnaire>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<SuplrEvalRspStrucQnaire>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<SuplrEvalRspStrucQnaire>
@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<SuplrEvalRspStrucQnaire>
@Nonnull public List<SuplrEvalRspSection> fetchSuplrEvalRspSection() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.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.@Nonnull public List<SuplrEvalRspSection> getSuplrEvalRspSectionOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
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.
com.sap.cloud.sdk.odatav2.connectivity.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.@Nonnull public io.vavr.control.Option<List<SuplrEvalRspSection>> getSuplrEvalRspSectionIfPresent()
If the navigation property for an entity SuplrEvalRspStrucQnaire has not been resolved yet, this method
will not query further information. Instead its Option
result state will be
empty
.
Option
with result state
empty
is returned.public void setSuplrEvalRspSection(@Nonnull List<SuplrEvalRspSection> value)
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.
value
- List of SuplrEvalRspSection entities.public void addSuplrEvalRspSection(SuplrEvalRspSection... entity)
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.
entity
- Array of SuplrEvalRspSection entities.public static SuplrEvalRspStrucQnaire.SuplrEvalRspStrucQnaireBuilder builder()
@Nullable public UUID getSuplrEvalRspQuestionnaireUUID()
Original property name from the Odata EDM: SuplrEvalRspQuestionnaireUUID
@Nullable public UUID getSuplrEvalRspRootQnaireUUID()
Original property name from the Odata EDM: SuplrEvalRspRootQnaireUUID
@Nullable public UUID getSuplrEvalRspUUID()
Original property name from the Odata EDM: SuplrEvalRspUUID
@Nullable public String getQuestionnaireName()
Original property name from the Odata EDM: QuestionnaireName
@Nullable public Double getCalculatedScore()
Original property name from the Odata EDM: CalculatedScore
@Nullable public Boolean getIsScoringRelevant()
Original property name from the Odata EDM: IsScoringRelevant
@Nullable public Short getMinimalScore()
Original property name from the Odata EDM: MinimalScore
@Nullable public Integer getNumberOfResponses()
Original property name from the Odata EDM: NumberOfResponses
@Nullable public Integer getSuplrEvalOrdinalNumber()
Original property name from the Odata EDM: SuplrEvalOrdinalNumber
@Nullable public Short getTargetScore()
Original property name from the Odata EDM: TargetScore
@Nullable public Short getWeightingFactor()
Original property name from the Odata EDM: WeightingFactor
public String toString()
toString
in class VdmObject<SuplrEvalRspStrucQnaire>
public boolean equals(Object o)
equals
in class VdmObject<SuplrEvalRspStrucQnaire>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<SuplrEvalRspStrucQnaire>
public int hashCode()
hashCode
in class VdmObject<SuplrEvalRspStrucQnaire>
Copyright © 2019 SAP SE. All rights reserved.