gate.util
Class AbstractNameBearer

java.lang.Object
  extended by gate.util.AbstractNameBearer
All Implemented Interfaces:
Serializable

public abstract class AbstractNameBearer
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String name
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name
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