public class SuplrEvalRspRootQnaire extends VdmEntity<SuplrEvalRspRootQnaire>
Modifier and Type | Class and Description |
---|---|
static class |
SuplrEvalRspRootQnaire.SuplrEvalRspRootQnaireBuilder |
Modifier and Type | Field and Description |
---|---|
static SuplrEvalRspRootQnaireSelectable |
ALL_FIELDS
Selector for all available fields of SuplrEvalRspRootQnaire.
|
static SuplrEvalRspRootQnaireField<Double> |
CALCULATED_SCORE
Use with available fluent helpers to apply the CalculatedScore field to query operations.
|
static SuplrEvalRspRootQnaireField<Boolean> |
IS_SCORING_RELEVANT
Use with available fluent helpers to apply the IsScoringRelevant field to query operations.
|
static SuplrEvalRspRootQnaireField<Short> |
MINIMAL_SCORE
Use with available fluent helpers to apply the MinimalScore field to query operations.
|
static SuplrEvalRspRootQnaireField<Integer> |
NUMBER_OF_RESPONSES
Use with available fluent helpers to apply the NumberOfResponses field to query operations.
|
static SuplrEvalRspRootQnaireField<Integer> |
SUPLR_EVAL_ORDINAL_NUMBER
Use with available fluent helpers to apply the SuplrEvalOrdinalNumber field to query operations.
|
static SuplrEvalRspRootQnaireField<UUID> |
SUPLR_EVAL_RSP_QUESTIONNAIRE_UUID
Use with available fluent helpers to apply the SuplrEvalRspQuestionnaireUUID field to query operations.
|
static SuplrEvalRspRootQnaireField<UUID> |
SUPLR_EVAL_RSP_UUID
Use with available fluent helpers to apply the SuplrEvalRspUUID field to query operations.
|
static SuplrEvalRspRootQnaireField<Short> |
TARGET_SCORE
Use with available fluent helpers to apply the TargetScore field to query operations.
|
static SuplrEvalRspRootQnaireLink<SuplrEvalRspStrucQnaire> |
TO_SUPLR_EVAL_RSP_STRUC_QNAIRE
Use with available fluent helpers to apply the to_SuplrEvalRspStrucQnaire navigation property to query operations.
|
static SuplrEvalRspRootQnaireField<Short> |
WEIGHTING_FACTOR
Use with available fluent helpers to apply the WeightingFactor field to query operations.
|
Constructor and Description |
---|
SuplrEvalRspRootQnaire() |
SuplrEvalRspRootQnaire(UUID suplrEvalRspQuestionnaireUUID,
UUID suplrEvalRspUUID,
Double calculatedScore,
Boolean isScoringRelevant,
Short minimalScore,
Integer numberOfResponses,
Integer suplrEvalOrdinalNumber,
Short targetScore,
Short weightingFactor,
ErpConfigContext erpConfigContext,
List<SuplrEvalRspStrucQnaire> toSuplrEvalRspStrucQnaire) |
Modifier and Type | Method and Description |
---|---|
void |
addSuplrEvalRspStrucQnaire(SuplrEvalRspStrucQnaire... entity)
Adds elements to the list of associated SuplrEvalRspStrucQnaire entities.
|
static SuplrEvalRspRootQnaire.SuplrEvalRspRootQnaireBuilder |
builder() |
boolean |
equals(Object o) |
List<SuplrEvalRspStrucQnaire> |
fetchSuplrEvalRspStrucQnaire()
Fetches the SuplrEvalRspStrucQnaire entities (one to many) associated with this entity.
|
static <T> SuplrEvalRspRootQnaireField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Double |
getCalculatedScore()
Constraints: none
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
Boolean |
getIsScoringRelevant()
Constraints: none
|
Short |
getMinimalScore()
Constraints: none
|
Integer |
getNumberOfResponses()
Constraints: none
|
Integer |
getSuplrEvalOrdinalNumber()
Constraints: none
|
UUID |
getSuplrEvalRspQuestionnaireUUID()
(Key Field) Constraints: Not nullable
|
List<SuplrEvalRspStrucQnaire> |
getSuplrEvalRspStrucQnaireOrFetch()
Retrieval of associated SuplrEvalRspStrucQnaire entities (one to many).
|
com.google.common.base.Optional<List<SuplrEvalRspStrucQnaire>> |
getSuplrEvalRspStrucQnaireOrNull()
Retrieval of associated SuplrEvalRspStrucQnaire entities (one to many).
|
UUID |
getSuplrEvalRspUUID()
Constraints: none
|
Short |
getTargetScore()
Constraints: none
|
Class<SuplrEvalRspRootQnaire> |
getType() |
Short |
getWeightingFactor()
Constraints: none
|
int |
hashCode() |
void |
setCalculatedScore(Double calculatedScore)
Constraints: none
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setIsScoringRelevant(Boolean isScoringRelevant)
Constraints: none
|
void |
setMinimalScore(Short minimalScore)
Constraints: none
|
void |
setNumberOfResponses(Integer numberOfResponses)
Constraints: none
|
void |
setSuplrEvalOrdinalNumber(Integer suplrEvalOrdinalNumber)
Constraints: none
|
void |
setSuplrEvalRspQuestionnaireUUID(UUID suplrEvalRspQuestionnaireUUID)
(Key Field) Constraints: Not nullable
|
void |
setSuplrEvalRspStrucQnaire(List<SuplrEvalRspStrucQnaire> value)
Overwrites the list of associated SuplrEvalRspStrucQnaire entities for the loaded navigation property to_SuplrEvalRspStrucQnaire.
|
void |
setSuplrEvalRspUUID(UUID suplrEvalRspUUID)
Constraints: none
|
void |
setTargetScore(Short targetScore)
Constraints: none
|
void |
setWeightingFactor(Short weightingFactor)
Constraints: none
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final SuplrEvalRspRootQnaireSelectable ALL_FIELDS
public static final SuplrEvalRspRootQnaireField<UUID> SUPLR_EVAL_RSP_QUESTIONNAIRE_UUID
public static final SuplrEvalRspRootQnaireField<UUID> SUPLR_EVAL_RSP_UUID
public static final SuplrEvalRspRootQnaireField<Double> CALCULATED_SCORE
public static final SuplrEvalRspRootQnaireField<Boolean> IS_SCORING_RELEVANT
public static final SuplrEvalRspRootQnaireField<Short> MINIMAL_SCORE
public static final SuplrEvalRspRootQnaireField<Integer> NUMBER_OF_RESPONSES
public static final SuplrEvalRspRootQnaireField<Integer> SUPLR_EVAL_ORDINAL_NUMBER
public static final SuplrEvalRspRootQnaireField<Short> TARGET_SCORE
public static final SuplrEvalRspRootQnaireField<Short> WEIGHTING_FACTOR
public static final SuplrEvalRspRootQnaireLink<SuplrEvalRspStrucQnaire> TO_SUPLR_EVAL_RSP_STRUC_QNAIRE
@Generated(value="lombok") public SuplrEvalRspRootQnaire()
@ConstructorProperties(value={"suplrEvalRspQuestionnaireUUID","suplrEvalRspUUID","calculatedScore","isScoringRelevant","minimalScore","numberOfResponses","suplrEvalOrdinalNumber","targetScore","weightingFactor","erpConfigContext","toSuplrEvalRspStrucQnaire"}) @Generated(value="lombok") public SuplrEvalRspRootQnaire(@Nullable UUID suplrEvalRspQuestionnaireUUID, @Nullable UUID suplrEvalRspUUID, @Nullable Double calculatedScore, @Nullable Boolean isScoringRelevant, @Nullable Short minimalScore, @Nullable Integer numberOfResponses, @Nullable Integer suplrEvalOrdinalNumber, @Nullable Short targetScore, @Nullable Short weightingFactor, @Nullable ErpConfigContext erpConfigContext, List<SuplrEvalRspStrucQnaire> toSuplrEvalRspStrucQnaire)
public Class<SuplrEvalRspRootQnaire> getType()
getType
in class VdmObject<SuplrEvalRspRootQnaire>
public static <T> SuplrEvalRspRootQnaireField<T> field(String fieldName, Class<T> fieldType)
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.public List<SuplrEvalRspStrucQnaire> fetchSuplrEvalRspStrucQnaire() 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.public List<SuplrEvalRspStrucQnaire> getSuplrEvalRspStrucQnaireOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SuplrEvalRspStrucQnaire of a queried SuplrEvalRspRootQnaire 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.public com.google.common.base.Optional<List<SuplrEvalRspStrucQnaire>> getSuplrEvalRspStrucQnaireOrNull()
If the navigation property to_SuplrEvalRspStrucQnaire for an entity SuplrEvalRspRootQnaire has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setSuplrEvalRspStrucQnaire(@NonNull List<SuplrEvalRspStrucQnaire> value)
If the navigation property to_SuplrEvalRspStrucQnaire of a queried SuplrEvalRspRootQnaire 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 SuplrEvalRspStrucQnaire entities.public void addSuplrEvalRspStrucQnaire(SuplrEvalRspStrucQnaire... entity)
If the navigation property to_SuplrEvalRspStrucQnaire of a queried SuplrEvalRspRootQnaire 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 SuplrEvalRspStrucQnaire entities.@Generated(value="lombok") public static SuplrEvalRspRootQnaire.SuplrEvalRspRootQnaireBuilder builder()
@Nullable @Generated(value="lombok") public UUID getSuplrEvalRspQuestionnaireUUID()
@Nullable @Generated(value="lombok") public UUID getSuplrEvalRspUUID()
@Nullable @Generated(value="lombok") public Double getCalculatedScore()
@Nullable @Generated(value="lombok") public Boolean getIsScoringRelevant()
@Nullable @Generated(value="lombok") public Short getMinimalScore()
@Nullable @Generated(value="lombok") public Integer getNumberOfResponses()
@Nullable @Generated(value="lombok") public Integer getSuplrEvalOrdinalNumber()
@Nullable @Generated(value="lombok") public Short getTargetScore()
@Nullable @Generated(value="lombok") public Short getWeightingFactor()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setSuplrEvalRspQuestionnaireUUID(@Nullable UUID suplrEvalRspQuestionnaireUUID)
suplrEvalRspQuestionnaireUUID
- @Generated(value="lombok") public void setSuplrEvalRspUUID(@Nullable UUID suplrEvalRspUUID)
suplrEvalRspUUID
- @Generated(value="lombok") public void setCalculatedScore(@Nullable Double calculatedScore)
calculatedScore
- @Generated(value="lombok") public void setIsScoringRelevant(@Nullable Boolean isScoringRelevant)
isScoringRelevant
- @Generated(value="lombok") public void setMinimalScore(@Nullable Short minimalScore)
minimalScore
- @Generated(value="lombok") public void setNumberOfResponses(@Nullable Integer numberOfResponses)
numberOfResponses
- @Generated(value="lombok") public void setSuplrEvalOrdinalNumber(@Nullable Integer suplrEvalOrdinalNumber)
suplrEvalOrdinalNumber
- @Generated(value="lombok") public void setTargetScore(@Nullable Short targetScore)
targetScore
- @Generated(value="lombok") public void setWeightingFactor(@Nullable Short weightingFactor)
weightingFactor
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<SuplrEvalRspRootQnaire>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<SuplrEvalRspRootQnaire>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<SuplrEvalRspRootQnaire>
Copyright © 2018 SAP SE. All rights reserved.