|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.moneydance.apps.md.model.Tag
public class Tag
This is a small utility class that just associates a key with a value. This might go away if the tags member of Reminder and AbstractTxn are replaced with Hashtables.
| Constructor Summary | |
|---|---|
Tag(java.lang.String key,
java.lang.String value)
|
|
| Method Summary | |
|---|---|
Tag |
duplicate()
|
java.lang.String |
getKey()
|
java.lang.String |
getValue()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Tag(java.lang.String key,
java.lang.String value)
| Method Detail |
|---|
public java.lang.String getKey()
public java.lang.String getValue()
public Tag duplicate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||