Class AbstractAction

  • All Implemented Interfaces:
    IAction
    Direct Known Subclasses:
    AddObjectAction

    public abstract class AbstractAction
    extends java.lang.Object
    implements IAction
    Abstract IAction.
    Since:
    7.1.0
    Version:
    $Revision: 16037 $ $Date: 2013-11-21 20:58:50 -0200 (Thu, 21 Nov 2013) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getId()
      Returns the object identifier.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface lumis.service.portalmanagement.structureeditor.IAction

        execute
    • Method Detail

      • getId

        public java.lang.String getId()
        Description copied from interface: IAction
        Returns the object identifier.
        Specified by:
        getId in interface IAction
        Returns:
        the object identifier.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object