|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.DateSelectionInfo
public class DateSelectionInfo
Created by IntelliJ IDEA. User: yuanho Date: May 3, 2007 Time: 11:37:49 AM
| Field Summary | |
|---|---|
Date |
end
|
int |
interval
|
int |
postInt
|
int |
preInt
|
int |
roundTo
|
Date |
start
|
| Constructor Summary | |
|---|---|
DateSelectionInfo()
|
|
DateSelectionInfo(Date start,
Date end)
|
|
DateSelectionInfo(Date start,
Date end,
int interval,
int roundTo,
int preInt,
int postInt)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object oo)
|
Date |
setEndDateInfo()
|
Date |
setStartDateInfo()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Date start
public Date end
public int interval
public int roundTo
public int preInt
public int postInt
| Constructor Detail |
|---|
public DateSelectionInfo()
public DateSelectionInfo(Date start,
Date end,
int interval,
int roundTo,
int preInt,
int postInt)
public DateSelectionInfo(Date start,
Date end)
| Method Detail |
|---|
public boolean equals(Object oo)
equals in class Objectpublic Date setStartDateInfo()
public Date setEndDateInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||