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
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
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
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
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
@Generated(value="lombok") public PurgCatPurchaserResponsible()
@ConstructorProperties(value={"purgCatPartyUUID","purgCatUUID","userID","emailAddress","erpConfigContext"}) @Generated(value="lombok") public PurgCatPurchaserResponsible(@Nullable UUID purgCatPartyUUID, @Nullable UUID purgCatUUID, @Nullable String userID, @Nullable String emailAddress, @Nullable ErpConfigContext erpConfigContext)
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.@Generated(value="lombok") public static PurgCatPurchaserResponsible.PurgCatPurchaserResponsibleBuilder builder()
@Nullable @Generated(value="lombok") public UUID getPurgCatPartyUUID()
@Nullable @Generated(value="lombok") public UUID getPurgCatUUID()
@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 setPurgCatPartyUUID(@Nullable UUID purgCatPartyUUID)
purgCatPartyUUID
- @Generated(value="lombok") public void setPurgCatUUID(@Nullable UUID purgCatUUID)
purgCatUUID
- @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<PurgCatPurchaserResponsible>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<PurgCatPurchaserResponsible>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<PurgCatPurchaserResponsible>
Copyright © 2018 SAP SE. All rights reserved.