org.sapia.archie
Class Entry

java.lang.Object
  extended by org.sapia.archie.Entry

public class Entry
extends java.lang.Object

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Constructor Summary
Entry(java.lang.String name, java.lang.Object value)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entry

public Entry(java.lang.String name,
             java.lang.Object value)
Method Detail

getName

public java.lang.String getName()
Returns:
this entry's name.

getValue

public java.lang.Object getValue()
Returns:
this entry's value.


Copyright © 2010 Sapia OSS. All Rights Reserved.