com.xpn.xwiki.objects
Interface PropertyInterface
- All Superinterfaces:
- ElementInterface
- All Known Implementing Classes:
- BaseProperty, PropertyClass, PropertyMetaClass
- public interface PropertyInterface
- extends ElementInterface
getId
public int getId()
setId
public void setId(int id)
getObject
public BaseCollection getObject()
setObject
public void setObject(BaseCollection object)
toFormString
public java.lang.String toFormString()
toXML
public org.dom4j.Element toXML()
Copyright 2003 Ludovic Dubost