public class FinancialTransactionRangeForCompanyCode extends Object
Structure: BAPI2042_CC_RANGE
Modifier and Type | Class and Description |
---|---|
static class |
FinancialTransactionRangeForCompanyCode.FinancialTransactionRangeForCompanyCodeBuilder |
Modifier and Type | Method and Description |
---|---|
static FinancialTransactionRangeForCompanyCode.FinancialTransactionRangeForCompanyCodeBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
CompanyCode |
getHigh()
Field name: HIGH
|
CompanyCode |
getLow()
Field name: LOW
|
SelectionOperatorOptionForRangeTables |
getOption()
Field name: OPTION
|
InclusionExclusionCriterionSignForRangeTables |
getSign()
Field name: SIGN
|
int |
hashCode() |
void |
setHigh(CompanyCode high)
Field name: HIGH
|
void |
setLow(CompanyCode 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 FinancialTransactionRangeForCompanyCode.FinancialTransactionRangeForCompanyCodeBuilder builder()
@Nullable public CompanyCode getHigh()
Type element: BUKRS Domain name: BUKRS Internal type: CHAR Description: Company Code Max length: 4
@Nullable public CompanyCode getLow()
Type element: BUKRS Domain name: BUKRS Internal type: CHAR Description: Company Code Max length: 4
@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 CompanyCode high)
Type element: BUKRS Domain name: BUKRS Internal type: CHAR Description: Company Code Max length: 4
public void setLow(@Nullable CompanyCode low)
Type element: BUKRS Domain name: BUKRS Internal type: CHAR Description: Company Code Max length: 4
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.