|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rometools.feed.module.base.types.DateTimeRange
public class DateTimeRange
Represents a time range.
Constructor Summary | |
---|---|
DateTimeRange(Date start,
Date end)
Creates a new instance of DateTimeRange |
Method Summary | |
---|---|
Object |
clone()
Clones the object |
boolean |
equals(Object o)
|
Date |
getEnd()
The end of the timeframe. |
Date |
getStart()
The beginning of the timeframe. |
String |
toString()
String representation of the object. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DateTimeRange(Date start, Date end)
start
- Beginning of the timeframe.end
- End of the Timeframe.Method Detail |
---|
public Date getEnd()
public Date getStart()
public Object clone()
clone
in interface CloneableType
clone
in class Object
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |