@PersistantProperties(properties=@PersistantProperty(property="actions")) public static class MIndex.IndexAction extends AbstractAnonymousAddon
Constructor and Description |
---|
IndexAction() |
Modifier and Type | Method and Description |
---|---|
MIndex.IndexAction |
clone()
Clones the Addon.
|
boolean |
equals(Object o) |
List<? extends IExecutable> |
getActions() |
String |
getImplementationId()
Unique addon implementation ID.
|
Object |
getRedirect() |
int |
hashCode() |
void |
setActions(List<? extends IExecutable> actions) |
void |
setRedirect(Object redirect) |
void |
toString(OuterWithLevel outer)
Method used to send String representation of the current object to the
OuterWithLevel . |
getInternalCacheIdentifier, isCacheUsed, isInternalCacheIdentifierNeeded, optimize, resetCachedData, setInternalCacheIdentifier, toString, wasRegistered
getDebugInfo, getDescription, getName, setDebugInfo, setDescription, setName
finalize, getClass, notify, notifyAll, wait, wait, wait
getDebugInfo, getDescription, getName, setDebugInfo, setDescription, setName
public List<? extends IExecutable> getActions()
public void setActions(List<? extends IExecutable> actions)
public Object getRedirect()
public void setRedirect(Object redirect)
public MIndex.IndexAction clone()
IAddon
clone
in interface IAddon
clone
in interface IMRulesObject
clone
in class AbstractAnonymousAddon
public String getImplementationId()
IAddon
public void toString(OuterWithLevel outer) throws IOException
Outable
OuterWithLevel
.IOException