public class FixedAssetSelectionsForGetlist extends Object
Structure: BAPI1022_SELECTIONCRITERIA
Modifier and Type | Class and Description |
---|---|
static class |
FixedAssetSelectionsForGetlist.FixedAssetSelectionsForGetlistBuilder |
Modifier and Type | Method and Description |
---|---|
static FixedAssetSelectionsForGetlist.FixedAssetSelectionsForGetlistBuilder |
builder() |
boolean |
equals(Object o) |
LocalFieldName |
getField()
Field name: FIELD
|
GenericSelectOptionForDynamicSelections |
getHigh()
Field name: HIGH
|
GenericSelectOptionForDynamicSelections |
getLow()
Field name: LOW
|
SelectionOperatorOption |
getOption()
Field name: OPTION
|
TableName |
getParameter()
Field name: PARAMETER
|
SelectionOperatorSign |
getSign()
Field name: SIGN
|
int |
hashCode() |
void |
setField(LocalFieldName field)
Field name: FIELD
|
void |
setHigh(GenericSelectOptionForDynamicSelections high)
Field name: HIGH
|
void |
setLow(GenericSelectOptionForDynamicSelections low)
Field name: LOW
|
void |
setOption(SelectionOperatorOption option)
Field name: OPTION
|
void |
setParameter(TableName parameter)
Field name: PARAMETER
|
void |
setSign(SelectionOperatorSign sign)
Field name: SIGN
|
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
@Generated(value="lombok") public static FixedAssetSelectionsForGetlist.FixedAssetSelectionsForGetlistBuilder builder()
@Nullable @Generated(value="lombok") public TableName getParameter()
Domain name: AS4TAB Internal type: C Max length: 30
@Nullable @Generated(value="lombok") public LocalFieldName getField()
Domain name: FDNAME Internal type: C Max length: 30
@Nullable @Generated(value="lombok") public SelectionOperatorSign getSign()
Domain name: BAPISIGN Internal type: C Max length: 1
@Nullable @Generated(value="lombok") public SelectionOperatorOption getOption()
Domain name: BAPIOPTION Internal type: C Max length: 2
@Nullable @Generated(value="lombok") public GenericSelectOptionForDynamicSelections getLow()
Domain name: RSDSSELOPT Internal type: C Max length: 45
@Nullable @Generated(value="lombok") public GenericSelectOptionForDynamicSelections getHigh()
Domain name: RSDSSELOPT Internal type: C Max length: 45
@Generated(value="lombok") public void setParameter(@Nullable TableName parameter)
Domain name: AS4TAB Internal type: C Max length: 30
@Generated(value="lombok") public void setField(@Nullable LocalFieldName field)
Domain name: FDNAME Internal type: C Max length: 30
@Generated(value="lombok") public void setSign(@Nullable SelectionOperatorSign sign)
Domain name: BAPISIGN Internal type: C Max length: 1
@Generated(value="lombok") public void setOption(@Nullable SelectionOperatorOption option)
Domain name: BAPIOPTION Internal type: C Max length: 2
@Generated(value="lombok") public void setLow(@Nullable GenericSelectOptionForDynamicSelections low)
Domain name: RSDSSELOPT Internal type: C Max length: 45
@Generated(value="lombok") public void setHigh(@Nullable GenericSelectOptionForDynamicSelections high)
Domain name: RSDSSELOPT Internal type: C Max length: 45
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2017 SAP SE. All rights reserved.