public class RequestForQuotationBidder extends VdmEntity<RequestForQuotationBidder>
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.
|
Constructor and Description |
---|
RequestForQuotationBidder() |
RequestForQuotationBidder(String requestForQuotation,
String partnerCounter,
String partnerFunction,
String supplier,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static RequestForQuotationBidder.RequestForQuotationBidderBuilder |
builder() |
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.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
String |
getPartnerCounter()
(Key Field) Constraints: Not nullable, Maximum length: 3 When you create a sales order for a particular customer, there may be more than one ship-to party defined.
|
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 |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setPartnerCounter(String partnerCounter)
(Key Field) Constraints: Not nullable, Maximum length: 3 When you create a sales order for a particular customer, there may be more than one ship-to party defined.
|
void |
setPartnerFunction(String partnerFunction)
Constraints: Not nullable, Maximum length: 2
|
void |
setRequestForQuotation(String requestForQuotation)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setSupplier(String supplier)
Constraints: Not nullable, Maximum length: 10
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
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
public Class<RequestForQuotationBidder> getType()
getType
in class VdmObject<RequestForQuotationBidder>
public static <T> RequestForQuotationBidderField<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.public static RequestForQuotationBidder.RequestForQuotationBidderBuilder builder()
@Nullable public String getRequestForQuotation()
@Nullable public String getPartnerCounter()
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()
@Nullable public String getSupplier()
@Nullable public ErpConfigContext getErpConfigContext()
public void setRequestForQuotation(@Nullable String requestForQuotation)
requestForQuotation
- public void setPartnerCounter(@Nullable String 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
- public void setPartnerFunction(@Nullable String partnerFunction)
partnerFunction
- public void setSupplier(@Nullable String supplier)
supplier
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<RequestForQuotationBidder>
public boolean equals(Object o)
equals
in class VdmObject<RequestForQuotationBidder>
public int hashCode()
hashCode
in class VdmObject<RequestForQuotationBidder>
Copyright © 2018 SAP SE. All rights reserved.