public class SuplrEvalRspSection extends VdmEntity<SuplrEvalRspSection>
Modifier and Type | Class and Description |
---|---|
static class |
SuplrEvalRspSection.SuplrEvalRspSectionBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<SuplrEvalRspSection> |
ALL_FIELDS
Selector for all available fields of SuplrEvalRspSection.
|
static SuplrEvalRspSectionField<Double> |
CALCULATED_SCORE
Use with available fluent helpers to apply the CalculatedScore field to query operations.
|
static SuplrEvalRspSectionField<Short> |
MINIMAL_SCORE
Use with available fluent helpers to apply the MinimalScore field to query operations.
|
static SuplrEvalRspSectionField<Integer> |
NUMBER_OF_RESPONSES
Use with available fluent helpers to apply the NumberOfResponses field to query operations.
|
static SuplrEvalRspSectionField<String> |
QUESTIONNAIRE_SECTION_NAME
Use with available fluent helpers to apply the QuestionnaireSectionName field to query operations.
|
static SuplrEvalRspSectionField<UUID> |
SUPLR_EVAL_REQ_SECTION_UUID
Use with available fluent helpers to apply the SuplrEvalReqSectionUUID field to query operations.
|
static SuplrEvalRspSectionField<UUID> |
SUPLR_EVAL_RSP_QUESTIONNAIRE_UUID
Use with available fluent helpers to apply the SuplrEvalRspQuestionnaireUUID field to query operations.
|
static SuplrEvalRspSectionField<UUID> |
SUPLR_EVAL_RSP_SECTION_UUID
Use with available fluent helpers to apply the SuplrEvalRspSectionUUID field to query operations.
|
static SuplrEvalRspSectionField<UUID> |
SUPLR_EVAL_RSP_UUID
Use with available fluent helpers to apply the SuplrEvalRspUUID field to query operations.
|
static SuplrEvalRspSectionField<Integer> |
SUPPLIER_EVAL_RESPONSE_SCTN_ALTV
Use with available fluent helpers to apply the SupplierEvalResponseSctnAltv field to query operations.
|
static SuplrEvalRspSectionField<String> |
SUPPLIER_EVAL_RESPONSE_SECTION
Use with available fluent helpers to apply the SupplierEvalResponseSection field to query operations.
|
static SuplrEvalRspSectionField<Short> |
TARGET_SCORE
Use with available fluent helpers to apply the TargetScore field to query operations.
|
static SuplrEvalRspSectionLink<SuplrEvalRspQuestion> |
TO_SUPLR_EVAL_RSP_QUESTION
Use with available fluent helpers to apply the to_SuplrEvalRspQuestion navigation property to query operations.
|
static SuplrEvalRspSectionLink<SuplrEvalRspSectionText> |
TO_SUPLR_EVAL_RSP_SECTION_TEXT
Use with available fluent helpers to apply the to_SuplrEvalRspSectionText navigation property to query operations.
|
static SuplrEvalRspSectionField<Short> |
WEIGHTING_FACTOR
Use with available fluent helpers to apply the WeightingFactor field to query operations.
|
Constructor and Description |
---|
SuplrEvalRspSection() |
SuplrEvalRspSection(UUID suplrEvalRspSectionUUID,
UUID suplrEvalRspUUID,
UUID suplrEvalRspQuestionnaireUUID,
UUID suplrEvalReqSectionUUID,
String supplierEvalResponseSection,
Integer supplierEvalResponseSctnAltv,
String questionnaireSectionName,
Short weightingFactor,
Short minimalScore,
Short targetScore,
Double calculatedScore,
Integer numberOfResponses,
ErpConfigContext erpConfigContext,
List<SuplrEvalRspQuestion> toSuplrEvalRspQuestion,
List<SuplrEvalRspSectionText> toSuplrEvalRspSectionText) |
Modifier and Type | Method and Description |
---|---|
void |
addSuplrEvalRspQuestion(SuplrEvalRspQuestion... entity)
Adds elements to the list of associated SuplrEvalRspQuestion entities.
|
void |
addSuplrEvalRspSectionText(SuplrEvalRspSectionText... entity)
Adds elements to the list of associated SuplrEvalRspSectionText entities.
|
static SuplrEvalRspSection.SuplrEvalRspSectionBuilder |
builder() |
boolean |
equals(Object o) |
List<SuplrEvalRspQuestion> |
fetchSuplrEvalRspQuestion()
Fetches the SuplrEvalRspQuestion entities (one to many) associated with this entity.
|
List<SuplrEvalRspSectionText> |
fetchSuplrEvalRspSectionText()
Fetches the SuplrEvalRspSectionText entities (one to many) associated with this entity.
|
static <T> SuplrEvalRspSectionField<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.
|
Short |
getMinimalScore()
Constraints: none
|
Integer |
getNumberOfResponses()
Constraints: none
|
String |
getQuestionnaireSectionName()
Constraints: Not nullable, Maximum length: 60
|
UUID |
getSuplrEvalReqSectionUUID()
Constraints: none
|
UUID |
getSuplrEvalRspQuestionnaireUUID()
Constraints: none
|
List<SuplrEvalRspQuestion> |
getSuplrEvalRspQuestionOrFetch()
Retrieval of associated SuplrEvalRspQuestion entities (one to many).
|
com.google.common.base.Optional<List<SuplrEvalRspQuestion>> |
getSuplrEvalRspQuestionOrNull()
Retrieval of associated SuplrEvalRspQuestion entities (one to many).
|
List<SuplrEvalRspSectionText> |
getSuplrEvalRspSectionTextOrFetch()
Retrieval of associated SuplrEvalRspSectionText entities (one to many).
|
com.google.common.base.Optional<List<SuplrEvalRspSectionText>> |
getSuplrEvalRspSectionTextOrNull()
Retrieval of associated SuplrEvalRspSectionText entities (one to many).
|
UUID |
getSuplrEvalRspSectionUUID()
(Key Field) Constraints: Not nullable
|
UUID |
getSuplrEvalRspUUID()
Constraints: none
|
Integer |
getSupplierEvalResponseSctnAltv()
Constraints: none
|
String |
getSupplierEvalResponseSection()
Constraints: Not nullable, Maximum length: 20
|
Short |
getTargetScore()
Constraints: none
|
Class<SuplrEvalRspSection> |
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 |
setMinimalScore(Short minimalScore)
Constraints: none
|
void |
setNumberOfResponses(Integer numberOfResponses)
Constraints: none
|
void |
setQuestionnaireSectionName(String questionnaireSectionName)
Constraints: Not nullable, Maximum length: 60
|
void |
setSuplrEvalReqSectionUUID(UUID suplrEvalReqSectionUUID)
Constraints: none
|
void |
setSuplrEvalRspQuestion(List<SuplrEvalRspQuestion> value)
Overwrites the list of associated SuplrEvalRspQuestion entities for the loaded navigation property to_SuplrEvalRspQuestion.
|
void |
setSuplrEvalRspQuestionnaireUUID(UUID suplrEvalRspQuestionnaireUUID)
Constraints: none
|
void |
setSuplrEvalRspSectionText(List<SuplrEvalRspSectionText> value)
Overwrites the list of associated SuplrEvalRspSectionText entities for the loaded navigation property to_SuplrEvalRspSectionText.
|
void |
setSuplrEvalRspSectionUUID(UUID suplrEvalRspSectionUUID)
(Key Field) Constraints: Not nullable
|
void |
setSuplrEvalRspUUID(UUID suplrEvalRspUUID)
Constraints: none
|
void |
setSupplierEvalResponseSctnAltv(Integer supplierEvalResponseSctnAltv)
Constraints: none
|
void |
setSupplierEvalResponseSection(String supplierEvalResponseSection)
Constraints: Not nullable, Maximum length: 20
|
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 EntityFieldAll<SuplrEvalRspSection> ALL_FIELDS
public static final SuplrEvalRspSectionField<UUID> SUPLR_EVAL_RSP_SECTION_UUID
public static final SuplrEvalRspSectionField<UUID> SUPLR_EVAL_RSP_UUID
public static final SuplrEvalRspSectionField<UUID> SUPLR_EVAL_RSP_QUESTIONNAIRE_UUID
public static final SuplrEvalRspSectionField<UUID> SUPLR_EVAL_REQ_SECTION_UUID
public static final SuplrEvalRspSectionField<String> SUPPLIER_EVAL_RESPONSE_SECTION
public static final SuplrEvalRspSectionField<Integer> SUPPLIER_EVAL_RESPONSE_SCTN_ALTV
public static final SuplrEvalRspSectionField<String> QUESTIONNAIRE_SECTION_NAME
public static final SuplrEvalRspSectionField<Short> WEIGHTING_FACTOR
public static final SuplrEvalRspSectionField<Short> MINIMAL_SCORE
public static final SuplrEvalRspSectionField<Short> TARGET_SCORE
public static final SuplrEvalRspSectionField<Double> CALCULATED_SCORE
public static final SuplrEvalRspSectionField<Integer> NUMBER_OF_RESPONSES
public static final SuplrEvalRspSectionLink<SuplrEvalRspQuestion> TO_SUPLR_EVAL_RSP_QUESTION
public static final SuplrEvalRspSectionLink<SuplrEvalRspSectionText> TO_SUPLR_EVAL_RSP_SECTION_TEXT
@Generated(value="lombok") public SuplrEvalRspSection()
@ConstructorProperties(value={"suplrEvalRspSectionUUID","suplrEvalRspUUID","suplrEvalRspQuestionnaireUUID","suplrEvalReqSectionUUID","supplierEvalResponseSection","supplierEvalResponseSctnAltv","questionnaireSectionName","weightingFactor","minimalScore","targetScore","calculatedScore","numberOfResponses","erpConfigContext","toSuplrEvalRspQuestion","toSuplrEvalRspSectionText"}) @Generated(value="lombok") public SuplrEvalRspSection(@Nullable UUID suplrEvalRspSectionUUID, @Nullable UUID suplrEvalRspUUID, @Nullable UUID suplrEvalRspQuestionnaireUUID, @Nullable UUID suplrEvalReqSectionUUID, @Nullable String supplierEvalResponseSection, @Nullable Integer supplierEvalResponseSctnAltv, @Nullable String questionnaireSectionName, @Nullable Short weightingFactor, @Nullable Short minimalScore, @Nullable Short targetScore, @Nullable Double calculatedScore, @Nullable Integer numberOfResponses, @Nullable ErpConfigContext erpConfigContext, List<SuplrEvalRspQuestion> toSuplrEvalRspQuestion, List<SuplrEvalRspSectionText> toSuplrEvalRspSectionText)
public Class<SuplrEvalRspSection> getType()
getType
in class VdmObject<SuplrEvalRspSection>
public static <T> SuplrEvalRspSectionField<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<SuplrEvalRspQuestion> fetchSuplrEvalRspQuestion() 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<SuplrEvalRspQuestion> getSuplrEvalRspQuestionOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SuplrEvalRspQuestion of a queried SuplrEvalRspSection 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<SuplrEvalRspQuestion>> getSuplrEvalRspQuestionOrNull()
If the navigation property to_SuplrEvalRspQuestion for an entity SuplrEvalRspSection has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setSuplrEvalRspQuestion(@NonNull List<SuplrEvalRspQuestion> value)
If the navigation property to_SuplrEvalRspQuestion of a queried SuplrEvalRspSection 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 SuplrEvalRspQuestion entities.public void addSuplrEvalRspQuestion(SuplrEvalRspQuestion... entity)
If the navigation property to_SuplrEvalRspQuestion of a queried SuplrEvalRspSection 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 SuplrEvalRspQuestion entities.public List<SuplrEvalRspSectionText> fetchSuplrEvalRspSectionText() 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<SuplrEvalRspSectionText> getSuplrEvalRspSectionTextOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SuplrEvalRspSectionText of a queried SuplrEvalRspSection 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<SuplrEvalRspSectionText>> getSuplrEvalRspSectionTextOrNull()
If the navigation property to_SuplrEvalRspSectionText for an entity SuplrEvalRspSection has not been resolved yet, this method will not query further information. Instead its Optional result state will be null.
public void setSuplrEvalRspSectionText(@NonNull List<SuplrEvalRspSectionText> value)
If the navigation property to_SuplrEvalRspSectionText of a queried SuplrEvalRspSection 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 SuplrEvalRspSectionText entities.public void addSuplrEvalRspSectionText(SuplrEvalRspSectionText... entity)
If the navigation property to_SuplrEvalRspSectionText of a queried SuplrEvalRspSection 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 SuplrEvalRspSectionText entities.@Generated(value="lombok") public static SuplrEvalRspSection.SuplrEvalRspSectionBuilder builder()
@Nullable @Generated(value="lombok") public UUID getSuplrEvalRspSectionUUID()
@Nullable @Generated(value="lombok") public UUID getSuplrEvalRspUUID()
@Nullable @Generated(value="lombok") public UUID getSuplrEvalRspQuestionnaireUUID()
@Nullable @Generated(value="lombok") public UUID getSuplrEvalReqSectionUUID()
@Nullable @Generated(value="lombok") public String getSupplierEvalResponseSection()
@Nullable @Generated(value="lombok") public Integer getSupplierEvalResponseSctnAltv()
@Nullable @Generated(value="lombok") public String getQuestionnaireSectionName()
@Nullable @Generated(value="lombok") public Short getWeightingFactor()
@Nullable @Generated(value="lombok") public Short getMinimalScore()
@Nullable @Generated(value="lombok") public Short getTargetScore()
@Nullable @Generated(value="lombok") public Double getCalculatedScore()
@Nullable @Generated(value="lombok") public Integer getNumberOfResponses()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setSuplrEvalRspSectionUUID(@Nullable UUID suplrEvalRspSectionUUID)
suplrEvalRspSectionUUID
- @Generated(value="lombok") public void setSuplrEvalRspUUID(@Nullable UUID suplrEvalRspUUID)
suplrEvalRspUUID
- @Generated(value="lombok") public void setSuplrEvalRspQuestionnaireUUID(@Nullable UUID suplrEvalRspQuestionnaireUUID)
suplrEvalRspQuestionnaireUUID
- @Generated(value="lombok") public void setSuplrEvalReqSectionUUID(@Nullable UUID suplrEvalReqSectionUUID)
suplrEvalReqSectionUUID
- @Generated(value="lombok") public void setSupplierEvalResponseSection(@Nullable String supplierEvalResponseSection)
supplierEvalResponseSection
- @Generated(value="lombok") public void setSupplierEvalResponseSctnAltv(@Nullable Integer supplierEvalResponseSctnAltv)
supplierEvalResponseSctnAltv
- @Generated(value="lombok") public void setQuestionnaireSectionName(@Nullable String questionnaireSectionName)
questionnaireSectionName
- @Generated(value="lombok") public void setWeightingFactor(@Nullable Short weightingFactor)
weightingFactor
- @Generated(value="lombok") public void setMinimalScore(@Nullable Short minimalScore)
minimalScore
- @Generated(value="lombok") public void setTargetScore(@Nullable Short targetScore)
targetScore
- @Generated(value="lombok") public void setCalculatedScore(@Nullable Double calculatedScore)
calculatedScore
- @Generated(value="lombok") public void setNumberOfResponses(@Nullable Integer numberOfResponses)
numberOfResponses
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<SuplrEvalRspSection>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<SuplrEvalRspSection>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<SuplrEvalRspSection>
Copyright © 2017 SAP SE. All rights reserved.