Class GeneratedDeeplinkUrlRule

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
DeeplinkUrlRule

public abstract class GeneratedDeeplinkUrlRule extends GenericItem
Generated class for type DeeplinkUrlRule.
See Also:
  • Field Details

    • BASEURLPATTERN

      public static final String BASEURLPATTERN
      Qualifier of the DeeplinkUrlRule.baseUrlPattern attribute
      See Also:
    • DESTURLTEMPLATE

      public static final String DESTURLTEMPLATE
      Qualifier of the DeeplinkUrlRule.destUrlTemplate attribute
      See Also:
    • APPLICABLETYPE

      public static final String APPLICABLETYPE
      Qualifier of the DeeplinkUrlRule.applicableType attribute
      See Also:
    • USEFORWARD

      public static final String USEFORWARD
      Qualifier of the DeeplinkUrlRule.useForward attribute
      See Also:
    • PRIORITY

      public static final String PRIORITY
      Qualifier of the DeeplinkUrlRule.priority attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedDeeplinkUrlRule

      public GeneratedDeeplinkUrlRule()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getApplicableType

      public ComposedType getApplicableType(SessionContext ctx)
      Generated method - Getter of the DeeplinkUrlRule.applicableType attribute.
      Returns:
      the applicableType
    • getApplicableType

      public ComposedType getApplicableType()
      Generated method - Getter of the DeeplinkUrlRule.applicableType attribute.
      Returns:
      the applicableType
    • setApplicableType

      public void setApplicableType(SessionContext ctx, ComposedType value)
      Generated method - Setter of the DeeplinkUrlRule.applicableType attribute.
      Parameters:
      value - the applicableType
    • setApplicableType

      public void setApplicableType(ComposedType value)
      Generated method - Setter of the DeeplinkUrlRule.applicableType attribute.
      Parameters:
      value - the applicableType
    • getBaseUrlPattern

      public String getBaseUrlPattern(SessionContext ctx)
      Generated method - Getter of the DeeplinkUrlRule.baseUrlPattern attribute.
      Returns:
      the baseUrlPattern
    • getBaseUrlPattern

      public String getBaseUrlPattern()
      Generated method - Getter of the DeeplinkUrlRule.baseUrlPattern attribute.
      Returns:
      the baseUrlPattern
    • setBaseUrlPattern

      public void setBaseUrlPattern(SessionContext ctx, String value)
      Generated method - Setter of the DeeplinkUrlRule.baseUrlPattern attribute.
      Parameters:
      value - the baseUrlPattern
    • setBaseUrlPattern

      public void setBaseUrlPattern(String value)
      Generated method - Setter of the DeeplinkUrlRule.baseUrlPattern attribute.
      Parameters:
      value - the baseUrlPattern
    • getDestUrlTemplate

      public String getDestUrlTemplate(SessionContext ctx)
      Generated method - Getter of the DeeplinkUrlRule.destUrlTemplate attribute.
      Returns:
      the destUrlTemplate
    • getDestUrlTemplate

      public String getDestUrlTemplate()
      Generated method - Getter of the DeeplinkUrlRule.destUrlTemplate attribute.
      Returns:
      the destUrlTemplate
    • setDestUrlTemplate

      public void setDestUrlTemplate(SessionContext ctx, String value)
      Generated method - Setter of the DeeplinkUrlRule.destUrlTemplate attribute.
      Parameters:
      value - the destUrlTemplate
    • setDestUrlTemplate

      public void setDestUrlTemplate(String value)
      Generated method - Setter of the DeeplinkUrlRule.destUrlTemplate attribute.
      Parameters:
      value - the destUrlTemplate
    • getPriority

      public Integer getPriority(SessionContext ctx)
      Generated method - Getter of the DeeplinkUrlRule.priority attribute.
      Returns:
      the priority
    • getPriority

      public Integer getPriority()
      Generated method - Getter of the DeeplinkUrlRule.priority attribute.
      Returns:
      the priority
    • getPriorityAsPrimitive

      public int getPriorityAsPrimitive(SessionContext ctx)
      Generated method - Getter of the DeeplinkUrlRule.priority attribute.
      Returns:
      the priority
    • getPriorityAsPrimitive

      public int getPriorityAsPrimitive()
      Generated method - Getter of the DeeplinkUrlRule.priority attribute.
      Returns:
      the priority
    • setPriority

      public void setPriority(SessionContext ctx, Integer value)
      Generated method - Setter of the DeeplinkUrlRule.priority attribute.
      Parameters:
      value - the priority
    • setPriority

      public void setPriority(Integer value)
      Generated method - Setter of the DeeplinkUrlRule.priority attribute.
      Parameters:
      value - the priority
    • setPriority

      public void setPriority(SessionContext ctx, int value)
      Generated method - Setter of the DeeplinkUrlRule.priority attribute.
      Parameters:
      value - the priority
    • setPriority

      public void setPriority(int value)
      Generated method - Setter of the DeeplinkUrlRule.priority attribute.
      Parameters:
      value - the priority
    • isUseForward

      public Boolean isUseForward(SessionContext ctx)
      Generated method - Getter of the DeeplinkUrlRule.useForward attribute.
      Returns:
      the useForward
    • isUseForward

      public Boolean isUseForward()
      Generated method - Getter of the DeeplinkUrlRule.useForward attribute.
      Returns:
      the useForward
    • isUseForwardAsPrimitive

      public boolean isUseForwardAsPrimitive(SessionContext ctx)
      Generated method - Getter of the DeeplinkUrlRule.useForward attribute.
      Returns:
      the useForward
    • isUseForwardAsPrimitive

      public boolean isUseForwardAsPrimitive()
      Generated method - Getter of the DeeplinkUrlRule.useForward attribute.
      Returns:
      the useForward
    • setUseForward

      public void setUseForward(SessionContext ctx, Boolean value)
      Generated method - Setter of the DeeplinkUrlRule.useForward attribute.
      Parameters:
      value - the useForward
    • setUseForward

      public void setUseForward(Boolean value)
      Generated method - Setter of the DeeplinkUrlRule.useForward attribute.
      Parameters:
      value - the useForward
    • setUseForward

      public void setUseForward(SessionContext ctx, boolean value)
      Generated method - Setter of the DeeplinkUrlRule.useForward attribute.
      Parameters:
      value - the useForward
    • setUseForward

      public void setUseForward(boolean value)
      Generated method - Setter of the DeeplinkUrlRule.useForward attribute.
      Parameters:
      value - the useForward