gate.util
Class AbstractNameBearer

java.lang.Object
  |
  +--gate.util.AbstractNameBearer
All Implemented Interfaces:
Serializable

public abstract class AbstractNameBearer
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AbstractNameBearer()
           
 
Method Summary
 String getName()
          Returns the name of this resource
 void setName(String name)
          Sets the name of this resource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractNameBearer

public AbstractNameBearer()
Method Detail

setName

public void setName(String name)
Sets the name of this resource

getName

public String getName()
Returns the name of this resource