public class PurgCatPurchaserResponsible extends Entity<PurgCatPurchaserResponsible>
Modifier and Type | Class and Description |
---|---|
static class |
PurgCatPurchaserResponsible.PurgCatPurchaserResponsibleBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityField<PurgCatPurchaserResponsible,String> |
EMAIL_ADDRESS
Use with available fluent helpers to apply the EmailAddress field to query operations.
|
static EntityField<PurgCatPurchaserResponsible,UUID> |
PURG_CAT_PARTY_U_U_ID
Use with available fluent helpers to apply the PurgCatPartyUUID field to query operations.
|
static EntityField<PurgCatPurchaserResponsible,UUID> |
PURG_CAT_U_U_ID
Use with available fluent helpers to apply the PurgCatUUID field to query operations.
|
static EntityField<PurgCatPurchaserResponsible,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> EntityField<PurgCatPurchaserResponsible,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() |
public static final EntityField<PurgCatPurchaserResponsible,UUID> PURG_CAT_PARTY_U_U_ID
public static final EntityField<PurgCatPurchaserResponsible,UUID> PURG_CAT_U_U_ID
public static final EntityField<PurgCatPurchaserResponsible,String> USER_ID
public static final EntityField<PurgCatPurchaserResponsible,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, ErpConfigContext erpConfigContext)
public Class<PurgCatPurchaserResponsible> getType()
getType
in class Entity<PurgCatPurchaserResponsible>
public static <T> EntityField<PurgCatPurchaserResponsible,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).
@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(ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class Entity<PurgCatPurchaserResponsible>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class Entity<PurgCatPurchaserResponsible>
@Generated(value="lombok") public int hashCode()
hashCode
in class Entity<PurgCatPurchaserResponsible>
Copyright © 2017 SAP SE. All rights reserved.