public class PurgCatSupplier extends VdmEntity<PurgCatSupplier>
Original entity name from the Odata EDM: A_PurgCatSupplierType
Modifier and Type | Class and Description |
---|---|
static class |
PurgCatSupplier.PurgCatSupplierBuilder |
Modifier and Type | Field and Description |
---|---|
static PurgCatSupplierSelectable |
ALL_FIELDS
Selector for all available fields of PurgCatSupplier.
|
static PurgCatSupplierField<String> |
BUSINESS_PARTNER
Use with available fluent helpers to apply the BusinessPartner field to query operations.
|
static PurgCatSupplierField<UUID> |
PURG_CAT_PARTY_UUID
Use with available fluent helpers to apply the PurgCatPartyUUID field to query operations.
|
static PurgCatSupplierField<UUID> |
PURG_CAT_UUID
Use with available fluent helpers to apply the PurgCatUUID field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
PurgCatSupplier() |
PurgCatSupplier(UUID purgCatPartyUUID,
UUID purgCatUUID,
String businessPartner,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static PurgCatSupplier.PurgCatSupplierBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> PurgCatSupplierField<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 |
getBusinessPartner()
Constraints: Not nullable, Maximum length: 10
|
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<PurgCatSupplier> |
getType() |
int |
hashCode() |
void |
setBusinessPartner(String businessPartner)
Constraints: Not nullable, Maximum length: 10
|
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
|
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 PurgCatSupplierSelectable ALL_FIELDS
public static final PurgCatSupplierField<UUID> PURG_CAT_PARTY_UUID
public static final PurgCatSupplierField<UUID> PURG_CAT_UUID
public static final PurgCatSupplierField<String> BUSINESS_PARTNER
public Class<PurgCatSupplier> getType()
getType
in class VdmObject<PurgCatSupplier>
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 setBusinessPartner(@Nullable String businessPartner)
Original property name from the Odata EDM: BusinessPartner
businessPartner
- Key identifying a business partner in the SAP system. The key is unique within a client.protected String getEntityCollection()
getEntityCollection
in class VdmEntity<PurgCatSupplier>
protected Map<String,Object> getKey()
getKey
in class VdmObject<PurgCatSupplier>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<PurgCatSupplier>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<PurgCatSupplier>
@Nonnull public static <T> PurgCatSupplierField<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> PurgCatSupplierField<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 PurgCatSupplier.PurgCatSupplierBuilder 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 getBusinessPartner()
Original property name from the Odata EDM: BusinessPartner
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<PurgCatSupplier>
erpConfigContext
- public String toString()
toString
in class VdmObject<PurgCatSupplier>
public boolean equals(Object o)
equals
in class VdmObject<PurgCatSupplier>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<PurgCatSupplier>
public int hashCode()
hashCode
in class VdmObject<PurgCatSupplier>
Copyright © 2018 SAP SE. All rights reserved.