com.trackstudio.app.report.trend
Class DateNode
java.lang.Object
com.trackstudio.app.report.trend.DateNode
- All Implemented Interfaces:
- java.lang.Comparable<DateNode>
public class DateNode
- extends java.lang.Object
- implements java.lang.Comparable<DateNode>
Constructor Summary |
DateNode(int year,
int month,
int week,
int day,
int hour)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
DateNode
public DateNode(int year,
int month,
int week,
int day,
int hour)
getYear
public int getYear()
getMonth
public int getMonth()
getWeek
public int getWeek()
getDay
public int getDay()
getHour
public int getHour()
createDateNode
public static DateNode createDateNode(java.util.Calendar calendar,
java.lang.String dateLabel)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
getCalendar
public java.lang.String getCalendar(java.lang.String dateLabel)
compareTo
public int compareTo(DateNode dateNode)
- Specified by:
compareTo
in interface java.lang.Comparable<DateNode>
Copyright © 2002-2009 TrackStudio, Ltd. All Rights Reserved.