phenote.dataadapter
Class ScratchGroup

java.lang.Object
  extended by java.util.Observable
      extended by phenote.dataadapter.ScratchGroup

public class ScratchGroup
extends java.util.Observable

Manages title and ID (group name) for a scratch group. A scratch group allows the user to maintain a temporary table of characters to be used as templates.

Author:
Jim Balhoff

Constructor Summary
ScratchGroup(java.lang.String uniqueID)
          Create a new ScratchGroup with the given ID.
 
Method Summary
 java.lang.String getId()
           
 java.lang.String getTitle()
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScratchGroup

public ScratchGroup(java.lang.String uniqueID)
Create a new ScratchGroup with the given ID. This ID should be unique and cannot be changed.

Method Detail

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)

getId

public java.lang.String getId()