net.sourceforge.nite.meta.impl
Class NiteAgent

java.lang.Object
  extended by net.sourceforge.nite.meta.impl.NiteAgent
All Implemented Interfaces:
NAgent

public class NiteAgent
extends java.lang.Object
implements NAgent

An agent as referred to in the metadata

Author:
jonathan

Constructor Summary
NiteAgent(java.lang.String name, java.lang.String fullname)
           
 
Method Summary
 java.lang.String getFullName()
          The fullname of the agent.
 java.lang.String getShortName()
          The identifier for this agent as used in filenames etc.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NiteAgent

public NiteAgent(java.lang.String name,
                 java.lang.String fullname)
Method Detail

getShortName

public java.lang.String getShortName()
The identifier for this agent as used in filenames etc. Could be something like "g" for the giver.

Specified by:
getShortName in interface NAgent

getFullName

public java.lang.String getFullName()
The fullname of the agent.

Specified by:
getFullName in interface NAgent