ch.tatool.core.data
Class Timing
java.lang.Object
ch.tatool.core.data.Timing
public class Timing
- extends Object
Helper Class with getter and setter methods for properties concerning timing.
- Author:
- Andre Locher
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_TIMING_START
public static final String PROPERTY_TIMING_START
- See Also:
- Constant Field Values
PROPERTY_TIMING_END
public static final String PROPERTY_TIMING_END
- See Also:
- Constant Field Values
PROPERTY_TIMING_DURATION
public static final String PROPERTY_TIMING_DURATION
- See Also:
- Constant Field Values
Timing
public Timing()
getDurationTimeProperty
public static LongProperty getDurationTimeProperty()
setDurationTimeProperty
public static void setDurationTimeProperty(LongProperty durationTimeProperty)
getEndTimeProperty
public static DateProperty getEndTimeProperty()
setEndTimeProperty
public static void setEndTimeProperty(DateProperty endTimeProperty)
getStartTimeProperty
public static DateProperty getStartTimeProperty()
setStartTimeProperty
public static void setStartTimeProperty(DateProperty startTimeProperty)
Copyright © 2012. All Rights Reserved.