com.agilejava.docbkx.maven
Class Entity

java.lang.Object
  extended by com.agilejava.docbkx.maven.Entity

public class Entity
extends java.lang.Object

The representation of an entity, consisting of a name and a value.

Author:
Wilfred Springer

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

Entity

public Entity()
Method Detail

getName

public java.lang.String getName()
Returns the name of the entity.

Returns:
The name of the entity.

setName

public void setName(java.lang.String name)
Sets the name of the entity.

Parameters:
name - Sets the name of the entity.

getValue

public java.lang.String getValue()
Returns the value of the entity.

Returns:
The value of the entity.

setValue

public void setValue(java.lang.String value)
Sets the value of the entity.

Parameters:
value - The value of the entity.


Copyright © 2006-2008. All Rights Reserved.