Class GeneratedTypedAdvancedSavedQuerySearchParameter

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

public abstract class GeneratedTypedAdvancedSavedQuerySearchParameter extends AbstractAdvancedSavedQuerySearchParameter
Generated class for type TypedAdvancedSavedQuerySearchParameter.
See Also:
  • Field Details

    • TYPEDSEARCHPARAMETER

      public static final String TYPEDSEARCHPARAMETER
      Qualifier of the TypedAdvancedSavedQuerySearchParameter.typedSearchParameter attribute
      See Also:
    • TYPEATTRIBUTES

      public static final String TYPEATTRIBUTES
      Qualifier of the TypedAdvancedSavedQuerySearchParameter.typeAttributes attribute
      See Also:
    • ENCLOSINGTYPE

      public static final String ENCLOSINGTYPE
      Qualifier of the TypedAdvancedSavedQuerySearchParameter.enclosingType attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedTypedAdvancedSavedQuerySearchParameter

      public GeneratedTypedAdvancedSavedQuerySearchParameter()
  • Method Details

    • getDefaultAttributeModes

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

      public ComposedType getEnclosingType(SessionContext ctx)
      Generated method - Getter of the TypedAdvancedSavedQuerySearchParameter.enclosingType attribute.
      Returns:
      the enclosingType
    • getEnclosingType

      public ComposedType getEnclosingType()
      Generated method - Getter of the TypedAdvancedSavedQuerySearchParameter.enclosingType attribute.
      Returns:
      the enclosingType
    • setEnclosingType

      public void setEnclosingType(SessionContext ctx, ComposedType value)
      Generated method - Setter of the TypedAdvancedSavedQuerySearchParameter.enclosingType attribute.
      Parameters:
      value - the enclosingType
    • setEnclosingType

      public void setEnclosingType(ComposedType value)
      Generated method - Setter of the TypedAdvancedSavedQuerySearchParameter.enclosingType attribute.
      Parameters:
      value - the enclosingType
    • getTypeAttributes

      public abstract Collection<AttributeDescriptor> getTypeAttributes(SessionContext ctx)
      Generated method - Getter of the TypedAdvancedSavedQuerySearchParameter.typeAttributes attribute.
      Returns:
      the typeAttributes
    • getTypeAttributes

      public Collection<AttributeDescriptor> getTypeAttributes()
      Generated method - Getter of the TypedAdvancedSavedQuerySearchParameter.typeAttributes attribute.
      Returns:
      the typeAttributes
    • getTypedSearchParameter

      public AttributeDescriptor getTypedSearchParameter(SessionContext ctx)
      Generated method - Getter of the TypedAdvancedSavedQuerySearchParameter.typedSearchParameter attribute.
      Returns:
      the typedSearchParameter
    • getTypedSearchParameter

      public AttributeDescriptor getTypedSearchParameter()
      Generated method - Getter of the TypedAdvancedSavedQuerySearchParameter.typedSearchParameter attribute.
      Returns:
      the typedSearchParameter
    • setTypedSearchParameter

      public void setTypedSearchParameter(SessionContext ctx, AttributeDescriptor value)
      Generated method - Setter of the TypedAdvancedSavedQuerySearchParameter.typedSearchParameter attribute.
      Parameters:
      value - the typedSearchParameter
    • setTypedSearchParameter

      public void setTypedSearchParameter(AttributeDescriptor value)
      Generated method - Setter of the TypedAdvancedSavedQuerySearchParameter.typedSearchParameter attribute.
      Parameters:
      value - the typedSearchParameter