public class SuplrActyTskProcessor extends VdmEntity<SuplrActyTskProcessor>
Modifier and Type | Class and Description |
---|---|
static class |
SuplrActyTskProcessor.SuplrActyTskProcessorBuilder |
Modifier and Type | Field and Description |
---|---|
static SuplrActyTskProcessorSelectable |
ALL_FIELDS
Selector for all available fields of SuplrActyTskProcessor.
|
static SuplrActyTskProcessorField<String> |
EMAIL_ADDRESS
Use with available fluent helpers to apply the EmailAddress field to query operations.
|
static SuplrActyTskProcessorField<UUID> |
SUPLR_ACTY_TASK_PARTY_UUID
Use with available fluent helpers to apply the SuplrActyTaskPartyUUID field to query operations.
|
static SuplrActyTskProcessorField<UUID> |
SUPLR_ACTY_TASK_UUID
Use with available fluent helpers to apply the SuplrActyTaskUUID field to query operations.
|
static SuplrActyTskProcessorField<String> |
USER_ID
Use with available fluent helpers to apply the UserID field to query operations.
|
Constructor and Description |
---|
SuplrActyTskProcessor() |
SuplrActyTskProcessor(UUID suplrActyTaskPartyUUID,
UUID suplrActyTaskUUID,
String userID,
String emailAddress,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SuplrActyTskProcessor.SuplrActyTskProcessorBuilder |
builder() |
boolean |
equals(Object o) |
static <T> SuplrActyTskProcessorField<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<SuplrActyTskProcessor> |
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, setCustomField
public static final SuplrActyTskProcessorSelectable ALL_FIELDS
public static final SuplrActyTskProcessorField<UUID> SUPLR_ACTY_TASK_PARTY_UUID
public static final SuplrActyTskProcessorField<UUID> SUPLR_ACTY_TASK_UUID
public static final SuplrActyTskProcessorField<String> USER_ID
public static final SuplrActyTskProcessorField<String> EMAIL_ADDRESS
@Generated(value="lombok") public SuplrActyTskProcessor()
@ConstructorProperties(value={"suplrActyTaskPartyUUID","suplrActyTaskUUID","userID","emailAddress","erpConfigContext"}) @Generated(value="lombok") public SuplrActyTskProcessor(@Nullable UUID suplrActyTaskPartyUUID, @Nullable UUID suplrActyTaskUUID, @Nullable String userID, @Nullable String emailAddress, @Nullable ErpConfigContext erpConfigContext)
public Class<SuplrActyTskProcessor> getType()
getType
in class VdmObject<SuplrActyTskProcessor>
public static <T> SuplrActyTskProcessorField<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 SuplrActyTskProcessor.SuplrActyTskProcessorBuilder 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 VdmObject<SuplrActyTskProcessor>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<SuplrActyTskProcessor>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<SuplrActyTskProcessor>
Copyright © 2018 SAP SE. All rights reserved.