|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.borg.model.entity.BorgOption
public class BorgOption
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 |
---|
public BorgOption(String key, String value)
key
- the keyvalue
- the valueMethod Detail |
---|
public final String getKey()
public final String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |