com.simonstl.ents
Class EntRule
java.lang.Object
|
+--com.simonstl.ents.EntRule
- public class EntRule
- extends java.lang.Object
This class stores a single rule defining equivalence between an entity name and a numeric character reference.
- Version:
- 0.01 4 February 2002
- Author:
- Simon St.Laurent
Field Summary |
protected java.lang.String |
ent
|
protected java.lang.String |
ref
|
Constructor Summary |
EntRule()
|
EntRule(java.lang.String _ent,
java.lang.String _ref)
|
Method Summary |
java.lang.String |
getEnt()
|
java.lang.String |
getRef()
|
void |
setEnt(java.lang.String _ent)
|
void |
setRef(java.lang.String _ref)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ref
protected java.lang.String ref
ent
protected java.lang.String ent
EntRule
public EntRule()
EntRule
public EntRule(java.lang.String _ent,
java.lang.String _ref)
getRef
public java.lang.String getRef()
getEnt
public java.lang.String getEnt()
setEnt
public void setEnt(java.lang.String _ent)
setRef
public void setRef(java.lang.String _ref)