public class RequestForQuotationBidder extends VdmEntity<RequestForQuotationBidder>
Original entity name from the Odata EDM: A_RequestForQuotationBidderType
Modifier and Type | Class and Description |
---|---|
static class |
RequestForQuotationBidder.RequestForQuotationBidderBuilder |
Modifier and Type | Field and Description |
---|---|
static RequestForQuotationBidderSelectable |
ALL_FIELDS
Selector for all available fields of RequestForQuotationBidder.
|
static RequestForQuotationBidderField<String> |
PARTNER_COUNTER
Use with available fluent helpers to apply the PartnerCounter field to query operations.
|
static RequestForQuotationBidderField<String> |
PARTNER_FUNCTION
Use with available fluent helpers to apply the PartnerFunction field to query operations.
|
static RequestForQuotationBidderField<String> |
REQUEST_FOR_QUOTATION
Use with available fluent helpers to apply the RequestForQuotation field to query operations.
|
static RequestForQuotationBidderField<String> |
SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
RequestForQuotationBidder() |
RequestForQuotationBidder(String requestForQuotation,
String partnerCounter,
String partnerFunction,
String supplier) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static RequestForQuotationBidder.RequestForQuotationBidderBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> RequestForQuotationBidderField<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) |
protected String |
getDefaultServicePath() |
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection() |
protected Map<String,Object> |
getKey() |
String |
getPartnerCounter()
(Key Field) Constraints: Not nullable, Maximum length: 3
|
String |
getPartnerFunction()
Constraints: Not nullable, Maximum length: 2
|
String |
getRequestForQuotation()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getSupplier()
Constraints: Not nullable, Maximum length: 10
|
Class<RequestForQuotationBidder> |
getType() |
int |
hashCode() |
void |
setPartnerCounter(String partnerCounter)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
void |
setPartnerFunction(String partnerFunction)
Constraints: Not nullable, Maximum length: 2
|
void |
setRequestForQuotation(String requestForQuotation)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setSupplier(String supplier)
Constraints: Not nullable, Maximum length: 10
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final RequestForQuotationBidderSelectable ALL_FIELDS
public static final RequestForQuotationBidderField<String> REQUEST_FOR_QUOTATION
public static final RequestForQuotationBidderField<String> PARTNER_COUNTER
public static final RequestForQuotationBidderField<String> PARTNER_FUNCTION
public static final RequestForQuotationBidderField<String> SUPPLIER
@Nonnull public Class<RequestForQuotationBidder> getType()
getType
in class VdmObject<RequestForQuotationBidder>
public void setRequestForQuotation(@Nullable String requestForQuotation)
Original property name from the Odata EDM: RequestForQuotation
requestForQuotation
- Alphanumeric key uniquely identifying the document.public void setPartnerCounter(@Nullable String partnerCounter)
Original property name from the Odata EDM: PartnerCounter
When you create a sales order for a particular customer, there may be more than one ship-to party defined. The different ship-to parties are numbered sequentially.
partnerCounter
- The sequential number that the system applies when there is more than one partner for a particular
partner function.public void setPartnerFunction(@Nullable String partnerFunction)
Original property name from the Odata EDM: PartnerFunction
partnerFunction
- The abbreviated form of the name that identifies the partner function.public void setSupplier(@Nullable String supplier)
Original property name from the Odata EDM: Supplier
supplier
- Specifies an alphanumeric key that uniquely identifies the supplier in the SAP system.protected String getEntityCollection()
getEntityCollection
in class VdmEntity<RequestForQuotationBidder>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<RequestForQuotationBidder>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<RequestForQuotationBidder>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<RequestForQuotationBidder>
@Nonnull public static <T> RequestForQuotationBidderField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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> RequestForQuotationBidderField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<RequestForQuotationBidder>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<RequestForQuotationBidder>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<RequestForQuotationBidder>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<RequestForQuotationBidder>
public static RequestForQuotationBidder.RequestForQuotationBidderBuilder builder()
@Nullable public String getRequestForQuotation()
Original property name from the Odata EDM: RequestForQuotation
@Nullable public String getPartnerCounter()
Original property name from the Odata EDM: PartnerCounter
When you create a sales order for a particular customer, there may be more than one ship-to party defined. The different ship-to parties are numbered sequentially.
@Nullable public String getPartnerFunction()
Original property name from the Odata EDM: PartnerFunction
@Nullable public String getSupplier()
Original property name from the Odata EDM: Supplier
public String toString()
toString
in class VdmObject<RequestForQuotationBidder>
public boolean equals(Object o)
equals
in class VdmObject<RequestForQuotationBidder>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<RequestForQuotationBidder>
public int hashCode()
hashCode
in class VdmObject<RequestForQuotationBidder>
Copyright © 2019 SAP SE. All rights reserved.