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
- Direct Known Subclasses:
- BaseStringProperty, DateProperty, ListProperty, NumberProperty
public class BaseProperty
- extends BaseElement
- implements PropertyInterface, java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
object
private BaseCollection object
id
private int id
BaseProperty
public BaseProperty()
getObject
public BaseCollection getObject()
- Specified by:
getObject
in interface PropertyInterface
setObject
public void setObject(BaseCollection object)
- Specified by:
setObject
in interface PropertyInterface
equals
public boolean equals(java.lang.Object el)
- Overrides:
equals
in class BaseElement
getId
public int getId()
- Specified by:
getId
in interface PropertyInterface
setId
public void setId(int id)
- Specified by:
setId
in interface PropertyInterface
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
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
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
toFormString
public java.lang.String toFormString()
- Specified by:
toFormString
in interface PropertyInterface
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
Copyright 2003 Ludovic Dubost