public class FinancialTransactionRangeForTransactionType extends Object
Structure: BAPI2042_TT_RANGE
Modifier and Type | Class and Description |
---|---|
static class |
FinancialTransactionRangeForTransactionType.FinancialTransactionRangeForTransactionTypeBuilder |
Modifier and Type | Method and Description |
---|---|
static FinancialTransactionRangeForTransactionType.FinancialTransactionRangeForTransactionTypeBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
FinancialTransactionType |
getHigh()
Field name: HIGH
|
FinancialTransactionType |
getLow()
Field name: LOW
|
SelectionOperatorOptionForRangeTables |
getOption()
Field name: OPTION
|
InclusionExclusionCriterionSignForRangeTables |
getSign()
Field name: SIGN
|
int |
hashCode() |
void |
setHigh(FinancialTransactionType high)
Field name: HIGH
|
void |
setLow(FinancialTransactionType 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 FinancialTransactionRangeForTransactionType.FinancialTransactionRangeForTransactionTypeBuilder builder()
@Nullable public FinancialTransactionType getHigh()
Type element: TB_SFHAART Domain name: T_SFHAART Internal type: CHAR Description: Financial Transaction Type Max length: 3
@Nullable public FinancialTransactionType getLow()
Type element: TB_SFHAART Domain name: T_SFHAART Internal type: CHAR Description: Financial Transaction Type Max length: 3
@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 FinancialTransactionType high)
Type element: TB_SFHAART Domain name: T_SFHAART Internal type: CHAR Description: Financial Transaction Type Max length: 3
public void setLow(@Nullable FinancialTransactionType low)
Type element: TB_SFHAART Domain name: T_SFHAART Internal type: CHAR Description: Financial Transaction Type Max length: 3
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.