public class FinancialTransactionRangeForEntryDate extends Object
Structure: BAPI2042_CD_RANGE
Modifier and Type | Class and Description |
---|---|
static class |
FinancialTransactionRangeForEntryDate.FinancialTransactionRangeForEntryDateBuilder |
Modifier and Type | Method and Description |
---|---|
static FinancialTransactionRangeForEntryDate.FinancialTransactionRangeForEntryDateBuilder |
builder() |
boolean |
equals(Object o) |
org.joda.time.LocalDate |
getHigh()
Field name: HIGH
|
org.joda.time.LocalDate |
getLow()
Field name: LOW
|
SelectionOperatorOption |
getOption()
Field name: OPTION
|
SelectionOperatorSign |
getSign()
Field name: SIGN
|
int |
hashCode() |
void |
setHigh(org.joda.time.LocalDate high)
Field name: HIGH
|
void |
setLow(org.joda.time.LocalDate low)
Field name: LOW
|
void |
setOption(SelectionOperatorOption option)
Field name: OPTION
|
void |
setSign(SelectionOperatorSign sign)
Field name: SIGN
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
@Generated(value="lombok") public static FinancialTransactionRangeForEntryDate.FinancialTransactionRangeForEntryDateBuilder builder()
@Nullable @Generated(value="lombok") public SelectionOperatorSign getSign()
Domain name: BAPISIGN Internal type: C Max length: 2
@Nullable @Generated(value="lombok") public SelectionOperatorOption getOption()
Domain name: BAPIOPTION Internal type: C Max length: 4
@Nullable @Generated(value="lombok") public org.joda.time.LocalDate getLow()
Domain name: DATUM Internal type: D Max length: 16
@Nullable @Generated(value="lombok") public org.joda.time.LocalDate getHigh()
Domain name: DATUM Internal type: D Max length: 16
@Generated(value="lombok") public void setSign(@Nullable SelectionOperatorSign sign)
Domain name: BAPISIGN Internal type: C Max length: 2
@Generated(value="lombok") public void setOption(@Nullable SelectionOperatorOption option)
Domain name: BAPIOPTION Internal type: C Max length: 4
@Generated(value="lombok") public void setLow(@Nullable org.joda.time.LocalDate low)
Domain name: DATUM Internal type: D Max length: 16
@Generated(value="lombok") public void setHigh(@Nullable org.joda.time.LocalDate high)
Domain name: DATUM Internal type: D Max length: 16
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2018 SAP SE. All rights reserved.