public class CockpitSavedSortCriterionModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_COCKPITSAVEDQUERY2COCKPITSAVEDSORTCRITERIONRELATION
Generated relation code constant for relation
CockpitSavedQuery2CockpitSavedSortCriterionRelation defining source attribute cockpitSavedQuery in extension cockpit. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ASC
Generated constant - Attribute key of
CockpitSavedSortCriterion.asc attribute defined at extension cockpit. |
static java.lang.String |
COCKPITSAVEDQUERY
Generated constant - Attribute key of
CockpitSavedSortCriterion.cockpitSavedQuery attribute defined at extension cockpit. |
static java.lang.String |
CRITERIONQUALIFIER
Generated constant - Attribute key of
CockpitSavedSortCriterion.criterionQualifier attribute defined at extension cockpit. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CockpitSavedSortCriterionModel()
Generated constructor - Default constructor for generic creation.
|
CockpitSavedSortCriterionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CockpitSavedSortCriterionModel(java.lang.String _criterionQualifier)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CockpitSavedSortCriterionModel(java.lang.String _criterionQualifier,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAsc()
Generated method - Getter of the
CockpitSavedSortCriterion.asc attribute defined at extension cockpit. |
CockpitSavedQueryModel |
getCockpitSavedQuery()
Generated method - Getter of the
CockpitSavedSortCriterion.cockpitSavedQuery attribute defined at extension cockpit. |
java.lang.String |
getCriterionQualifier()
Generated method - Getter of the
CockpitSavedSortCriterion.criterionQualifier attribute defined at extension cockpit. |
void |
setAsc(java.lang.Boolean value)
Generated method - Setter of
CockpitSavedSortCriterion.asc attribute defined at extension cockpit. |
void |
setCockpitSavedQuery(CockpitSavedQueryModel value)
Generated method - Setter of
CockpitSavedSortCriterion.cockpitSavedQuery attribute defined at extension cockpit. |
void |
setCriterionQualifier(java.lang.String value)
Generated method - Setter of
CockpitSavedSortCriterion.criterionQualifier attribute defined at extension cockpit. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String _COCKPITSAVEDQUERY2COCKPITSAVEDSORTCRITERIONRELATION
CockpitSavedQuery2CockpitSavedSortCriterionRelation defining source attribute cockpitSavedQuery in extension cockpit.public static final java.lang.String CRITERIONQUALIFIER
CockpitSavedSortCriterion.criterionQualifier attribute defined at extension cockpit.public static final java.lang.String ASC
CockpitSavedSortCriterion.asc attribute defined at extension cockpit.public static final java.lang.String COCKPITSAVEDQUERY
CockpitSavedSortCriterion.cockpitSavedQuery attribute defined at extension cockpit.public CockpitSavedSortCriterionModel()
public CockpitSavedSortCriterionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CockpitSavedSortCriterionModel(java.lang.String _criterionQualifier)
_criterionQualifier - initial attribute declared by type CockpitSavedSortCriterion at extension cockpit@Deprecated
public CockpitSavedSortCriterionModel(java.lang.String _criterionQualifier,
ItemModel _owner)
_criterionQualifier - initial attribute declared by type CockpitSavedSortCriterion at extension cockpit_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="asc", type=GETTER) public java.lang.Boolean getAsc()
CockpitSavedSortCriterion.asc attribute defined at extension cockpit.@Accessor(qualifier="cockpitSavedQuery", type=GETTER) public CockpitSavedQueryModel getCockpitSavedQuery()
CockpitSavedSortCriterion.cockpitSavedQuery attribute defined at extension cockpit.@Accessor(qualifier="criterionQualifier", type=GETTER) public java.lang.String getCriterionQualifier()
CockpitSavedSortCriterion.criterionQualifier attribute defined at extension cockpit.@Accessor(qualifier="asc", type=SETTER) public void setAsc(java.lang.Boolean value)
CockpitSavedSortCriterion.asc attribute defined at extension cockpit.value - the asc@Accessor(qualifier="cockpitSavedQuery", type=SETTER) public void setCockpitSavedQuery(CockpitSavedQueryModel value)
CockpitSavedSortCriterion.cockpitSavedQuery attribute defined at extension cockpit.value - the cockpitSavedQueryCopyright © 2018 SAP SE. All Rights Reserved.