TPTP 4.5.0 Platform Project
Internal API Specification

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

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

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 DTimeStamp
extends DItem

This interface provides the properties for the time stamp information.


Constructor Summary
DTimeStamp()
          Deprecated. creates a new time stamp object with no date format, show property setted at true and no prefix string label.
DTimeStamp(java.lang.String dateFormatPattern, boolean show, java.lang.String prefix)
          Deprecated. creates a new time stamp object with a date format pattern, show property and label string prefix.
 
Method Summary
 java.lang.String getDatePattern()
          Deprecated.  
 java.lang.String getPrefix()
          Deprecated.  
 java.lang.String getValue()
          Deprecated.  
 boolean isShow()
          Deprecated.  
 void setDatePattern(java.lang.String datePattern)
          Deprecated. Sets the date format pattern
 void setPrefix(java.lang.String prefix)
          Deprecated. sets the label prefix string of the date
 void setShow(boolean show)
          Deprecated. sets the showing property for the time stamp
 void setValue(java.lang.String value)
          Deprecated. sets the date value for the time stamp
 
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

DTimeStamp

public DTimeStamp()
Deprecated. 
creates a new time stamp object with no date format, show property setted at true and no prefix string label.


DTimeStamp

public DTimeStamp(java.lang.String dateFormatPattern,
                  boolean show,
                  java.lang.String prefix)
Deprecated. 
creates a new time stamp object with a date format pattern, show property and label string prefix.

Method Detail

getDatePattern

public java.lang.String getDatePattern()
Deprecated. 
Returns:
the date format pattern

setDatePattern

public void setDatePattern(java.lang.String datePattern)
Deprecated. 
Sets the date format pattern


getPrefix

public java.lang.String getPrefix()
Deprecated. 
Returns:
the label prefix string of the date

setPrefix

public void setPrefix(java.lang.String prefix)
Deprecated. 
sets the label prefix string of the date


isShow

public boolean isShow()
Deprecated. 
Returns:
true if the time stamp should be displayed

setShow

public void setShow(boolean show)
Deprecated. 
sets the showing property for the time stamp


getValue

public java.lang.String getValue()
Deprecated. 
Returns:
the date value for the time stamp

setValue

public void setValue(java.lang.String value)
Deprecated. 
sets the date value for the time stamp


TPTP 4.5.0 Platform Project
Internal API Specification