public class SupplierPartnerFunc extends VdmEntity<SupplierPartnerFunc>
Modifier and Type | Class and Description |
---|---|
static class |
SupplierPartnerFunc.SupplierPartnerFuncBuilder |
Modifier and Type | Field and Description |
---|---|
static SupplierPartnerFuncSelectable |
ALL_FIELDS
Selector for all available fields of SupplierPartnerFunc.
|
static SupplierPartnerFuncField<String> |
AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations.
|
static SupplierPartnerFuncField<String> |
CREATED_BY_USER
Use with available fluent helpers to apply the CreatedByUser field to query operations.
|
static SupplierPartnerFuncField<Calendar> |
CREATION_DATE
Use with available fluent helpers to apply the CreationDate field to query operations.
|
static SupplierPartnerFuncField<Boolean> |
DEFAULT_PARTNER
Use with available fluent helpers to apply the DefaultPartner field to query operations.
|
static SupplierPartnerFuncField<String> |
PARTNER_COUNTER
Use with available fluent helpers to apply the PartnerCounter field to query operations.
|
static SupplierPartnerFuncField<String> |
PARTNER_FUNCTION
Use with available fluent helpers to apply the PartnerFunction field to query operations.
|
static SupplierPartnerFuncField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static SupplierPartnerFuncField<String> |
PURCHASING_ORGANIZATION
Use with available fluent helpers to apply the PurchasingOrganization field to query operations.
|
static SupplierPartnerFuncField<String> |
REFERENCE_SUPPLIER
Use with available fluent helpers to apply the ReferenceSupplier field to query operations.
|
static SupplierPartnerFuncField<String> |
SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations.
|
static SupplierPartnerFuncField<String> |
SUPPLIER_SUBRANGE
Use with available fluent helpers to apply the SupplierSubrange field to query operations.
|
Constructor and Description |
---|
SupplierPartnerFunc() |
SupplierPartnerFunc(String supplier,
String purchasingOrganization,
String supplierSubrange,
String plant,
String partnerFunction,
String partnerCounter,
Boolean defaultPartner,
Calendar creationDate,
String createdByUser,
String referenceSupplier,
String authorizationGroup,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static SupplierPartnerFunc.SupplierPartnerFuncBuilder |
builder() |
boolean |
equals(Object o) |
static <T> SupplierPartnerFuncField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getAuthorizationGroup()
Constraints: Not nullable, Maximum length: 4
|
String |
getCreatedByUser()
Constraints: Not nullable, Maximum length: 12
|
Calendar |
getCreationDate()
Constraints: Not nullable, Precision: 0
|
Boolean |
getDefaultPartner()
Constraints: noneWhen you enter more than one partner for a particular partner function (for example, you define three different ship-to parties), you can select one partner as the default.
|
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()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getPlant()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getPurchasingOrganization()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getReferenceSupplier()
Constraints: Not nullable, Maximum length: 10
|
String |
getSupplier()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getSupplierSubrange()
(Key Field) Constraints: Not nullable, Maximum length: 6 For each supplier sub-range:The master data is kept on a common basisCertain conditions applyIn the supplier master, you can create different purchasing data and different partner functions for each supplier sub-range.You can also maintain and change the conditions for each supplier sub-range.
|
Class<SupplierPartnerFunc> |
getType() |
int |
hashCode() |
void |
setAuthorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4
|
void |
setCreatedByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setCreationDate(Calendar creationDate)
Constraints: Not nullable, Precision: 0
|
void |
setDefaultPartner(Boolean defaultPartner)
Constraints: noneWhen you enter more than one partner for a particular partner function (for example, you define three different ship-to parties), you can select one partner as the default.
|
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)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setPlant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setPurchasingOrganization(String purchasingOrganization)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setReferenceSupplier(String referenceSupplier)
Constraints: Not nullable, Maximum length: 10
|
void |
setSupplier(String supplier)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setSupplierSubrange(String supplierSubrange)
(Key Field) Constraints: Not nullable, Maximum length: 6 For each supplier sub-range:The master data is kept on a common basisCertain conditions applyIn the supplier master, you can create different purchasing data and different partner functions for each supplier sub-range.You can also maintain and change the conditions for each supplier sub-range.
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final SupplierPartnerFuncSelectable ALL_FIELDS
public static final SupplierPartnerFuncField<String> SUPPLIER
public static final SupplierPartnerFuncField<String> PURCHASING_ORGANIZATION
public static final SupplierPartnerFuncField<String> SUPPLIER_SUBRANGE
public static final SupplierPartnerFuncField<String> PLANT
public static final SupplierPartnerFuncField<String> PARTNER_FUNCTION
public static final SupplierPartnerFuncField<String> PARTNER_COUNTER
public static final SupplierPartnerFuncField<Boolean> DEFAULT_PARTNER
public static final SupplierPartnerFuncField<Calendar> CREATION_DATE
public static final SupplierPartnerFuncField<String> CREATED_BY_USER
public static final SupplierPartnerFuncField<String> REFERENCE_SUPPLIER
public static final SupplierPartnerFuncField<String> AUTHORIZATION_GROUP
public SupplierPartnerFunc()
public SupplierPartnerFunc(@Nullable String supplier, @Nullable String purchasingOrganization, @Nullable String supplierSubrange, @Nullable String plant, @Nullable String partnerFunction, @Nullable String partnerCounter, @Nullable Boolean defaultPartner, @Nullable Calendar creationDate, @Nullable String createdByUser, @Nullable String referenceSupplier, @Nullable String authorizationGroup, @Nullable ErpConfigContext erpConfigContext)
public Class<SupplierPartnerFunc> getType()
getType
in class VdmObject<SupplierPartnerFunc>
public static <T> SupplierPartnerFuncField<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 SupplierPartnerFunc.SupplierPartnerFuncBuilder builder()
@Nullable public String getSupplier()
@Nullable public String getPurchasingOrganization()
@Nullable public String getSupplierSubrange()
For each supplier sub-range:The master data is kept on a common basisCertain conditions applyIn the supplier master, you can create different purchasing data and different partner functions for each supplier sub-range.You can also maintain and change the conditions for each supplier sub-range. You assign a material to a supplier sub-range in the info record.In the supplier master, you can maintain different data for particular supplier sub-ranges, such as ordering addresses or terms of payment, for example.When creating a purchase order with a known supplier, different data is only determined if the supplier sub-range is entered in the initial screen.Your supplier Smith in Houston has two sub-ranges: paint and glue.All materials from the "paint" sub-range are ordered in Houston.You have maintained an alternative ordering address in Detroit for the "glue" sub-range.If you order materials from the "glue" sub-range, the supplier sub-range finds the Detroit ordering address.
@Nullable public String getPlant()
@Nullable public String getPartnerFunction()
@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 Boolean getDefaultPartner()
When you enter more than one partner for a particular partner function (for example, you define three different ship-to parties), you can select one partner as the default. During sales or purchasing processing, if you have defined multiple partners for a partner function, the system prompts you to choose just one partner. The system presents the default partner as the first choice in the pop-up window.
@Nullable public Calendar getCreationDate()
@Nullable public String getCreatedByUser()
@Nullable public String getReferenceSupplier()
@Nullable public String getAuthorizationGroup()
@Nullable public ErpConfigContext getErpConfigContext()
public void setSupplier(@Nullable String supplier)
supplier
- public void setPurchasingOrganization(@Nullable String purchasingOrganization)
purchasingOrganization
- public void setSupplierSubrange(@Nullable String supplierSubrange)
For each supplier sub-range:The master data is kept on a common basisCertain conditions applyIn the supplier master, you can create different purchasing data and different partner functions for each supplier sub-range.You can also maintain and change the conditions for each supplier sub-range. You assign a material to a supplier sub-range in the info record.In the supplier master, you can maintain different data for particular supplier sub-ranges, such as ordering addresses or terms of payment, for example.When creating a purchase order with a known supplier, different data is only determined if the supplier sub-range is entered in the initial screen.Your supplier Smith in Houston has two sub-ranges: paint and glue.All materials from the "paint" sub-range are ordered in Houston.You have maintained an alternative ordering address in Detroit for the "glue" sub-range.If you order materials from the "glue" sub-range, the supplier sub-range finds the Detroit ordering address.
supplierSubrange
- public void setPlant(@Nullable String plant)
plant
- public void setPartnerFunction(@Nullable String partnerFunction)
partnerFunction
- 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 setDefaultPartner(@Nullable Boolean defaultPartner)
When you enter more than one partner for a particular partner function (for example, you define three different ship-to parties), you can select one partner as the default. During sales or purchasing processing, if you have defined multiple partners for a partner function, the system prompts you to choose just one partner. The system presents the default partner as the first choice in the pop-up window.
defaultPartner
- public void setCreationDate(@Nullable Calendar creationDate)
creationDate
- public void setCreatedByUser(@Nullable String createdByUser)
createdByUser
- public void setReferenceSupplier(@Nullable String referenceSupplier)
referenceSupplier
- public void setAuthorizationGroup(@Nullable String authorizationGroup)
authorizationGroup
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<SupplierPartnerFunc>
public boolean equals(Object o)
equals
in class VdmObject<SupplierPartnerFunc>
public int hashCode()
hashCode
in class VdmObject<SupplierPartnerFunc>
Copyright © 2018 SAP SE. All rights reserved.