de.tuebingen.uni.sfs.germanet.api
Class Frame

java.lang.Object
  extended by de.tuebingen.uni.sfs.germanet.api.Frame

public class Frame
extends java.lang.Object

A class to store Frame data.


Constructor Summary
protected Frame(java.lang.String data)
          Constructs a new Frame containing the specified data.
 
Method Summary
 java.lang.String getData()
          Returns this Frame's data.
 java.lang.String toString()
          Return a String representation of this Frame.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Frame

protected Frame(java.lang.String data)
Constructs a new Frame containing the specified data.

Parameters:
data - the data for this Frame
Method Detail

getData

public java.lang.String getData()
Returns this Frame's data.

Returns:
this Frame's data.

toString

public java.lang.String toString()
Return a String representation of this Frame.

Overrides:
toString in class java.lang.Object
Returns:
a String representation of this Frame.