org.objectweb.fractal.julia.control.name
Class BasicNameControllerMixin

java.lang.Object
  extended byorg.objectweb.fractal.julia.control.name.BasicNameControllerMixin
All Implemented Interfaces:
NameController

public abstract class BasicNameControllerMixin
extends Object
implements NameController

Provides a basic implementation of the NameController interface.

Requirements


Field Summary
 String name
          The name of the component to which this controller object belongs.
 
Method Summary
 String getFcName()
          Returns the name of the component to which this interface belongs.
 void setFcName(String name)
          Sets the name of the component to which this interface belongs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
The name of the component to which this controller object belongs.

Method Detail

getFcName

public String getFcName()
Description copied from interface: NameController
Returns the name of the component to which this interface belongs.

Specified by:
getFcName in interface NameController
Returns:
the name of the component to which this interface belongs.
See Also:
NameController.setFcName(java.lang.String)

setFcName

public void setFcName(String name)
Description copied from interface: NameController
Sets the name of the component to which this interface belongs.

Specified by:
setFcName in interface NameController
Parameters:
name - a component name.
See Also:
NameController.getFcName()