com.xpn.xwiki.objects
Class BaseProperty
java.lang.Object
com.xpn.xwiki.objects.BaseElement
com.xpn.xwiki.objects.BaseProperty
- All Implemented Interfaces:
- ElementInterface, PropertyInterface, java.io.Serializable, java.lang.Cloneable
- Direct Known Subclasses:
- BaseStringProperty, DateProperty, ListProperty, NumberProperty
public class BaseProperty
- extends BaseElement
- implements PropertyInterface, java.io.Serializable, java.lang.Cloneable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
BaseProperty
public BaseProperty()
getObject
public BaseCollection getObject()
-
- Specified by:
getObject in interface PropertyInterface
- See Also:
PropertyInterface.getObject()
setObject
public void setObject(BaseCollection object)
-
- Specified by:
setObject in interface PropertyInterface
- See Also:
PropertyInterface.setObject(com.xpn.xwiki.objects.BaseCollection)
equals
public boolean equals(java.lang.Object el)
-
- Overrides:
equals in class BaseElement
- See Also:
BaseElement.equals(java.lang.Object)
getId
public int getId()
- Specified by:
getId in interface PropertyInterface
setId
public void setId(int id)
-
- Specified by:
setId in interface PropertyInterface
- See Also:
PropertyInterface.setId(int)
hashCode
public int hashCode()
-
- Overrides:
hashCode in class java.lang.Object
- See Also:
Object.hashCode()
getClassType
public java.lang.String getClassType()
setClassType
public void setClassType(java.lang.String type)
clone
public java.lang.Object clone()
-
- Overrides:
clone in class BaseElement
- See Also:
BaseElement.clone()
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)
toXML
public org.dom4j.Element toXML()
-
- Specified by:
toXML in interface PropertyInterface
- See Also:
PropertyInterface.toXML()
toFormString
public java.lang.String toFormString()
-
- Specified by:
toFormString in interface PropertyInterface
- See Also:
PropertyInterface.toFormString()
toText
public java.lang.String toText()
toXMLString
public java.lang.String toXMLString()
toString
public java.lang.String toString()
-
- Specified by:
toString in interface ElementInterface- Overrides:
toString in class java.lang.Object
- See Also:
Object.toString()
getCustomMappingValue
public java.lang.Object getCustomMappingValue()
Copyright © 2004-2008 XWiki. All Rights Reserved.