public class DeeplinkUrlRuleModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
APPLICABLETYPE
Generated constant - Attribute key of
DeeplinkUrlRule.applicableType attribute defined at extension basecommerce. |
static java.lang.String |
BASEURLPATTERN
Generated constant - Attribute key of
DeeplinkUrlRule.baseUrlPattern attribute defined at extension basecommerce. |
static java.lang.String |
DESTURLTEMPLATE
Generated constant - Attribute key of
DeeplinkUrlRule.destUrlTemplate attribute defined at extension basecommerce. |
static java.lang.String |
PRIORITY
Generated constant - Attribute key of
DeeplinkUrlRule.priority attribute defined at extension basecommerce. |
static java.lang.String |
USEFORWARD
Generated constant - Attribute key of
DeeplinkUrlRule.useForward attribute defined at extension basecommerce. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
DeeplinkUrlRuleModel()
Generated constructor - Default constructor for generic creation.
|
DeeplinkUrlRuleModel(ComposedTypeModel _applicableType,
java.lang.String _baseUrlPattern,
java.lang.String _destUrlTemplate,
java.lang.Integer _priority)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DeeplinkUrlRuleModel(ComposedTypeModel _applicableType,
java.lang.String _baseUrlPattern,
java.lang.String _destUrlTemplate,
ItemModel _owner,
java.lang.Integer _priority)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DeeplinkUrlRuleModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
ComposedTypeModel |
getApplicableType()
Generated method - Getter of the
DeeplinkUrlRule.applicableType attribute defined at extension basecommerce. |
java.lang.String |
getBaseUrlPattern()
Generated method - Getter of the
DeeplinkUrlRule.baseUrlPattern attribute defined at extension basecommerce. |
java.lang.String |
getDestUrlTemplate()
Generated method - Getter of the
DeeplinkUrlRule.destUrlTemplate attribute defined at extension basecommerce. |
java.lang.Integer |
getPriority()
Generated method - Getter of the
DeeplinkUrlRule.priority attribute defined at extension basecommerce. |
java.lang.Boolean |
getUseForward()
Generated method - Getter of the
DeeplinkUrlRule.useForward attribute defined at extension basecommerce. |
void |
setApplicableType(ComposedTypeModel value)
Generated method - Setter of
DeeplinkUrlRule.applicableType attribute defined at extension basecommerce. |
void |
setBaseUrlPattern(java.lang.String value)
Generated method - Setter of
DeeplinkUrlRule.baseUrlPattern attribute defined at extension basecommerce. |
void |
setDestUrlTemplate(java.lang.String value)
Generated method - Setter of
DeeplinkUrlRule.destUrlTemplate attribute defined at extension basecommerce. |
void |
setPriority(java.lang.Integer value)
Generated method - Setter of
DeeplinkUrlRule.priority attribute defined at extension basecommerce. |
void |
setUseForward(java.lang.Boolean value)
Generated method - Setter of
DeeplinkUrlRule.useForward attribute defined at extension basecommerce. |
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 BASEURLPATTERN
DeeplinkUrlRule.baseUrlPattern attribute defined at extension basecommerce.public static final java.lang.String DESTURLTEMPLATE
DeeplinkUrlRule.destUrlTemplate attribute defined at extension basecommerce.public static final java.lang.String APPLICABLETYPE
DeeplinkUrlRule.applicableType attribute defined at extension basecommerce.public static final java.lang.String USEFORWARD
DeeplinkUrlRule.useForward attribute defined at extension basecommerce.public static final java.lang.String PRIORITY
DeeplinkUrlRule.priority attribute defined at extension basecommerce.public DeeplinkUrlRuleModel()
public DeeplinkUrlRuleModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public DeeplinkUrlRuleModel(ComposedTypeModel _applicableType, java.lang.String _baseUrlPattern, java.lang.String _destUrlTemplate, java.lang.Integer _priority)
_applicableType - initial attribute declared by type DeeplinkUrlRule at extension basecommerce_baseUrlPattern - initial attribute declared by type DeeplinkUrlRule at extension basecommerce_destUrlTemplate - initial attribute declared by type DeeplinkUrlRule at extension basecommerce_priority - initial attribute declared by type DeeplinkUrlRule at extension basecommerce@Deprecated public DeeplinkUrlRuleModel(ComposedTypeModel _applicableType, java.lang.String _baseUrlPattern, java.lang.String _destUrlTemplate, ItemModel _owner, java.lang.Integer _priority)
_applicableType - initial attribute declared by type DeeplinkUrlRule at extension basecommerce_baseUrlPattern - initial attribute declared by type DeeplinkUrlRule at extension basecommerce_destUrlTemplate - initial attribute declared by type DeeplinkUrlRule at extension basecommerce_owner - initial attribute declared by type Item at extension core_priority - initial attribute declared by type DeeplinkUrlRule at extension basecommerce@Accessor(qualifier="applicableType", type=GETTER) public ComposedTypeModel getApplicableType()
DeeplinkUrlRule.applicableType attribute defined at extension basecommerce.@Accessor(qualifier="baseUrlPattern", type=GETTER) public java.lang.String getBaseUrlPattern()
DeeplinkUrlRule.baseUrlPattern attribute defined at extension basecommerce.@Accessor(qualifier="destUrlTemplate", type=GETTER) public java.lang.String getDestUrlTemplate()
DeeplinkUrlRule.destUrlTemplate attribute defined at extension basecommerce.@Accessor(qualifier="priority", type=GETTER) public java.lang.Integer getPriority()
DeeplinkUrlRule.priority attribute defined at extension basecommerce.@Accessor(qualifier="useForward", type=GETTER) public java.lang.Boolean getUseForward()
DeeplinkUrlRule.useForward attribute defined at extension basecommerce.@Accessor(qualifier="applicableType", type=SETTER) public void setApplicableType(ComposedTypeModel value)
DeeplinkUrlRule.applicableType attribute defined at extension basecommerce.value - the applicableType@Accessor(qualifier="baseUrlPattern", type=SETTER) public void setBaseUrlPattern(java.lang.String value)
DeeplinkUrlRule.baseUrlPattern attribute defined at extension basecommerce.value - the baseUrlPattern@Accessor(qualifier="destUrlTemplate", type=SETTER) public void setDestUrlTemplate(java.lang.String value)
DeeplinkUrlRule.destUrlTemplate attribute defined at extension basecommerce.value - the destUrlTemplate@Accessor(qualifier="priority", type=SETTER) public void setPriority(java.lang.Integer value)
DeeplinkUrlRule.priority attribute defined at extension basecommerce.value - the priorityCopyright © 2018 SAP SE. All Rights Reserved.