|
|||||||||
| 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 | |
|---|---|
java.lang.String |
getName()
Returns the name of the entity. |
java.lang.String |
getValue()
Returns the value of the entity. |
void |
setName(java.lang.String name)
Sets the name of the entity. |
void |
setValue(java.lang.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 java.lang.String getName()
public void setName(java.lang.String name)
name - Sets the name of the entity.public java.lang.String getValue()
public void setValue(java.lang.String value)
value - The value of the entity.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||