public class SuplrActyTskPurchaserResp extends Entity<SuplrActyTskPurchaserResp>
Modifier and Type | Class and Description |
---|---|
static class |
SuplrActyTskPurchaserResp.SuplrActyTskPurchaserRespBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<SuplrActyTskPurchaserResp,String> |
EMAIL_ADDRESS
Use with available fluent helpers to apply the EmailAddress field to query operations.
|
static EntityField<SuplrActyTskPurchaserResp,UUID> |
SUPLR_ACTY_TASK_PARTY_U_U_ID
Use with available fluent helpers to apply the SuplrActyTaskPartyUUID field to query operations.
|
static EntityField<SuplrActyTskPurchaserResp,UUID> |
SUPLR_ACTY_TASK_U_U_ID
Use with available fluent helpers to apply the SuplrActyTaskUUID field to query operations.
|
static EntityField<SuplrActyTskPurchaserResp,String> |
USER_ID
Use with available fluent helpers to apply the UserID field to query operations.
|
Constructor and Description |
---|
SuplrActyTskPurchaserResp() |
SuplrActyTskPurchaserResp(UUID suplrActyTaskPartyUUID,
UUID suplrActyTaskUUID,
String userID,
String emailAddress,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SuplrActyTskPurchaserResp.SuplrActyTskPurchaserRespBuilder |
builder() |
boolean |
equals(Object o) |
static <T> EntityField<SuplrActyTskPurchaserResp,T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getEmailAddress()
Constraints: Not nullable, Maximum length: 241
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
UUID |
getSuplrActyTaskPartyUUID()
(Key Field) Constraints: Not nullable
|
UUID |
getSuplrActyTaskUUID()
Constraints: none
|
Class<SuplrActyTskPurchaserResp> |
getType() |
String |
getUserID()
Constraints: Not nullable, Maximum length: 12
|
int |
hashCode() |
void |
setEmailAddress(String emailAddress)
Constraints: Not nullable, Maximum length: 241
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setSuplrActyTaskPartyUUID(UUID suplrActyTaskPartyUUID)
(Key Field) Constraints: Not nullable
|
void |
setSuplrActyTaskUUID(UUID suplrActyTaskUUID)
Constraints: none
|
void |
setUserID(String userID)
Constraints: Not nullable, Maximum length: 12
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField
public static final EntityField<SuplrActyTskPurchaserResp,UUID> SUPLR_ACTY_TASK_PARTY_U_U_ID
public static final EntityField<SuplrActyTskPurchaserResp,UUID> SUPLR_ACTY_TASK_U_U_ID
public static final EntityField<SuplrActyTskPurchaserResp,String> USER_ID
public static final EntityField<SuplrActyTskPurchaserResp,String> EMAIL_ADDRESS
@Generated(value="lombok") public SuplrActyTskPurchaserResp()
@ConstructorProperties(value={"suplrActyTaskPartyUUID","suplrActyTaskUUID","userID","emailAddress","erpConfigContext"}) @Generated(value="lombok") public SuplrActyTskPurchaserResp(@Nullable UUID suplrActyTaskPartyUUID, @Nullable UUID suplrActyTaskUUID, @Nullable String userID, @Nullable String emailAddress, @Nullable ErpConfigContext erpConfigContext)
public Class<SuplrActyTskPurchaserResp> getType()
getType
in class Entity<SuplrActyTskPurchaserResp>
public static <T> EntityField<SuplrActyTskPurchaserResp,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 SuplrActyTskPurchaserResp.SuplrActyTskPurchaserRespBuilder builder()
@Nullable @Generated(value="lombok") public UUID getSuplrActyTaskPartyUUID()
@Nullable @Generated(value="lombok") public UUID getSuplrActyTaskUUID()
@Nullable @Generated(value="lombok") public String getUserID()
@Nullable @Generated(value="lombok") public String getEmailAddress()
Example: user.name@company.com The Internet mail address is used to send mail via the Internet world-wide; the protocol used is SMTP (Simple Mail Transfer Protocol). The Internet mail address format is specified in various RFCs (Internet Request for Comment), including RFCs 821 and 822. This is not an IP address (192.56.30.6).
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setSuplrActyTaskPartyUUID(@Nullable UUID suplrActyTaskPartyUUID)
suplrActyTaskPartyUUID
- @Generated(value="lombok") public void setSuplrActyTaskUUID(@Nullable UUID suplrActyTaskUUID)
suplrActyTaskUUID
- @Generated(value="lombok") public void setUserID(@Nullable String userID)
userID
- @Generated(value="lombok") public void setEmailAddress(@Nullable String emailAddress)
Example: user.name@company.com The Internet mail address is used to send mail via the Internet world-wide; the protocol used is SMTP (Simple Mail Transfer Protocol). The Internet mail address format is specified in various RFCs (Internet Request for Comment), including RFCs 821 and 822. This is not an IP address (192.56.30.6).
emailAddress
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class Entity<SuplrActyTskPurchaserResp>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class Entity<SuplrActyTskPurchaserResp>
@Generated(value="lombok") public int hashCode()
hashCode
in class Entity<SuplrActyTskPurchaserResp>
Copyright © 2017 SAP SE. All rights reserved.