plugins.wdx
Class LocalTime

java.lang.Object
  extended by plugins.wdx.LocalTime

public class LocalTime
extends java.lang.Object

LocalTime can be used for setting the time value in ContentGetValue.

Author:
Ken

Constructor Summary
LocalTime(int hour, int minute, int second)
          Create a new local time.
 
Method Summary
 int getHour()
           
 int getMinute()
           
 int getSecond()
           
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalTime

public LocalTime(int hour,
                 int minute,
                 int second)
Create a new local time.

Parameters:
hour - the hour
minute - the minute
second - the second
Method Detail

getHour

public final int getHour()
Returns:
Returns the fHour.

getMinute

public final int getMinute()
Returns:
Returns the fMinute.

getSecond

public final int getSecond()
Returns:
Returns the fSecond.

toString

public final java.lang.String toString()

Overrides:
toString in class java.lang.Object