|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.core.internal.DItem
org.eclipse.tptp.platform.report.core.internal.DTimeStamp
org.eclipse.tptp.platform.report.birt).
public class DTimeStamp
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 |
|---|
public DTimeStamp()
public DTimeStamp(java.lang.String dateFormatPattern,
boolean show,
java.lang.String prefix)
| Method Detail |
|---|
public java.lang.String getDatePattern()
public void setDatePattern(java.lang.String datePattern)
public java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)
public boolean isShow()
public void setShow(boolean show)
public java.lang.String getValue()
public void setValue(java.lang.String value)
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||