public class PurgCatMember extends VdmEntity<PurgCatMember>
Original entity name from the Odata EDM: A_PurgCatMemberType
Modifier and Type | Class and Description |
---|---|
static class |
PurgCatMember.PurgCatMemberBuilder |
Modifier and Type | Field and Description |
---|---|
static PurgCatMemberSelectable |
ALL_FIELDS
Selector for all available fields of PurgCatMember.
|
static PurgCatMemberField<String> |
EMAIL_ADDRESS
Use with available fluent helpers to apply the EmailAddress field to query operations.
|
static PurgCatMemberField<UUID> |
PURG_CAT_PARTY_UUID
Use with available fluent helpers to apply the PurgCatPartyUUID field to query operations.
|
static PurgCatMemberField<UUID> |
PURG_CAT_UUID
Use with available fluent helpers to apply the PurgCatUUID field to query operations.
|
static PurgCatMemberField<String> |
USER_ID
Use with available fluent helpers to apply the UserID field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
PurgCatMember() |
PurgCatMember(UUID purgCatPartyUUID,
UUID purgCatUUID,
String userID,
String emailAddress,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static PurgCatMember.PurgCatMemberBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> PurgCatMemberField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getEmailAddress()
Constraints: Not nullable, Maximum length: 241
|
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
protected Map<String,Object> |
getKey() |
UUID |
getPurgCatPartyUUID()
(Key Field) Constraints: Not nullable
|
UUID |
getPurgCatUUID()
Constraints: none
|
Class<PurgCatMember> |
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
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setServicePathForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final PurgCatMemberSelectable ALL_FIELDS
public static final PurgCatMemberField<UUID> PURG_CAT_PARTY_UUID
public static final PurgCatMemberField<UUID> PURG_CAT_UUID
public static final PurgCatMemberField<String> USER_ID
public static final PurgCatMemberField<String> EMAIL_ADDRESS
public Class<PurgCatMember> getType()
getType
in class VdmObject<PurgCatMember>
public void setPurgCatPartyUUID(@Nullable UUID purgCatPartyUUID)
Original property name from the Odata EDM: PurgCatPartyUUID
purgCatPartyUUID
- Purchasing Category Party UUIDpublic void setPurgCatUUID(@Nullable UUID purgCatUUID)
Original property name from the Odata EDM: PurgCatUUID
purgCatUUID
- Purchasing Category UUIDpublic void setUserID(@Nullable String userID)
Original property name from the Odata EDM: UserID
userID
- User IDpublic void setEmailAddress(@Nullable String emailAddress)
Original property name from the Odata EDM: 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
- Internet mail address, also called e-mail address.protected String getEntityCollection()
getEntityCollection
in class VdmEntity<PurgCatMember>
protected Map<String,Object> getKey()
getKey
in class VdmObject<PurgCatMember>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<PurgCatMember>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<PurgCatMember>
@Nonnull public static <T> PurgCatMemberField<T> field(@Nonnull String fieldName, @Nonnull 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.@Nonnull public static <T,DomainT> PurgCatMemberField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.public static PurgCatMember.PurgCatMemberBuilder builder()
@Nullable public UUID getPurgCatPartyUUID()
Original property name from the Odata EDM: PurgCatPartyUUID
@Nullable public UUID getPurgCatUUID()
Original property name from the Odata EDM: PurgCatUUID
@Nullable public String getUserID()
Original property name from the Odata EDM: UserID
@Nullable public String getEmailAddress()
Original property name from the Odata EDM: 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).
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<PurgCatMember>
erpConfigContext
- public String toString()
toString
in class VdmObject<PurgCatMember>
public boolean equals(Object o)
equals
in class VdmObject<PurgCatMember>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<PurgCatMember>
public int hashCode()
hashCode
in class VdmObject<PurgCatMember>
Copyright © 2018 SAP SE. All rights reserved.