Class CustSalesPartnerFunc
Original entity name from the Odata EDM: A_CustSalesPartnerFuncType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CustSalesPartnerFuncField<String>Use with available fluent helpers to apply the AddressID field to query operations.static final CustSalesPartnerFuncSelectableSelector for all available fields of CustSalesPartnerFunc.static final CustSalesPartnerFuncField<String>Use with available fluent helpers to apply the AuthorizationGroup field to query operations.static final CustSalesPartnerFuncField<String>Use with available fluent helpers to apply the BPCustomerNumber field to query operations.static final CustSalesPartnerFuncField<String>Use with available fluent helpers to apply the ContactPerson field to query operations.static final CustSalesPartnerFuncField<String>Use with available fluent helpers to apply the Customer field to query operations.static final CustSalesPartnerFuncField<String>Use with available fluent helpers to apply the CustomerPartnerDescription field to query operations.static final CustSalesPartnerFuncField<Boolean>Use with available fluent helpers to apply the DefaultPartner field to query operations.static final CustSalesPartnerFuncField<String>Use with available fluent helpers to apply the DistributionChannel field to query operations.static final CustSalesPartnerFuncField<String>Use with available fluent helpers to apply the Division field to query operations.static final CustSalesPartnerFuncField<String>Use with available fluent helpers to apply the PartnerCounter field to query operations.static final CustSalesPartnerFuncField<String>Use with available fluent helpers to apply the PartnerFunction field to query operations.static final CustSalesPartnerFuncField<String>Use with available fluent helpers to apply the PersonnelNumber field to query operations.static final CustSalesPartnerFuncField<String>Use with available fluent helpers to apply the SalesOrganization field to query operations.static final CustSalesPartnerFuncField<String>Use with available fluent helpers to apply the Supplier field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionCustSalesPartnerFunc(String customer, String salesOrganization, String distributionChannel, String division, String partnerCounter, String partnerFunction, String bPCustomerNumber, String customerPartnerDescription, Boolean defaultPartner, String supplier, String personnelNumber, String contactPerson, String addressID, String authorizationGroup) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
CustSalesPartnerFuncField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> CustSalesPartnerFuncField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 30Constraints: noneprotected String(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 2protected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 3(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 8(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 10getType()inthashCode()voidsetAddressID(String addressID) Constraints: Not nullable, Maximum length: 10voidsetAuthorizationGroup(String authorizationGroup) Constraints: Not nullable, Maximum length: 4voidsetBPCustomerNumber(String bPCustomerNumber) Constraints: Not nullable, Maximum length: 10voidsetContactPerson(String contactPerson) Constraints: Not nullable, Maximum length: 10voidsetCustomer(String customer) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetCustomerPartnerDescription(String customerPartnerDescription) Constraints: Not nullable, Maximum length: 30voidsetDefaultPartner(Boolean defaultPartner) Constraints: nonevoidsetDistributionChannel(String distributionChannel) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetDivision(String division) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetPartnerCounter(String partnerCounter) (Key Field) Constraints: Not nullable, Maximum length: 3voidsetPartnerFunction(String partnerFunction) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetPersonnelNumber(String personnelNumber) Constraints: Not nullable, Maximum length: 8voidsetSalesOrganization(String salesOrganization) (Key Field) Constraints: Not nullable, Maximum length: 4protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSupplier(String supplier) Constraints: Not nullable, Maximum length: 10toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of CustSalesPartnerFunc. -
CUSTOMER
Use with available fluent helpers to apply the Customer field to query operations. -
SALES_ORGANIZATION
Use with available fluent helpers to apply the SalesOrganization field to query operations. -
DISTRIBUTION_CHANNEL
Use with available fluent helpers to apply the DistributionChannel field to query operations. -
DIVISION
Use with available fluent helpers to apply the Division field to query operations. -
PARTNER_COUNTER
Use with available fluent helpers to apply the PartnerCounter field to query operations. -
PARTNER_FUNCTION
Use with available fluent helpers to apply the PartnerFunction field to query operations. -
BP_CUSTOMER_NUMBER
Use with available fluent helpers to apply the BPCustomerNumber field to query operations. -
CUSTOMER_PARTNER_DESCRIPTION
Use with available fluent helpers to apply the CustomerPartnerDescription field to query operations. -
DEFAULT_PARTNER
Use with available fluent helpers to apply the DefaultPartner field to query operations. -
SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations. -
PERSONNEL_NUMBER
Use with available fluent helpers to apply the PersonnelNumber field to query operations. -
CONTACT_PERSON
Use with available fluent helpers to apply the ContactPerson field to query operations. -
ADDRESS_ID
Use with available fluent helpers to apply the AddressID field to query operations. -
AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations.
-
-
Constructor Details
-
CustSalesPartnerFunc
public CustSalesPartnerFunc() -
CustSalesPartnerFunc
public CustSalesPartnerFunc(@Nullable String customer, @Nullable String salesOrganization, @Nullable String distributionChannel, @Nullable String division, @Nullable String partnerCounter, @Nullable String partnerFunction, @Nullable String bPCustomerNumber, @Nullable String customerPartnerDescription, @Nullable Boolean defaultPartner, @Nullable String supplier, @Nullable String personnelNumber, @Nullable String contactPerson, @Nullable String addressID, @Nullable String authorizationGroup)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<CustSalesPartnerFunc>
-
setCustomer
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Parameters:
customer- Customer Number
-
setSalesOrganization
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SalesOrganization
- Parameters:
salesOrganization- Sales Organization
-
setDistributionChannel
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DistributionChannel
- Parameters:
distributionChannel- Distribution Channel
-
setDivision
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Division
- Parameters:
division- Division
-
setPartnerCounter
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: PartnerCounter
- Parameters:
partnerCounter- Partner counter
-
setPartnerFunction
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PartnerFunction
- Parameters:
partnerFunction- Partner Function
-
setBPCustomerNumber
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BPCustomerNumber
- Parameters:
bPCustomerNumber- Account Number of Supplier
-
setCustomerPartnerDescription
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: CustomerPartnerDescription
- Parameters:
customerPartnerDescription- Cust.-Specif. Descr. of Business Partner (Plant, Stor. Loc.)
-
setDefaultPartner
Constraints: noneOriginal property name from the Odata EDM: DefaultPartner
- Parameters:
defaultPartner- Default Partner
-
setSupplier
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Parameters:
supplier- Account Number of Supplier
-
setPersonnelNumber
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: PersonnelNumber
- Parameters:
personnelNumber- Personnel Number
-
setContactPerson
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ContactPerson
- Parameters:
contactPerson- Number of Contact Person
-
setAddressID
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressID
- Parameters:
addressID- Business Partner Address Number (from BUT020)
-
setAuthorizationGroup
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AuthorizationGroup
- Parameters:
authorizationGroup- Authorization Group
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<CustSalesPartnerFunc>
-
getKey
- Overrides:
getKeyin classVdmObject<CustSalesPartnerFunc>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<CustSalesPartnerFunc>
-
fromMap
- Overrides:
fromMapin classVdmObject<CustSalesPartnerFunc>
-
field
@Nonnull public static <T> CustSalesPartnerFuncField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
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.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> CustSalesPartnerFuncField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<CustSalesPartnerFunc>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<CustSalesPartnerFunc>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<CustSalesPartnerFunc>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<CustSalesPartnerFunc>
-
builder
-
getCustomer
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Returns:
- Customer Number
-
getSalesOrganization
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SalesOrganization
- Returns:
- Sales Organization
-
getDistributionChannel
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DistributionChannel
- Returns:
- Distribution Channel
-
getDivision
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Division
- Returns:
- Division
-
getPartnerCounter
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: PartnerCounter
- Returns:
- Partner counter
-
getPartnerFunction
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: PartnerFunction
- Returns:
- Partner Function
-
getBPCustomerNumber
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BPCustomerNumber
- Returns:
- Account Number of Supplier
-
getCustomerPartnerDescription
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: CustomerPartnerDescription
- Returns:
- Cust.-Specif. Descr. of Business Partner (Plant, Stor. Loc.)
-
getDefaultPartner
Constraints: noneOriginal property name from the Odata EDM: DefaultPartner
- Returns:
- Default Partner
-
getSupplier
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Returns:
- Account Number of Supplier
-
getPersonnelNumber
Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: PersonnelNumber
- Returns:
- Personnel Number
-
getContactPerson
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ContactPerson
- Returns:
- Number of Contact Person
-
getAddressID
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressID
- Returns:
- Business Partner Address Number (from BUT020)
-
getAuthorizationGroup
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AuthorizationGroup
- Returns:
- Authorization Group
-
toString
- Overrides:
toStringin classVdmObject<CustSalesPartnerFunc>
-
equals
- Overrides:
equalsin classVdmEntity<CustSalesPartnerFunc>
-
canEqual
- Overrides:
canEqualin classVdmEntity<CustSalesPartnerFunc>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<CustSalesPartnerFunc>
-