Class Search

    • Constructor Detail

      • Search

        public Search()
        Default constructor.
    • Method Detail

      • setDescription

        public void setDescription​(Object desc)
        Set the description slot of this object.
        Parameters:
        desc - An AMS or DF description for this action.
      • getDescription

        public Object getDescription()
        Retrieve the description slot of this object.
        Returns:
        The value of the description slot of this action, or null if no value was set.
      • setConstraints

        public void setConstraints​(SearchConstraints s)
        Set the constraints slot of this object.
        Parameters:
        s - The search constraints for this action.
      • getConstraints

        public SearchConstraints getConstraints()
        Retrieve the constraints slot of this object.
        Returns:
        The value of the constraints slot of this action, or null if no value was set.