Bug 29592 - Introduce new Date based Property classes
Summary: Introduce new Date based Property classes
Status: RESOLVED FIXED
Alias: None
Product: Slide
Classification: Unclassified
Component: WebDAV client (show other bugs)
Version: 2.0
Hardware: Other other
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-16 06:02 UTC by Robert Flaherty
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Flaherty 2004-06-16 06:02:20 UTC
Currently GetLastModifiedProperty extends BaseProperty.  Going forward, can we 
use a hierarchy like:

BaseProperty

--DateProperty (protected constructor, public Date getDate(), protected 
DateFormat getDateFormat())

----ISO8601DateProperty (protected constructor, getDateFormat() returns new 
SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'"))

-------CreationDateProperty (TAG_NAME = "creationdate")

-------ModificationDateProperty (TAG_NAME = "modificationdate")

----RFC2068DateProperty (protected constructor, getDateFormat() returns new 
SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss zzz", Locale.US))

-------GetLastModifiedProperty (TAG_NAME = "getlastmodified")
Comment 1 Stefan L 2004-09-27 07:55:26 UTC
Done. See 31318.