Class Set

  • All Implemented Interfaces:
    Action

    public class Set
    extends AbstractAction
    The set action used to set an attribute.
    Author:
    tomyeh
    • Constructor Detail

      • Set

        public Set()
    • Method Detail

      • getScope

        public int getScope()
        Returns the scope.
      • setScope

        public void setScope​(java.lang.String scope)
        Sets the scope.
      • getVar

        public java.lang.String getVar()
        Returns the attribute name.
      • setVar

        public void setVar​(java.lang.String var)
        Sets the attribute name.
      • getValue

        public java.lang.Object getValue()
        Returns the attribute value.
      • setValue

        public void setValue​(java.lang.Object val)
        Sets the attribute value.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object