public class FinancialTransactionRangeForExternalReference extends Object
Structure: BAPI2042_XR_RANGE
Modifier and Type | Class and Description |
---|---|
static class |
FinancialTransactionRangeForExternalReference.FinancialTransactionRangeForExternalReferenceBuilder |
Modifier and Type | Method and Description |
---|---|
static FinancialTransactionRangeForExternalReference.FinancialTransactionRangeForExternalReferenceBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ExternalReference |
getHigh()
Field name: HIGH
|
ExternalReference |
getLow()
Field name: LOW
|
SelectionOperatorOptionForRangeTables |
getOption()
Field name: OPTION
|
InclusionExclusionCriterionSignForRangeTables |
getSign()
Field name: SIGN
|
int |
hashCode() |
void |
setHigh(ExternalReference high)
Field name: HIGH
|
void |
setLow(ExternalReference 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 FinancialTransactionRangeForExternalReference.FinancialTransactionRangeForExternalReferenceBuilder builder()
@Nullable public ExternalReference getHigh()
Type element: TB_NORDEXT Domain name: FTI_CHAR16LOW Internal type: CHAR Description: External Reference Max length: 16
@Nullable public ExternalReference getLow()
Type element: TB_NORDEXT Domain name: FTI_CHAR16LOW Internal type: CHAR Description: External Reference Max length: 16
@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 ExternalReference high)
Type element: TB_NORDEXT Domain name: FTI_CHAR16LOW Internal type: CHAR Description: External Reference Max length: 16
public void setLow(@Nullable ExternalReference low)
Type element: TB_NORDEXT Domain name: FTI_CHAR16LOW Internal type: CHAR Description: External Reference Max length: 16
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 © 2018 SAP SE. All rights reserved.