edu.northwestern.at.wordhoard.model
Interface HasTag

All Known Implementing Classes:
Corpus, Work, WorkPart

public interface HasTag

An object which has a persistent tag.


Method Summary
 java.lang.String getTag()
          Gets the tag.
 

Method Detail

getTag

java.lang.String getTag()
Gets the tag.

Returns:
The tag, or null if none.