public class SuplrEvalSccrdQuestion extends VdmEntity<SuplrEvalSccrdQuestion>
Original entity name from the Odata EDM: A_SuplrEvalSccrdQuestionType
Modifier and Type | Class and Description |
---|---|
static class |
SuplrEvalSccrdQuestion.SuplrEvalSccrdQuestionBuilder |
Modifier and Type | Field and Description |
---|---|
static SuplrEvalSccrdQuestionSelectable |
ALL_FIELDS
Selector for all available fields of SuplrEvalSccrdQuestion.
|
static SuplrEvalSccrdQuestionField<Short> |
MINIMAL_SCORE
Use with available fluent helpers to apply the MinimalScore field to query operations.
|
static SuplrEvalSccrdQuestionField<String> |
QUESTION_NAME
Use with available fluent helpers to apply the QuestionName field to query operations.
|
static SuplrEvalSccrdQuestionField<String> |
SLC_QUESTION_TYPE
Use with available fluent helpers to apply the SLCQuestionType field to query operations.
|
static SuplrEvalSccrdQuestionField<UUID> |
SUPLR_EVAL_REQ_QUESTION_UUID
Use with available fluent helpers to apply the SuplrEvalReqQuestionUUID field to query operations.
|
static SuplrEvalSccrdQuestionField<UUID> |
SUPLR_EVAL_SCCRD_QUESTION_UUID
Use with available fluent helpers to apply the SuplrEvalSccrdQuestionUUID field to query operations.
|
static SuplrEvalSccrdQuestionField<UUID> |
SUPLR_EVAL_SCCRD_SECTION_UUID
Use with available fluent helpers to apply the SuplrEvalSccrdSectionUUID field to query operations.
|
static SuplrEvalSccrdQuestionField<UUID> |
SUPLR_EVAL_SCCRD_UUID
Use with available fluent helpers to apply the SuplrEvalSccrdUUID field to query operations.
|
static SuplrEvalSccrdQuestionField<String> |
SUPPLIER_EVAL_QUESTION
Use with available fluent helpers to apply the SupplierEvalQuestion field to query operations.
|
static SuplrEvalSccrdQuestionField<String> |
SUPPLIER_EVAL_REQUEST_QUESTION
Use with available fluent helpers to apply the SupplierEvalRequestQuestion field to query operations.
|
static SuplrEvalSccrdQuestionField<Short> |
TARGET_SCORE
Use with available fluent helpers to apply the TargetScore field to query operations.
|
static SuplrEvalSccrdQuestionField<Short> |
WEIGHTING_FACTOR
Use with available fluent helpers to apply the WeightingFactor field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SuplrEvalSccrdQuestion() |
SuplrEvalSccrdQuestion(UUID suplrEvalSccrdQuestionUUID,
UUID suplrEvalSccrdUUID,
UUID suplrEvalSccrdSectionUUID,
UUID suplrEvalReqQuestionUUID,
String supplierEvalQuestion,
String supplierEvalRequestQuestion,
String questionName,
String sLCQuestionType,
Short weightingFactor,
Short minimalScore,
Short targetScore) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static SuplrEvalSccrdQuestion.SuplrEvalSccrdQuestionBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> SuplrEvalSccrdQuestionField<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) |
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
protected Map<String,Object> |
getKey() |
Short |
getMinimalScore()
Constraints: none
|
String |
getQuestionName()
Constraints: Not nullable, Maximum length: 60
|
String |
getSLCQuestionType()
Constraints: Not nullable, Maximum length: 2
|
UUID |
getSuplrEvalReqQuestionUUID()
Constraints: none
|
UUID |
getSuplrEvalSccrdQuestionUUID()
(Key Field) Constraints: Not nullable
|
UUID |
getSuplrEvalSccrdSectionUUID()
Constraints: none
|
UUID |
getSuplrEvalSccrdUUID()
Constraints: none
|
String |
getSupplierEvalQuestion()
Constraints: Not nullable, Maximum length: 20
|
String |
getSupplierEvalRequestQuestion()
Constraints: Not nullable, Maximum length: 20
|
Short |
getTargetScore()
Constraints: none
|
Class<SuplrEvalSccrdQuestion> |
getType() |
Short |
getWeightingFactor()
Constraints: none
|
int |
hashCode() |
void |
setMinimalScore(Short minimalScore)
Constraints: none
|
void |
setQuestionName(String questionName)
Constraints: Not nullable, Maximum length: 60
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setSLCQuestionType(String sLCQuestionType)
Constraints: Not nullable, Maximum length: 2
|
void |
setSuplrEvalReqQuestionUUID(UUID suplrEvalReqQuestionUUID)
Constraints: none
|
void |
setSuplrEvalSccrdQuestionUUID(UUID suplrEvalSccrdQuestionUUID)
(Key Field) Constraints: Not nullable
|
void |
setSuplrEvalSccrdSectionUUID(UUID suplrEvalSccrdSectionUUID)
Constraints: none
|
void |
setSuplrEvalSccrdUUID(UUID suplrEvalSccrdUUID)
Constraints: none
|
void |
setSupplierEvalQuestion(String supplierEvalQuestion)
Constraints: Not nullable, Maximum length: 20
|
void |
setSupplierEvalRequestQuestion(String supplierEvalRequestQuestion)
Constraints: Not nullable, Maximum length: 20
|
void |
setTargetScore(Short targetScore)
Constraints: none
|
void |
setWeightingFactor(Short weightingFactor)
Constraints: none
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final SuplrEvalSccrdQuestionSelectable ALL_FIELDS
public static final SuplrEvalSccrdQuestionField<UUID> SUPLR_EVAL_SCCRD_QUESTION_UUID
public static final SuplrEvalSccrdQuestionField<UUID> SUPLR_EVAL_SCCRD_UUID
public static final SuplrEvalSccrdQuestionField<UUID> SUPLR_EVAL_SCCRD_SECTION_UUID
public static final SuplrEvalSccrdQuestionField<UUID> SUPLR_EVAL_REQ_QUESTION_UUID
public static final SuplrEvalSccrdQuestionField<String> SUPPLIER_EVAL_QUESTION
public static final SuplrEvalSccrdQuestionField<String> SUPPLIER_EVAL_REQUEST_QUESTION
public static final SuplrEvalSccrdQuestionField<String> QUESTION_NAME
public static final SuplrEvalSccrdQuestionField<String> SLC_QUESTION_TYPE
public static final SuplrEvalSccrdQuestionField<Short> WEIGHTING_FACTOR
public static final SuplrEvalSccrdQuestionField<Short> MINIMAL_SCORE
public static final SuplrEvalSccrdQuestionField<Short> TARGET_SCORE
public 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)
@Nonnull public Class<SuplrEvalSccrdQuestion> getType()
getType
in class VdmObject<SuplrEvalSccrdQuestion>
public void setSuplrEvalSccrdQuestionUUID(@Nullable UUID suplrEvalSccrdQuestionUUID)
Original property name from the Odata EDM: SuplrEvalSccrdQuestionUUID
suplrEvalSccrdQuestionUUID
- Evaluation Scorecard Question UUIDpublic void setSuplrEvalSccrdUUID(@Nullable UUID suplrEvalSccrdUUID)
Original property name from the Odata EDM: SuplrEvalSccrdUUID
suplrEvalSccrdUUID
- Evaluation Scorecard UUIDpublic void setSuplrEvalSccrdSectionUUID(@Nullable UUID suplrEvalSccrdSectionUUID)
Original property name from the Odata EDM: SuplrEvalSccrdSectionUUID
suplrEvalSccrdSectionUUID
- Evaluation Scorecard Section UUIDpublic void setSuplrEvalReqQuestionUUID(@Nullable UUID suplrEvalReqQuestionUUID)
Original property name from the Odata EDM: SuplrEvalReqQuestionUUID
suplrEvalReqQuestionUUID
- Evaluation Request Question UUIDpublic void setSupplierEvalQuestion(@Nullable String supplierEvalQuestion)
Original property name from the Odata EDM: SupplierEvalQuestion
supplierEvalQuestion
- Identifier for a Questionpublic void setSupplierEvalRequestQuestion(@Nullable String supplierEvalRequestQuestion)
Original property name from the Odata EDM: SupplierEvalRequestQuestion
supplierEvalRequestQuestion
- Identifier for a Questionpublic void setQuestionName(@Nullable String questionName)
Original property name from the Odata EDM: QuestionName
questionName
- Medium-Size Namepublic void setSLCQuestionType(@Nullable String sLCQuestionType)
Original property name from the Odata EDM: SLCQuestionType
sLCQuestionType
- Question Type Codepublic void setWeightingFactor(@Nullable Short weightingFactor)
Original property name from the Odata EDM: WeightingFactor
weightingFactor
- Value of Weighting Factorpublic void setMinimalScore(@Nullable Short minimalScore)
Original property name from the Odata EDM: MinimalScore
minimalScore
- Minimum Score Acceptedpublic void setTargetScore(@Nullable Short targetScore)
Original property name from the Odata EDM: TargetScore
targetScore
- Target Scoreprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<SuplrEvalSccrdQuestion>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<SuplrEvalSccrdQuestion>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SuplrEvalSccrdQuestion>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SuplrEvalSccrdQuestion>
@Nonnull public static <T> SuplrEvalSccrdQuestionField<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> SuplrEvalSccrdQuestionField<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<SuplrEvalSccrdQuestion>
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<SuplrEvalSccrdQuestion>
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<SuplrEvalSccrdQuestion>
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()
VdmEntity
getDefaultServicePath
in class VdmEntity<SuplrEvalSccrdQuestion>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)public static SuplrEvalSccrdQuestion.SuplrEvalSccrdQuestionBuilder builder()
@Nullable public UUID getSuplrEvalSccrdQuestionUUID()
Original property name from the Odata EDM: SuplrEvalSccrdQuestionUUID
@Nullable public UUID getSuplrEvalSccrdUUID()
Original property name from the Odata EDM: SuplrEvalSccrdUUID
@Nullable public UUID getSuplrEvalSccrdSectionUUID()
Original property name from the Odata EDM: SuplrEvalSccrdSectionUUID
@Nullable public UUID getSuplrEvalReqQuestionUUID()
Original property name from the Odata EDM: SuplrEvalReqQuestionUUID
@Nullable public String getSupplierEvalQuestion()
Original property name from the Odata EDM: SupplierEvalQuestion
@Nullable public String getSupplierEvalRequestQuestion()
Original property name from the Odata EDM: SupplierEvalRequestQuestion
@Nullable public String getQuestionName()
Original property name from the Odata EDM: QuestionName
@Nullable public String getSLCQuestionType()
Original property name from the Odata EDM: SLCQuestionType
@Nullable public Short getWeightingFactor()
Original property name from the Odata EDM: WeightingFactor
@Nullable public Short getMinimalScore()
Original property name from the Odata EDM: MinimalScore
@Nullable public Short getTargetScore()
Original property name from the Odata EDM: TargetScore
public String toString()
toString
in class VdmObject<SuplrEvalSccrdQuestion>
public boolean equals(Object o)
equals
in class VdmObject<SuplrEvalSccrdQuestion>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<SuplrEvalSccrdQuestion>
public int hashCode()
hashCode
in class VdmObject<SuplrEvalSccrdQuestion>
Copyright © 2020 SAP SE. All rights reserved.