public class AsSortExpressionModel extends AbstractAsItemConfigurationModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_ASSORTCONFIGURATION2SORTEXPRESSION
Generated relation code constant for relation
AsSortConfiguration2SortExpression defining source attribute sortConfiguration in extension adaptivesearch. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
EXPRESSION
Generated constant - Attribute key of
AsSortExpression.expression attribute defined at extension adaptivesearch. |
static java.lang.String |
ORDER
Generated constant - Attribute key of
AsSortExpression.order attribute defined at extension adaptivesearch. |
static java.lang.String |
SORTCONFIGURATION
Generated constant - Attribute key of
AsSortExpression.sortConfiguration attribute defined at extension adaptivesearch. |
static java.lang.String |
SORTCONFIGURATIONPOS
Generated constant - Attribute key of
AsSortExpression.sortConfigurationPOS attribute defined at extension adaptivesearch. |
static java.lang.String |
UNIQUEIDX
Generated constant - Attribute key of
AsSortExpression.uniqueIdx attribute defined at extension adaptivesearch. |
CATALOGVERSION, CORRUPTED, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AsSortExpressionModel()
Generated constructor - Default constructor for generic creation.
|
AsSortExpressionModel(CatalogVersionModel _catalogVersion,
java.lang.String _expression,
ItemModel _owner,
AbstractAsSortConfigurationModel _sortConfiguration,
java.lang.String _uid,
java.lang.String _uniqueIdx)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AsSortExpressionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AsSortExpressionModel(java.lang.String _expression,
AbstractAsSortConfigurationModel _sortConfiguration,
java.lang.String _uid,
java.lang.String _uniqueIdx)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExpression()
Generated method - Getter of the
AsSortExpression.expression attribute defined at extension adaptivesearch. |
AsSortOrder |
getOrder()
Generated method - Getter of the
AsSortExpression.order attribute defined at extension adaptivesearch. |
AbstractAsSortConfigurationModel |
getSortConfiguration()
Generated method - Getter of the
AsSortExpression.sortConfiguration attribute defined at extension adaptivesearch. |
java.lang.String |
getUniqueIdx()
Generated method - Getter of the
AsSortExpression.uniqueIdx attribute defined at extension adaptivesearch. |
void |
setExpression(java.lang.String value)
Generated method - Setter of
AsSortExpression.expression attribute defined at extension adaptivesearch. |
void |
setOrder(AsSortOrder value)
Generated method - Setter of
AsSortExpression.order attribute defined at extension adaptivesearch. |
void |
setSortConfiguration(AbstractAsSortConfigurationModel value)
Generated method - Initial setter of
AsSortExpression.sortConfiguration attribute defined at extension adaptivesearch. |
void |
setUniqueIdx(java.lang.String value)
Generated method - Setter of
AsSortExpression.uniqueIdx attribute defined at extension adaptivesearch. |
getCatalogVersion, getUid, isCorrupted, setCatalogVersion, setUidgetComments, 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 _ASSORTCONFIGURATION2SORTEXPRESSION
AsSortConfiguration2SortExpression defining source attribute sortConfiguration in extension adaptivesearch.public static final java.lang.String EXPRESSION
AsSortExpression.expression attribute defined at extension adaptivesearch.public static final java.lang.String ORDER
AsSortExpression.order attribute defined at extension adaptivesearch.public static final java.lang.String UNIQUEIDX
AsSortExpression.uniqueIdx attribute defined at extension adaptivesearch.public static final java.lang.String SORTCONFIGURATIONPOS
AsSortExpression.sortConfigurationPOS attribute defined at extension adaptivesearch.public static final java.lang.String SORTCONFIGURATION
AsSortExpression.sortConfiguration attribute defined at extension adaptivesearch.public AsSortExpressionModel()
public AsSortExpressionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public AsSortExpressionModel(java.lang.String _expression,
AbstractAsSortConfigurationModel _sortConfiguration,
java.lang.String _uid,
java.lang.String _uniqueIdx)
_expression - initial attribute declared by type AsSortExpression at extension adaptivesearch_sortConfiguration - initial attribute declared by type AsSortExpression at extension adaptivesearch_uid - initial attribute declared by type AbstractAsConfiguration at extension adaptivesearch_uniqueIdx - initial attribute declared by type AsSortExpression at extension adaptivesearch@Deprecated public AsSortExpressionModel(CatalogVersionModel _catalogVersion, java.lang.String _expression, ItemModel _owner, AbstractAsSortConfigurationModel _sortConfiguration, java.lang.String _uid, java.lang.String _uniqueIdx)
_catalogVersion - initial attribute declared by type AbstractAsConfiguration at extension adaptivesearch_expression - initial attribute declared by type AsSortExpression at extension adaptivesearch_owner - initial attribute declared by type Item at extension core_sortConfiguration - initial attribute declared by type AsSortExpression at extension adaptivesearch_uid - initial attribute declared by type AbstractAsConfiguration at extension adaptivesearch_uniqueIdx - initial attribute declared by type AsSortExpression at extension adaptivesearch@Accessor(qualifier="expression", type=GETTER) public java.lang.String getExpression()
AsSortExpression.expression attribute defined at extension adaptivesearch.@Accessor(qualifier="order", type=GETTER) public AsSortOrder getOrder()
AsSortExpression.order attribute defined at extension adaptivesearch.@Accessor(qualifier="sortConfiguration", type=GETTER) public AbstractAsSortConfigurationModel getSortConfiguration()
AsSortExpression.sortConfiguration attribute defined at extension adaptivesearch.@Accessor(qualifier="uniqueIdx", type=GETTER) public java.lang.String getUniqueIdx()
AsSortExpression.uniqueIdx attribute defined at extension adaptivesearch.@Accessor(qualifier="expression", type=SETTER) public void setExpression(java.lang.String value)
AsSortExpression.expression attribute defined at extension adaptivesearch.value - the expression@Accessor(qualifier="order", type=SETTER) public void setOrder(AsSortOrder value)
AsSortExpression.order attribute defined at extension adaptivesearch.value - the order@Accessor(qualifier="sortConfiguration", type=SETTER) public void setSortConfiguration(AbstractAsSortConfigurationModel value)
AsSortExpression.sortConfiguration attribute defined at extension adaptivesearch. Can only be used at creation of model - before first save.value - the sortConfigurationCopyright © 2018 SAP SE. All Rights Reserved.