public interface PropertyInterface extends ElementInterface
Modifier and Type | Method and Description |
---|---|
PropertyInterface |
clone() |
long |
getId()
Returns the identifier of this property for hibernate.
|
BaseCollection |
getObject() |
void |
setId(long id)
Dummy function to satisfy hibernate requirements.
|
void |
setObject(BaseCollection object) |
String |
toFormString() |
org.dom4j.Element |
toXML() |
apply, getDocumentReference, getName, getReference, merge, setDocumentReference, setName, toString
long getId()
void setId(long id)
id
- the identifier. A long since 4.0M1BaseCollection getObject()
void setObject(BaseCollection object)
String toFormString()
org.dom4j.Element toXML()
PropertyInterface clone()
Copyright © 2004–2022 XWiki. All rights reserved.