public class TTimeContentItem extends java.lang.Object implements TResponseContentItem
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SPECIFIER
The specifier for the time info item.
|
Modifier | Constructor and Description |
---|---|
protected |
TTimeContentItem(java.lang.String date,
java.lang.String time,
java.lang.String duration)
Initializes the time info item.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDate()
Gets the date.
|
java.lang.String |
getDuration()
Gets the duration.
|
java.lang.String |
getTime()
Gets the time.
|
java.lang.String |
toString()
Shows the time info as XML specific attributes.
|
public static final java.lang.String SPECIFIER
protected TTimeContentItem(java.lang.String date, java.lang.String time, java.lang.String duration)
public java.lang.String getDate()
public java.lang.String getTime()
public java.lang.String getDuration()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2015 Software AG. All Rights Reserved.