TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.core.internal
Class DData

java.lang.Object
  extended by org.eclipse.tptp.platform.report.core.internal.DItem
      extended by org.eclipse.tptp.platform.report.core.internal.DData
All Implemented Interfaces:
IDBasicItem, IDItem, IDObject, IDParagraphItem

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public class DData
extends DItem
implements IDParagraphItem, IDBasicItem

A DData is a class to set user data in a document hierarchy. A user data is a reference to a Java object (inherits of Object class).


Constructor Summary
DData()
          Deprecated. Creates a user data object with a null reference.
DData(java.lang.Object d)
          Deprecated. Creates a user data object and references an object passed in parameter.
 
Method Summary
 java.lang.Object getData()
          Deprecated. Access method for the data property.
 void setData(java.lang.Object aData)
          Deprecated. Sets the value of the data property.
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItem
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setNext, setParent, setStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DData

public DData()
Deprecated. 
Creates a user data object with a null reference.


DData

public DData(java.lang.Object d)
Deprecated. 
Creates a user data object and references an object passed in parameter.

Method Detail

getData

public java.lang.Object getData()
Deprecated. 
Access method for the data property.

Returns:
the current value of the data property

setData

public void setData(java.lang.Object aData)
Deprecated. 
Sets the value of the data property.

Parameters:
aData - the new value of the data property

TPTP 4.5.0 Platform Project
Internal API Specification