|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Date
com.sun.syndication.feed.module.base.types.ShortDate
public class ShortDate
This is a simple wrapper for java.util.Date that indicates it should be formatted without time of day for Google Base. It should be transparent to module developers. Move along. Nothing to see here.
Constructor Summary | |
---|---|
ShortDate()
Creates a new instance of ShortDate |
|
ShortDate(java.util.Date date)
Creates a new Short Date based on a Date value. |
|
ShortDate(long time)
Creates a new ShortDate based on a millisecond time. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a duplicate of this object. |
Methods inherited from class java.util.Date |
---|
after, before, compareTo, equals, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, toLocaleString, toString, UTC |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ShortDate()
public ShortDate(java.util.Date date)
date
- Date value to read from.public ShortDate(long time)
time
- Millisecond time to start with.Method Detail |
---|
public java.lang.Object clone()
clone
in interface CloneableType
clone
in class java.util.Date
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |