public class FinancialTransactionRangeForBusinessPartner extends Object
Structure: BAPI2042_PA_RANGE
Modifier and Type | Class and Description |
---|---|
static class |
FinancialTransactionRangeForBusinessPartner.FinancialTransactionRangeForBusinessPartnerBuilder |
Modifier and Type | Method and Description |
---|---|
static FinancialTransactionRangeForBusinessPartner.FinancialTransactionRangeForBusinessPartnerBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
BusinessPartnerNumber |
getHigh()
Field name: HIGH
|
BusinessPartnerNumber |
getLow()
Field name: LOW
|
SelectionOperatorOptionForRangeTables |
getOption()
Field name: OPTION
|
InclusionExclusionCriterionSignForRangeTables |
getSign()
Field name: SIGN
|
int |
hashCode() |
void |
setHigh(BusinessPartnerNumber high)
Field name: HIGH
|
void |
setLow(BusinessPartnerNumber low)
Field name: LOW
|
void |
setOption(SelectionOperatorOptionForRangeTables option)
Field name: OPTION
|
void |
setSign(InclusionExclusionCriterionSignForRangeTables sign)
Field name: SIGN
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
public static FinancialTransactionRangeForBusinessPartner.FinancialTransactionRangeForBusinessPartnerBuilder builder()
@Nullable public BusinessPartnerNumber getHigh()
Type element: TB_KUNNR_NEW Domain name: BU_PARTNER Internal type: CHAR Description: Business Partner Number Max length: 10
@Nullable public BusinessPartnerNumber getLow()
Type element: TB_KUNNR_NEW Domain name: BU_PARTNER Internal type: CHAR Description: Business Partner Number Max length: 10
@Nullable public SelectionOperatorOptionForRangeTables getOption()
Type element: BAPIOPTION Domain name: BAPIOPTION Internal type: CHAR Description: Selection operator OPTION for range tables Max length: 2
@Nullable public InclusionExclusionCriterionSignForRangeTables getSign()
Type element: BAPISIGN Domain name: BAPISIGN Internal type: CHAR Description: Inclusion/exclusion criterion SIGN for range tables Max length: 1
public void setHigh(@Nullable BusinessPartnerNumber high)
Type element: TB_KUNNR_NEW Domain name: BU_PARTNER Internal type: CHAR Description: Business Partner Number Max length: 10
public void setLow(@Nullable BusinessPartnerNumber low)
Type element: TB_KUNNR_NEW Domain name: BU_PARTNER Internal type: CHAR Description: Business Partner Number Max length: 10
public void setOption(@Nullable SelectionOperatorOptionForRangeTables option)
Type element: BAPIOPTION Domain name: BAPIOPTION Internal type: CHAR Description: Selection operator OPTION for range tables Max length: 2
public void setSign(@Nullable InclusionExclusionCriterionSignForRangeTables sign)
Type element: BAPISIGN Domain name: BAPISIGN Internal type: CHAR Description: Inclusion/exclusion criterion SIGN for range tables Max length: 1
protected boolean canEqual(Object other)
Copyright © 2019 SAP SE. All rights reserved.