com.xpn.xwiki.objects
Class BaseStringProperty

java.lang.Object
  extended by com.xpn.xwiki.objects.BaseElement
      extended by com.xpn.xwiki.objects.BaseProperty
          extended by com.xpn.xwiki.objects.BaseStringProperty
All Implemented Interfaces:
ElementInterface, PropertyInterface, java.io.Serializable, java.lang.Cloneable
Direct Known Subclasses:
LargeStringProperty, StringProperty

public class BaseStringProperty
extends BaseProperty
implements java.lang.Cloneable

See Also:
Serialized Form

Constructor Summary
BaseStringProperty()
           
 
Method Summary
 java.lang.Object clone()
          
 boolean equals(java.lang.Object obj)
          
 java.lang.Object getValue()
          
 void setValue(java.lang.Object value)
          
 java.lang.String toText()
          
 
Methods inherited from class com.xpn.xwiki.objects.BaseProperty
getClassType, getCustomMappingValue, getId, getObject, hashCode, setClassType, setId, setObject, toFormString, toString, toXML, toXMLString
 
Methods inherited from class com.xpn.xwiki.objects.BaseElement
getDocumentSyntaxId, getName, getPrettyName, getWiki, setName, setPrettyName, setWiki
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.xpn.xwiki.objects.ElementInterface
getName, setName
 

Constructor Detail

BaseStringProperty

public BaseStringProperty()
Method Detail

getValue

public java.lang.Object getValue()

Overrides:
getValue in class BaseProperty
See Also:
BaseProperty.getValue()

setValue

public void setValue(java.lang.Object value)

Overrides:
setValue in class BaseProperty
See Also:
BaseProperty.setValue(java.lang.Object)

toText

public java.lang.String toText()

Overrides:
toText in class BaseProperty
See Also:
BaseProperty.toText()

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class BaseProperty
See Also:
BaseProperty.equals(java.lang.Object)

clone

public java.lang.Object clone()

Overrides:
clone in class BaseProperty
See Also:
BaseProperty.clone()


Copyright © 2004-2008 XWiki. All Rights Reserved.