public class BaseStringProperty extends BaseProperty
documentReference, ownerDocument, referenceCache| Constructor and Description |
|---|
BaseStringProperty() |
| Modifier and Type | Method and Description |
|---|---|
BaseStringProperty |
clone() |
protected void |
cloneInternal(BaseProperty clone)
Subclasses override this to copy values during cloning.
|
boolean |
equals(Object obj) |
String |
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, toXMLStringfromXML, fromXML, getDocumentReference, getLocalEntityReferenceSerializer, getLocalization, getLocalKey, getLocalUidStringEntityReferenceSerializer, getMergeManager, getName, getOwnerDocument, getPrettyName, getReference, getXWikiContext, localizePlain, localizePlainOrKey, setDocumentReference, setName, setPrettyName, toString, toXMLStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetDocumentReference, getName, getReference, setDocumentReference, setName, toStringpublic String getValue()
getValue in class BasePropertypublic void setValue(Object value)
setValue in class BasePropertypublic String toText()
toText in class BasePropertypublic boolean equals(Object obj)
equals in class BasePropertypublic int hashCode()
hashCode in class BasePropertypublic BaseStringProperty clone()
clone in interface PropertyInterfaceclone in class BasePropertyprotected void cloneInternal(BaseProperty clone)
BasePropertycloneInternal in class BasePropertyclone - The cloned value.Copyright © 2004–2021 XWiki. All rights reserved.