org.cdlib.xtf.util
Class Attrib

Object
  extended by Attrib

public class Attrib
extends Object

A simple key/value relationship. Typically stored within an AttribList.


Field Summary
 String key
           
 String value
           
 
Constructor Summary
Attrib()
          Default constructor
Attrib(String key, String value)
          Fancy constructor - sets the key and the value
 
Method Summary
 boolean equals(Object o)
           
 
Methods inherited from class Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public String key

value

public String value
Constructor Detail

Attrib

public Attrib()
Default constructor


Attrib

public Attrib(String key,
              String value)
Fancy constructor - sets the key and the value

Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object