|
GXPARSE hosted by |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.gorman.xml.parse.toolkit.AbstractEntity
ca.gorman.xml.parse.toolkit.MutableEntity
public class MutableEntity
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 |
---|
public MutableEntity(String name)
Create an initialized MutableEntity.
public MutableEntity()
Create an uninitialized MutableEntity.
Method Detail |
---|
public final void setName(String name)
Set the entity name.
setName
in class AbstractEntity
|
GXPARSE download | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |