Class FrontAction

  • All Implemented Interfaces:
    groovy.lang.GroovyObject, java.io.Serializable

    public class FrontAction
    extends java.lang.Object
    implements java.io.Serializable, groovy.lang.GroovyObject
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FrontAction​(java.lang.String id, java.lang.Object args)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getArgs()  
      java.lang.String getId()  
      groovy.lang.MetaClass getMetaClass()  
      void setArgs​(java.lang.Object args)  
      void setId​(java.lang.String id)  
      void setMetaClass​(groovy.lang.MetaClass mc)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface groovy.lang.GroovyObject

        getProperty, invokeMethod, setProperty
    • Constructor Detail

      • FrontAction

        public FrontAction​(java.lang.String id,
                           java.lang.Object args)
    • Method Detail

      • getMetaClass

        public groovy.lang.MetaClass getMetaClass()
        Specified by:
        getMetaClass in interface groovy.lang.GroovyObject
      • setMetaClass

        public void setMetaClass​(groovy.lang.MetaClass mc)
        Specified by:
        setMetaClass in interface groovy.lang.GroovyObject
      • getId

        public java.lang.String getId()
      • setId

        public void setId​(java.lang.String id)
      • getArgs

        public java.lang.Object getArgs()
      • setArgs

        public void setArgs​(java.lang.Object args)