|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.wink.webdav.model.Creationdate
public class Creationdate
The creationdate
Property per the WebDAV specification [RFC
4918]
Name: creationdate Namespace: DAV: Purpose: Records the time and date the resource was created. Value: date-time ; See Appendix 2 Description: The creationdate property should be defined on all DAV compliant resources. If present, it contains a timestamp of the moment when the resource was created (i.e., the moment it had non- null state). <!ELEMENT creationdate (#PCDATA) >
Field Summary | |
---|---|
protected List<String> |
content
|
Constructor Summary | |
---|---|
Creationdate()
|
|
Creationdate(Date value)
|
|
Creationdate(String value)
|
Method Summary | |
---|---|
String |
getValue()
Gets the value. |
Date |
getValueAsDate()
Gets the value. |
void |
setValue(Date value)
Sets the value. |
void |
setValue(String value)
Sets the value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<String> content
Constructor Detail |
---|
public Creationdate()
public Creationdate(String value)
public Creationdate(Date value)
Method Detail |
---|
public void setValue(String value)
value
- the value to setpublic String getValue()
public void setValue(Date value)
value
- the value to setpublic Date getValueAsDate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |