plugins.wdx
Class LocalTime
java.lang.Object
  
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. | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
LocalTime
public LocalTime(int hour,
                 int minute,
                 int second)
- Create a new local time.
- Parameters:
 hour - the hourminute - the minutesecond - the second
 
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