public class PurgCatPurchaserResponsible extends VdmEntity<PurgCatPurchaserResponsible>
Modifier and Type | Class and Description |
---|---|
static class |
PurgCatPurchaserResponsible.PurgCatPurchaserResponsibleBuilder |
Modifier and Type | Field and Description |
---|---|
static PurgCatPurchaserResponsibleSelectable |
ALL_FIELDS
Selector for all available fields of PurgCatPurchaserResponsible.
|
static PurgCatPurchaserResponsibleField<String> |
EMAIL_ADDRESS
Use with available fluent helpers to apply the EmailAddress field to query operations.
|
static PurgCatPurchaserResponsibleField<UUID> |
PURG_CAT_PARTY_UUID
Use with available fluent helpers to apply the PurgCatPartyUUID field to query operations.
|
static PurgCatPurchaserResponsibleField<UUID> |
PURG_CAT_UUID
Use with available fluent helpers to apply the PurgCatUUID field to query operations.
|
static PurgCatPurchaserResponsibleField<String> |
USER_ID
Use with available fluent helpers to apply the UserID field to query operations.
|
Constructor and Description |
---|
PurgCatPurchaserResponsible() |
PurgCatPurchaserResponsible(UUID purgCatPartyUUID,
UUID purgCatUUID,
String userID,
String emailAddress,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static PurgCatPurchaserResponsible.PurgCatPurchaserResponsibleBuilder |
builder() |
boolean |
equals(Object o) |
static <T> PurgCatPurchaserResponsibleField<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 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).
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
UUID |
getPurgCatPartyUUID()
(Key Field) Constraints: Not nullable
|
UUID |
getPurgCatUUID()
Constraints: none
|
Class<PurgCatPurchaserResponsible> |
getType() |
String |
getUserID()
Constraints: Not nullable, Maximum length: 12
|
int |
hashCode() |
void |
setEmailAddress(String emailAddress)
Constraints: Not nullable, Maximum length: 241 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).
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setPurgCatPartyUUID(UUID purgCatPartyUUID)
(Key Field) Constraints: Not nullable
|
void |
setPurgCatUUID(UUID purgCatUUID)
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 PurgCatPurchaserResponsibleSelectable ALL_FIELDS
public static final PurgCatPurchaserResponsibleField<UUID> PURG_CAT_PARTY_UUID
public static final PurgCatPurchaserResponsibleField<UUID> PURG_CAT_UUID
public static final PurgCatPurchaserResponsibleField<String> USER_ID
public static final PurgCatPurchaserResponsibleField<String> EMAIL_ADDRESS
public Class<PurgCatPurchaserResponsible> getType()
getType
in class VdmObject<PurgCatPurchaserResponsible>
public static <T> PurgCatPurchaserResponsibleField<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 PurgCatPurchaserResponsible.PurgCatPurchaserResponsibleBuilder builder()
@Nullable public UUID getPurgCatPartyUUID()
@Nullable public UUID getPurgCatUUID()
@Nullable public String getUserID()
@Nullable 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 public ErpConfigContext getErpConfigContext()
public void setPurgCatPartyUUID(@Nullable UUID purgCatPartyUUID)
purgCatPartyUUID
- public void setPurgCatUUID(@Nullable UUID purgCatUUID)
purgCatUUID
- public void setUserID(@Nullable String userID)
userID
- 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
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<PurgCatPurchaserResponsible>
public boolean equals(Object o)
equals
in class VdmObject<PurgCatPurchaserResponsible>
public int hashCode()
hashCode
in class VdmObject<PurgCatPurchaserResponsible>
Copyright © 2018 SAP SE. All rights reserved.