paolomind.commons
Interface NamedObject

All Known Subinterfaces:
Module, NamedReceiver, ToolInterface
All Known Implementing Classes:
ActionCommandModule, ActionCommandTool, ContainerModuleWrapper, EchoEventToolWrapper, ModuleManager, PythonToolWrapper, ToolManager

public interface NamedObject

interfaccia da implementare per tutti quegli oggetti da registrare nei manager.

Author:
paolo

Method Summary
 java.lang.String getSelfId()
          restituisce il proprio id.
 void setSelfId(java.lang.String name)
          setta l'id.
 

Method Detail

getSelfId

java.lang.String getSelfId()
restituisce il proprio id.

Returns:
l'identificativo dell'ogetto

setSelfId

void setSelfId(java.lang.String name)
setta l'id.

Parameters:
name - l'id con cui sarĂ  identificato l'oggetto


Copyright © 2007. All Rights Reserved.