public class SortConfigDTO extends ItemDTO
| Constructor and Description |
|---|
SortConfigDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAscending() |
AxisEntryDTO |
getAxis() |
Boolean |
getCaseSensitive() |
CellEntryDTO |
getCell() |
Class |
getComparatorClass() |
Boolean |
getSortByRawValue() |
void |
setAscending(Boolean value) |
void |
setAxis(AxisEntryDTO value) |
void |
setCaseSensitive(Boolean value) |
void |
setCell(CellEntryDTO value) |
void |
setComparatorClass(Class value) |
void |
setSortByRawValue(Boolean value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic SortConfigDTO()
public Boolean getAscending()
public AxisEntryDTO getAxis()
public Boolean getCaseSensitive()
public CellEntryDTO getCell()
public Class getComparatorClass()
public Boolean getSortByRawValue()
public void setAscending(Boolean value)
public void setAxis(AxisEntryDTO value)
public void setCaseSensitive(Boolean value)
public void setCell(CellEntryDTO value)
public void setComparatorClass(Class value)
public void setSortByRawValue(Boolean value)
Copyright © 2017 SAP SE. All Rights Reserved.