GXPARSE hosted by SourceForge.net Logo

ca.gorman.xml.parse.toolkit
Class MutableEntity

java.lang.Object
  extended by ca.gorman.xml.parse.toolkit.AbstractEntity
      extended by ca.gorman.xml.parse.toolkit.MutableEntity
All Implemented Interfaces:
Entity

public class MutableEntity
extends AbstractEntity
implements Entity

Constructable and mutable realization of Entity. This class makes the contructors and setters of the base class visible to the public.


Constructor Summary
MutableEntity()
           Create an uninitialized MutableEntity.
MutableEntity(String name)
           Create an initialized MutableEntity.
 
Method Summary
 void setName(String name)
           Set the entity name.
 
Methods inherited from class ca.gorman.xml.parse.toolkit.AbstractEntity
equals, getName, hashCode, newInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ca.gorman.xml.parse.Entity
equals, getName, hashCode
 

Constructor Detail

MutableEntity

public MutableEntity(String name)

Create an initialized MutableEntity.


MutableEntity

public MutableEntity()

Create an uninitialized MutableEntity.

Method Detail

setName

public final void setName(String name)

Set the entity name.

Overrides:
setName in class AbstractEntity

GXPARSE download

GXPARSE Generic XML Stream Parser API and supporting tools.   Release $Name: gxparse-sf-alpha-2_0 $
Copyright 2003-2004 Ian E. Gorman
Released under GNU Lesser General Public License