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
 boolean canEqual(Object other)
           
 boolean equals(Object o)
           
 String getKey()
           
 String getValue()
           
 int hashCode()
           
 void setKey(String key)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, 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 String getKey()

getValue

public String getValue()

setKey

public void setKey(String key)

setValue

public void setValue(String value)

equals

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

canEqual

public boolean canEqual(Object other)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Generated December 30 2011 by mbb using Apache Ant(TM) version 1.8.2 compiled on December 20 2010 and Java version 1.6.0_30 from Sun Microsystems Inc. on Linux i386 3.0.0-14-generic-pae