public class SuplrEvalSccrdPurchaserResp extends VdmEntity<SuplrEvalSccrdPurchaserResp>
Modifier and Type | Class and Description |
---|---|
static class |
SuplrEvalSccrdPurchaserResp.SuplrEvalSccrdPurchaserRespBuilder |
Modifier and Type | Field and Description |
---|---|
static SuplrEvalSccrdPurchaserRespSelectable |
ALL_FIELDS
Selector for all available fields of SuplrEvalSccrdPurchaserResp.
|
static SuplrEvalSccrdPurchaserRespField<UUID> |
SUPLR_EVAL_SCORECARD_PTY_UUID
Use with available fluent helpers to apply the SuplrEvalScorecardPtyUUID field to query operations.
|
static SuplrEvalSccrdPurchaserRespField<UUID> |
SUPLR_EVAL_SCORECARD_UUID
Use with available fluent helpers to apply the SuplrEvalScorecardUUID field to query operations.
|
static SuplrEvalSccrdPurchaserRespField<String> |
USER_ID
Use with available fluent helpers to apply the UserID field to query operations.
|
Constructor and Description |
---|
SuplrEvalSccrdPurchaserResp() |
SuplrEvalSccrdPurchaserResp(UUID suplrEvalScorecardPtyUUID,
UUID suplrEvalScorecardUUID,
String userID,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SuplrEvalSccrdPurchaserResp.SuplrEvalSccrdPurchaserRespBuilder |
builder() |
boolean |
equals(Object o) |
static <T> SuplrEvalSccrdPurchaserRespField<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.
|
UUID |
getSuplrEvalScorecardPtyUUID()
(Key Field) Constraints: Not nullable
|
UUID |
getSuplrEvalScorecardUUID()
Constraints: none
|
Class<SuplrEvalSccrdPurchaserResp> |
getType() |
String |
getUserID()
Constraints: Not nullable, Maximum length: 12
|
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setSuplrEvalScorecardPtyUUID(UUID suplrEvalScorecardPtyUUID)
(Key Field) Constraints: Not nullable
|
void |
setSuplrEvalScorecardUUID(UUID suplrEvalScorecardUUID)
Constraints: none
|
void |
setUserID(String userID)
Constraints: Not nullable, Maximum length: 12
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final SuplrEvalSccrdPurchaserRespSelectable ALL_FIELDS
public static final SuplrEvalSccrdPurchaserRespField<UUID> SUPLR_EVAL_SCORECARD_PTY_UUID
public static final SuplrEvalSccrdPurchaserRespField<UUID> SUPLR_EVAL_SCORECARD_UUID
public static final SuplrEvalSccrdPurchaserRespField<String> USER_ID
@Generated(value="lombok") public SuplrEvalSccrdPurchaserResp()
@ConstructorProperties(value={"suplrEvalScorecardPtyUUID","suplrEvalScorecardUUID","userID","erpConfigContext"}) @Generated(value="lombok") public SuplrEvalSccrdPurchaserResp(@Nullable UUID suplrEvalScorecardPtyUUID, @Nullable UUID suplrEvalScorecardUUID, @Nullable String userID, @Nullable ErpConfigContext erpConfigContext)
public Class<SuplrEvalSccrdPurchaserResp> getType()
getType
in class VdmObject<SuplrEvalSccrdPurchaserResp>
public static <T> SuplrEvalSccrdPurchaserRespField<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.@Generated(value="lombok") public static SuplrEvalSccrdPurchaserResp.SuplrEvalSccrdPurchaserRespBuilder builder()
@Nullable @Generated(value="lombok") public UUID getSuplrEvalScorecardPtyUUID()
@Nullable @Generated(value="lombok") public UUID getSuplrEvalScorecardUUID()
@Nullable @Generated(value="lombok") public String getUserID()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setSuplrEvalScorecardPtyUUID(@Nullable UUID suplrEvalScorecardPtyUUID)
suplrEvalScorecardPtyUUID
- @Generated(value="lombok") public void setSuplrEvalScorecardUUID(@Nullable UUID suplrEvalScorecardUUID)
suplrEvalScorecardUUID
- @Generated(value="lombok") public void setUserID(@Nullable String userID)
userID
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<SuplrEvalSccrdPurchaserResp>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<SuplrEvalSccrdPurchaserResp>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<SuplrEvalSccrdPurchaserResp>
Copyright © 2018 SAP SE. All rights reserved.