|
||||||||||
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 java.util.List<java.lang.String> |
content
|
Constructor Summary | |
---|---|
Creationdate()
|
|
Creationdate(java.util.Date value)
|
|
Creationdate(java.lang.String value)
|
Method Summary | |
---|---|
java.lang.String |
getValue()
Gets the value. |
java.util.Date |
getValueAsDate()
Gets the value. |
void |
setValue(java.util.Date value)
Sets the value. |
void |
setValue(java.lang.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 java.util.List<java.lang.String> content
Constructor Detail |
---|
public Creationdate()
public Creationdate(java.lang.String value)
public Creationdate(java.util.Date value)
Method Detail |
---|
public void setValue(java.lang.String value)
value
- the value to setpublic java.lang.String getValue()
public void setValue(java.util.Date value)
value
- the value to setpublic java.util.Date getValueAsDate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |