ch.tatool.core.data
Class Timing

java.lang.Object
  extended by ch.tatool.core.data.Timing

public class Timing
extends Object

Helper Class with getter and setter methods for properties concerning timing.

Author:
Andre Locher

Field Summary
static String PROPERTY_TIMING_DURATION
           
static String PROPERTY_TIMING_END
           
static String PROPERTY_TIMING_START
           
 
Constructor Summary
Timing()
           
 
Method Summary
static LongProperty getDurationTimeProperty()
           
static DateProperty getEndTimeProperty()
           
static DateProperty getStartTimeProperty()
           
static void setDurationTimeProperty(LongProperty durationTimeProperty)
           
static void setEndTimeProperty(DateProperty endTimeProperty)
           
static void setStartTimeProperty(DateProperty startTimeProperty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Timing

public Timing()
Method Detail

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.