com.xpn.xwiki.objects
Class DateProperty
java.lang.Object
com.xpn.xwiki.objects.BaseElement
com.xpn.xwiki.objects.BaseProperty
com.xpn.xwiki.objects.DateProperty
- All Implemented Interfaces:
- ElementInterface, PropertyInterface, java.io.Serializable
- public class DateProperty
- extends BaseProperty
- See Also:
- Serialized Form
Field Summary |
private java.util.Date |
value
|
Fields inherited from class com.xpn.xwiki.objects.BaseProperty |
|
Fields inherited from class com.xpn.xwiki.objects.BaseElement |
|
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
value
private java.util.Date value
DateProperty
public DateProperty()
getValue
public java.lang.Object getValue()
- Overrides:
getValue
in class BaseProperty
toXML
public org.dom4j.Element toXML()
- Specified by:
toXML
in interface PropertyInterface
- Overrides:
toXML
in class BaseProperty
toXMLString
public java.lang.String toXMLString()
- Overrides:
toXMLString
in class BaseProperty
setValue
public void setValue(java.lang.Object value)
- Overrides:
setValue
in class BaseProperty
toText
public java.lang.String toText()
- Overrides:
toText
in class BaseProperty
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class BaseProperty
clone
public java.lang.Object clone()
- Overrides:
clone
in class BaseProperty
Copyright 2003 Ludovic Dubost