candy.util.whiteboard
Class WhiteboardMeta

java.lang.Object
  |
  +--candy.core.candyObject
        |
        +--candy.util.whiteboard.WhiteboardMeta
All Implemented Interfaces:
net.jini.core.entry.Entry, java.io.Serializable

public class WhiteboardMeta
extends candyObject

WhiteboardMeta contains meta-information about a Whiteboard

Author:
Jason Corso (jcorso@cs.jhu.edu)
See Also:
Serialized Form

Field Summary
 java.lang.String handle
          Handle for the whiteboard
 
Fields inherited from class candy.core.candyObject
description, timestamp
 
Constructor Summary
WhiteboardMeta()
          Construct a new ExternalFileMeta with null data -- template
WhiteboardMeta(java.lang.String h)
          Construct a new ExternalFileMeta with given data
 
Method Summary
 java.lang.String getHandle()
          get that thar handle
 java.lang.String toString()
          toString returns the handle
 
Methods inherited from class candy.core.candyObject
getDescription, setDescription, setHandle
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

handle

public java.lang.String handle
Handle for the whiteboard
Constructor Detail

WhiteboardMeta

public WhiteboardMeta(java.lang.String h)
Construct a new ExternalFileMeta with given data

WhiteboardMeta

public WhiteboardMeta()
Construct a new ExternalFileMeta with null data -- template
Method Detail

toString

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

getHandle

public java.lang.String getHandle()
Description copied from class: candyObject
get that thar handle
Overrides:
getHandle in class candyObject
Following copied from class: candy.core.candyObject
Returns:
handle the name used to grab this here object