public class DateProperty extends BaseProperty implements Cloneable
documentReference, ownerDocument, referenceCache
Constructor and Description |
---|
DateProperty() |
Modifier and Type | Method and Description |
---|---|
DateProperty |
clone() |
protected void |
cloneInternal(BaseProperty clone)
Subclasses override this to copy values during cloning.
|
boolean |
equals(Object obj) |
Object |
getValue() |
int |
hashCode() |
void |
setValue(Object value) |
String |
toText() |
apply, createReference, getClassType, getCustomMappingValue, getId, getObject, getPropertyClass, isValueDirty, merge, mergeValue, setClassType, setId, setObject, setOwnerDocument, setValueDirty, setValueDirty, toFormString, toXML, toXMLString
fromXML, fromXML, getDocumentReference, getLocalEntityReferenceSerializer, getLocalization, getLocalKey, getLocalUidStringEntityReferenceSerializer, getMergeManager, getName, getOwnerDocument, getPrettyName, getReference, getXWikiContext, localizePlain, localizePlainOrKey, setDocumentReference, setName, setPrettyName, toString, toXMLString
finalize, getClass, notify, notifyAll, wait, wait, wait
getDocumentReference, getName, getReference, setDocumentReference, setName, toString
public Object getValue()
getValue
in class BaseProperty
public void setValue(Object value)
setValue
in class BaseProperty
public String toText()
toText
in class BaseProperty
public int hashCode()
hashCode
in class BaseProperty
public boolean equals(Object obj)
equals
in class BaseProperty
public DateProperty clone()
clone
in interface PropertyInterface
clone
in class BaseProperty
protected void cloneInternal(BaseProperty clone)
BaseProperty
cloneInternal
in class BaseProperty
clone
- The cloned value.Copyright © 2004–2022 XWiki. All rights reserved.