public class SortConfigModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_AXIS2SORTCONFIGRELATION
Generated relation code constant for relation
Axis2SortConfigRelation defining source attribute axis in extension print. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ASCENDING
Generated constant - Attribute key of
SortConfig.ascending attribute defined at extension print. |
static String |
AXIS
Generated constant - Attribute key of
SortConfig.axis attribute defined at extension print. |
static String |
AXISPOS
Generated constant - Attribute key of
SortConfig.axisPOS attribute defined at extension print. |
static String |
CASESENSITIVE
Generated constant - Attribute key of
SortConfig.caseSensitive attribute defined at extension print. |
static String |
CELL
Generated constant - Attribute key of
SortConfig.cell attribute defined at extension print. |
static String |
COMPARATORCLASS
Generated constant - Attribute key of
SortConfig.comparatorClass attribute defined at extension print. |
static String |
SORTBYRAWVALUE
Generated constant - Attribute key of
SortConfig.sortByRawValue attribute defined at extension print. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SortConfigModel()
Generated constructor - Default constructor for generic creation.
|
SortConfigModel(AxisEntryModel _axis,
CellEntryModel _cell)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SortConfigModel(AxisEntryModel _axis,
CellEntryModel _cell,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SortConfigModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAscending()
Generated method - Getter of the
SortConfig.ascending attribute defined at extension print. |
AxisEntryModel |
getAxis()
Generated method - Getter of the
SortConfig.axis attribute defined at extension print. |
Boolean |
getCaseSensitive()
Generated method - Getter of the
SortConfig.caseSensitive attribute defined at extension print. |
CellEntryModel |
getCell()
Generated method - Getter of the
SortConfig.cell attribute defined at extension print. |
Class |
getComparatorClass()
Generated method - Getter of the
SortConfig.comparatorClass attribute defined at extension print. |
Boolean |
getSortByRawValue()
Generated method - Getter of the
SortConfig.sortByRawValue attribute defined at extension print. |
void |
setAscending(Boolean value)
Generated method - Setter of
SortConfig.ascending attribute defined at extension print. |
void |
setAxis(AxisEntryModel value)
Generated method - Setter of
SortConfig.axis attribute defined at extension print. |
void |
setCaseSensitive(Boolean value)
Generated method - Setter of
SortConfig.caseSensitive attribute defined at extension print. |
void |
setCell(CellEntryModel value)
Generated method - Setter of
SortConfig.cell attribute defined at extension print. |
void |
setComparatorClass(Class value)
Generated method - Setter of
SortConfig.comparatorClass attribute defined at extension print. |
void |
setSortByRawValue(Boolean value)
Generated method - Setter of
SortConfig.sortByRawValue attribute defined at extension print. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String _AXIS2SORTCONFIGRELATION
Axis2SortConfigRelation defining source attribute axis in extension print.public static final String CELL
SortConfig.cell attribute defined at extension print.public static final String ASCENDING
SortConfig.ascending attribute defined at extension print.public static final String CASESENSITIVE
SortConfig.caseSensitive attribute defined at extension print.public static final String SORTBYRAWVALUE
SortConfig.sortByRawValue attribute defined at extension print.public static final String COMPARATORCLASS
SortConfig.comparatorClass attribute defined at extension print.public static final String AXISPOS
SortConfig.axisPOS attribute defined at extension print.public static final String AXIS
SortConfig.axis attribute defined at extension print.public SortConfigModel()
public SortConfigModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SortConfigModel(AxisEntryModel _axis, CellEntryModel _cell)
_axis - initial attribute declared by type SortConfig at extension print_cell - initial attribute declared by type SortConfig at extension print@Deprecated public SortConfigModel(AxisEntryModel _axis, CellEntryModel _cell, ItemModel _owner)
_axis - initial attribute declared by type SortConfig at extension print_cell - initial attribute declared by type SortConfig at extension print_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="ascending", type=GETTER) public Boolean getAscending()
SortConfig.ascending attribute defined at extension print.@Accessor(qualifier="axis", type=GETTER) public AxisEntryModel getAxis()
SortConfig.axis attribute defined at extension print.@Accessor(qualifier="caseSensitive", type=GETTER) public Boolean getCaseSensitive()
SortConfig.caseSensitive attribute defined at extension print.@Accessor(qualifier="cell", type=GETTER) public CellEntryModel getCell()
SortConfig.cell attribute defined at extension print.@Accessor(qualifier="comparatorClass", type=GETTER) public Class getComparatorClass()
SortConfig.comparatorClass attribute defined at extension print.@Accessor(qualifier="sortByRawValue", type=GETTER) public Boolean getSortByRawValue()
SortConfig.sortByRawValue attribute defined at extension print.@Accessor(qualifier="ascending", type=SETTER) public void setAscending(Boolean value)
SortConfig.ascending attribute defined at extension print.value - the ascending@Accessor(qualifier="axis", type=SETTER) public void setAxis(AxisEntryModel value)
SortConfig.axis attribute defined at extension print.value - the axis@Accessor(qualifier="caseSensitive", type=SETTER) public void setCaseSensitive(Boolean value)
SortConfig.caseSensitive attribute defined at extension print.value - the caseSensitive@Accessor(qualifier="cell", type=SETTER) public void setCell(CellEntryModel value)
SortConfig.cell attribute defined at extension print.value - the cell@Accessor(qualifier="comparatorClass", type=SETTER) public void setComparatorClass(Class value)
SortConfig.comparatorClass attribute defined at extension print.value - the comparatorClassCopyright © 2017 SAP SE. All Rights Reserved.