net.sf.borg.model.entity
Class BorgOption

java.lang.Object
  extended by net.sf.borg.model.entity.BorgOption

public class BorgOption
extends Object

Each BorgOption instance holds a single row from the options table in the database


Constructor Summary
BorgOption(String key, String value)
          Instantiates a new borg option.
 
Method Summary
 String getKey()
          Gets the key.
 String getValue()
          Gets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BorgOption

public BorgOption(String key,
                  String value)
Instantiates a new borg option.

Parameters:
key - the key
value - the value
Method Detail

getKey

public final String getKey()
Gets the key.

Returns:
the key

getValue

public final String getValue()
Gets the value.

Returns:
the value


Generated September 24 2010 by mbb using Apache Ant version 1.7.1 compiled on June 27 2008 and Java version 1.6.0_20 from Sun Microsystems Inc. on Linux i386 2.6.24-28-generic