com.moneydance.apps.md.model
Class TxnTag

java.lang.Object
  extended by com.moneydance.apps.md.model.TxnTag

public class TxnTag
extends java.lang.Object

A TxnClass represents a classification or 'class' that can be applied to a split. This class is only available as of build 414


Field Summary
static java.lang.String TAG_PARAM_PREFIX
           
 
Method Summary
 java.lang.String getID()
          Return the ID of this tag.
 java.lang.String getName()
          Get the name of this tag
 void setName(java.lang.String newName)
          Change the name of this TxnTag
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TAG_PARAM_PREFIX

public static final java.lang.String TAG_PARAM_PREFIX
See Also:
Constant Field Values
Method Detail

getName

public java.lang.String getName()
Get the name of this tag


getID

public java.lang.String getID()
Return the ID of this tag.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

setName

public void setName(java.lang.String newName)
Change the name of this TxnTag