public class SuplrEvalSccrdQuestion extends VdmEntity<SuplrEvalSccrdQuestion>
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.
|
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,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SuplrEvalSccrdQuestion.SuplrEvalSccrdQuestionBuilder |
builder() |
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.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
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 |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setMinimalScore(Short minimalScore)
Constraints: none
|
void |
setQuestionName(String questionName)
Constraints: Not nullable, Maximum length: 60
|
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
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
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, @Nullable ErpConfigContext erpConfigContext)
public Class<SuplrEvalSccrdQuestion> getType()
getType
in class VdmObject<SuplrEvalSccrdQuestion>
public static <T> SuplrEvalSccrdQuestionField<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 static SuplrEvalSccrdQuestion.SuplrEvalSccrdQuestionBuilder builder()
@Nullable public UUID getSuplrEvalSccrdQuestionUUID()
@Nullable public UUID getSuplrEvalSccrdUUID()
@Nullable public UUID getSuplrEvalSccrdSectionUUID()
@Nullable public UUID getSuplrEvalReqQuestionUUID()
@Nullable public String getSupplierEvalQuestion()
@Nullable public String getSupplierEvalRequestQuestion()
@Nullable public String getQuestionName()
@Nullable public String getSLCQuestionType()
@Nullable public Short getWeightingFactor()
@Nullable public Short getMinimalScore()
@Nullable public ErpConfigContext getErpConfigContext()
public void setSuplrEvalSccrdQuestionUUID(@Nullable UUID suplrEvalSccrdQuestionUUID)
suplrEvalSccrdQuestionUUID
- public void setSuplrEvalSccrdUUID(@Nullable UUID suplrEvalSccrdUUID)
suplrEvalSccrdUUID
- public void setSuplrEvalSccrdSectionUUID(@Nullable UUID suplrEvalSccrdSectionUUID)
suplrEvalSccrdSectionUUID
- public void setSuplrEvalReqQuestionUUID(@Nullable UUID suplrEvalReqQuestionUUID)
suplrEvalReqQuestionUUID
- public void setSupplierEvalQuestion(@Nullable String supplierEvalQuestion)
supplierEvalQuestion
- public void setSupplierEvalRequestQuestion(@Nullable String supplierEvalRequestQuestion)
supplierEvalRequestQuestion
- public void setQuestionName(@Nullable String questionName)
questionName
- public void setSLCQuestionType(@Nullable String sLCQuestionType)
sLCQuestionType
- public void setWeightingFactor(@Nullable Short weightingFactor)
weightingFactor
- public void setMinimalScore(@Nullable Short minimalScore)
minimalScore
- public void setTargetScore(@Nullable Short targetScore)
targetScore
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<SuplrEvalSccrdQuestion>
public boolean equals(Object o)
equals
in class VdmObject<SuplrEvalSccrdQuestion>
public int hashCode()
hashCode
in class VdmObject<SuplrEvalSccrdQuestion>
Copyright © 2018 SAP SE. All rights reserved.