germanet
Class Frame

java.lang.Object
  extended by germanet.Frame

public class Frame
extends java.lang.Object

A class to store Frame data.

Version:
1.0
Author:
Marie Hinrichs (meh at sfs.uni-tuebingen.de)

Method Summary
 java.lang.String getData()
          Returns this Frame's data.
 java.lang.String toString()
          Return a String representation of this Frame.
 java.lang.String xmlString()
          Return an xml String representation of this Frame.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getData

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

Returns:
this Frame's data.

xmlString

public java.lang.String xmlString()
Return an xml String representation of this Frame.

Returns:
an xml String representation of this Frame.

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.