public class SuplrEvalScorecard extends VdmEntity<SuplrEvalScorecard>
Original entity name from the Odata EDM: A_SuplrEvalScorecardType
Modifier and Type | Class and Description |
---|---|
static class |
SuplrEvalScorecard.SuplrEvalScorecardBuilder |
Modifier and Type | Field and Description |
---|---|
static SuplrEvalScorecardSelectable |
ALL_FIELDS
Selector for all available fields of SuplrEvalScorecard.
|
static SuplrEvalScorecardField<String> |
SUPLR_EVAL_SCORECARD_NAME
Use with available fluent helpers to apply the SuplrEvalScorecardName field to query operations.
|
static SuplrEvalScorecardField<UUID> |
SUPLR_EVAL_SCORECARD_UUID
Use with available fluent helpers to apply the SuplrEvalScorecardUUID field to query operations.
|
static SuplrEvalScorecardField<String> |
SUPPLIER_EVAL_SCORECARD
Use with available fluent helpers to apply the SupplierEvalScorecard field to query operations.
|
static SuplrEvalScorecardLink<SuplrEvalSccrdPurchaserResp> |
TO_SUPLR_EVAL_SCCRD_PURCHASER_RESP
Use with available fluent helpers to apply the to_SuplrEvalSccrdPurchaserResp navigation property to query operations.
|
static SuplrEvalScorecardLink<SuplrEvalScorecardRootQnaire> |
TO_SUPLR_EVAL_SCORECARD_ROOT_QNAIRE
Use with available fluent helpers to apply the to_SuplrEvalScorecardRootQnaire navigation property to query operations.
|
static SuplrEvalScorecardLink<SuplrEvalSccrdSupplier> |
TO_SUPPLIER
Use with available fluent helpers to apply the to_Supplier navigation property to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SuplrEvalScorecard() |
SuplrEvalScorecard(UUID suplrEvalScorecardUUID,
String supplierEvalScorecard,
String suplrEvalScorecardName,
ErpConfigContext erpConfigContext,
SuplrEvalSccrdPurchaserResp toSuplrEvalSccrdPurchaserResp,
SuplrEvalScorecardRootQnaire toSuplrEvalScorecardRootQnaire,
SuplrEvalSccrdSupplier toSupplier) |
Modifier and Type | Method and Description |
---|---|
static SuplrEvalScorecard.SuplrEvalScorecardBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
SuplrEvalSccrdPurchaserResp |
fetchSuplrEvalSccrdPurchaserResp()
Fetches the SuplrEvalSccrdPurchaserResp entity (one to one) associated with this entity.
|
SuplrEvalScorecardRootQnaire |
fetchSuplrEvalScorecardRootQnaire()
Fetches the SuplrEvalScorecardRootQnaire entity (one to one) associated with this entity.
|
SuplrEvalSccrdSupplier |
fetchSupplier()
Fetches the SuplrEvalSccrdSupplier entity (one to one) associated with this entity.
|
static <T> SuplrEvalScorecardField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
protected String |
getEndpointUrl() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
protected Map<String,Object> |
getKey() |
Optional<SuplrEvalSccrdPurchaserResp> |
getSuplrEvalSccrdPurchaserRespIfPresent()
Retrieval of associated SuplrEvalSccrdPurchaserResp entity (one to one).
|
SuplrEvalSccrdPurchaserResp |
getSuplrEvalSccrdPurchaserRespOrFetch()
Retrieval of associated SuplrEvalSccrdPurchaserResp entity (one to one).
|
String |
getSuplrEvalScorecardName()
Constraints: Not nullable, Maximum length: 60 Original property name from the Odata EDM: SuplrEvalScorecardName
|
Optional<SuplrEvalScorecardRootQnaire> |
getSuplrEvalScorecardRootQnaireIfPresent()
Retrieval of associated SuplrEvalScorecardRootQnaire entity (one to one).
|
SuplrEvalScorecardRootQnaire |
getSuplrEvalScorecardRootQnaireOrFetch()
Retrieval of associated SuplrEvalScorecardRootQnaire entity (one to one).
|
UUID |
getSuplrEvalScorecardUUID()
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrEvalScorecardUUID
|
String |
getSupplierEvalScorecard()
Constraints: Not nullable, Maximum length: 20 Original property name from the Odata EDM: SupplierEvalScorecard
|
Optional<SuplrEvalSccrdSupplier> |
getSupplierIfPresent()
Retrieval of associated SuplrEvalSccrdSupplier entity (one to one).
|
SuplrEvalSccrdSupplier |
getSupplierOrFetch()
Retrieval of associated SuplrEvalSccrdSupplier entity (one to one).
|
Class<SuplrEvalScorecard> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setSuplrEvalSccrdPurchaserResp(SuplrEvalSccrdPurchaserResp value)
Overwrites the associated SuplrEvalSccrdPurchaserResp entity for the loaded navigation property to_SuplrEvalSccrdPurchaserResp.
|
void |
setSuplrEvalScorecardName(String suplrEvalScorecardName)
Constraints: Not nullable, Maximum length: 60 Original property name from the Odata EDM: SuplrEvalScorecardName
|
void |
setSuplrEvalScorecardRootQnaire(SuplrEvalScorecardRootQnaire value)
Overwrites the associated SuplrEvalScorecardRootQnaire entity for the loaded navigation property to_SuplrEvalScorecardRootQnaire.
|
void |
setSuplrEvalScorecardUUID(UUID suplrEvalScorecardUUID)
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrEvalScorecardUUID
|
void |
setSupplier(SuplrEvalSccrdSupplier value)
Overwrites the associated SuplrEvalSccrdSupplier entity for the loaded navigation property to_Supplier.
|
void |
setSupplierEvalScorecard(String supplierEvalScorecard)
Constraints: Not nullable, Maximum length: 20 Original property name from the Odata EDM: SupplierEvalScorecard
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final SuplrEvalScorecardSelectable ALL_FIELDS
public static final SuplrEvalScorecardField<UUID> SUPLR_EVAL_SCORECARD_UUID
public static final SuplrEvalScorecardField<String> SUPPLIER_EVAL_SCORECARD
public static final SuplrEvalScorecardField<String> SUPLR_EVAL_SCORECARD_NAME
public static final SuplrEvalScorecardLink<SuplrEvalSccrdPurchaserResp> TO_SUPLR_EVAL_SCCRD_PURCHASER_RESP
public static final SuplrEvalScorecardLink<SuplrEvalScorecardRootQnaire> TO_SUPLR_EVAL_SCORECARD_ROOT_QNAIRE
public static final SuplrEvalScorecardLink<SuplrEvalSccrdSupplier> TO_SUPPLIER
public SuplrEvalScorecard()
public SuplrEvalScorecard(@Nullable UUID suplrEvalScorecardUUID, @Nullable String supplierEvalScorecard, @Nullable String suplrEvalScorecardName, @Nullable ErpConfigContext erpConfigContext, @Nullable SuplrEvalSccrdPurchaserResp toSuplrEvalSccrdPurchaserResp, @Nullable SuplrEvalScorecardRootQnaire toSuplrEvalScorecardRootQnaire, @Nullable SuplrEvalSccrdSupplier toSupplier)
public Class<SuplrEvalScorecard> getType()
getType
in class VdmObject<SuplrEvalScorecard>
public void setSuplrEvalScorecardUUID(@Nullable UUID suplrEvalScorecardUUID)
Original property name from the Odata EDM: SuplrEvalScorecardUUID
suplrEvalScorecardUUID
- Evaluation Scorecard UUIDpublic void setSupplierEvalScorecard(@Nullable String supplierEvalScorecard)
Original property name from the Odata EDM: SupplierEvalScorecard
supplierEvalScorecard
- Evaluation Scorecardpublic void setSuplrEvalScorecardName(@Nullable String suplrEvalScorecardName)
Original property name from the Odata EDM: SuplrEvalScorecardName
suplrEvalScorecardName
- Name of a Supplier Evaluation Scorecardprotected String getEndpointUrl()
getEndpointUrl
in class VdmEntity<SuplrEvalScorecard>
protected String getEntityCollection()
getEntityCollection
in class VdmEntity<SuplrEvalScorecard>
protected Map<String,Object> getKey()
getKey
in class VdmObject<SuplrEvalScorecard>
protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SuplrEvalScorecard>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SuplrEvalScorecard>
public static <T> SuplrEvalScorecardField<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.protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<SuplrEvalScorecard>
public SuplrEvalSccrdPurchaserResp fetchSuplrEvalSccrdPurchaserResp() 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 SuplrEvalSccrdPurchaserResp getSuplrEvalSccrdPurchaserRespOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SuplrEvalSccrdPurchaserResp of a queried SuplrEvalScorecard 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 Optional<SuplrEvalSccrdPurchaserResp> getSuplrEvalSccrdPurchaserRespIfPresent()
If the navigation property for an entity SuplrEvalScorecard has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.public void setSuplrEvalSccrdPurchaserResp(SuplrEvalSccrdPurchaserResp value)
value
- New SuplrEvalSccrdPurchaserResp entity.public SuplrEvalScorecardRootQnaire fetchSuplrEvalScorecardRootQnaire() 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 SuplrEvalScorecardRootQnaire getSuplrEvalScorecardRootQnaireOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_SuplrEvalScorecardRootQnaire of a queried SuplrEvalScorecard 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 Optional<SuplrEvalScorecardRootQnaire> getSuplrEvalScorecardRootQnaireIfPresent()
If the navigation property for an entity SuplrEvalScorecard has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.public void setSuplrEvalScorecardRootQnaire(SuplrEvalScorecardRootQnaire value)
value
- New SuplrEvalScorecardRootQnaire entity.public SuplrEvalSccrdSupplier fetchSupplier() 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 SuplrEvalSccrdSupplier getSupplierOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Supplier of a queried SuplrEvalScorecard 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 Optional<SuplrEvalSccrdSupplier> getSupplierIfPresent()
If the navigation property for an entity SuplrEvalScorecard has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.public void setSupplier(SuplrEvalSccrdSupplier value)
value
- New SuplrEvalSccrdSupplier entity.public static SuplrEvalScorecard.SuplrEvalScorecardBuilder builder()
@Nullable public UUID getSuplrEvalScorecardUUID()
Original property name from the Odata EDM: SuplrEvalScorecardUUID
@Nullable public String getSupplierEvalScorecard()
Original property name from the Odata EDM: SupplierEvalScorecard
@Nullable public String getSuplrEvalScorecardName()
Original property name from the Odata EDM: SuplrEvalScorecardName
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<SuplrEvalScorecard>
erpConfigContext
- public String toString()
toString
in class VdmObject<SuplrEvalScorecard>
public boolean equals(Object o)
equals
in class VdmObject<SuplrEvalScorecard>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<SuplrEvalScorecard>
public int hashCode()
hashCode
in class VdmObject<SuplrEvalScorecard>
Copyright © 2018 SAP SE. All rights reserved.