com.xpn.xwiki.objects
Interface PropertyInterface

All Superinterfaces:
ElementInterface
All Known Implementing Classes:
BaseProperty, PropertyClass, PropertyMetaClass

public interface PropertyInterface
extends ElementInterface


Method Summary
 int getId()
           
 BaseCollection getObject()
           
 void setId(int id)
           
 void setObject(BaseCollection object)
           
 java.lang.String toFormString()
           
 org.dom4j.Element toXML()
           
 
Methods inherited from interface com.xpn.xwiki.objects.ElementInterface
getName, setName, toString
 

Method Detail

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