|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.agilejava.docbkx.maven.Entity
public class Entity
The representation of an entity, consisting of a name and a value.
Constructor Summary | |
---|---|
Entity()
|
Method Summary | |
---|---|
String |
getName()
Returns the name of the entity. |
String |
getValue()
Returns the value of the entity. |
void |
setName(String name)
Sets the name of the entity. |
void |
setValue(String value)
Sets the value of the entity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Entity()
Method Detail |
---|
public String getName()
public void setName(String name)
name
- Sets the name of the entity.public String getValue()
public void setValue(String value)
value
- The value of the entity.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |