com.xpn.xwiki.objects
Interface PropertyInterface
- All Superinterfaces:
- ElementInterface
- All Known Subinterfaces:
- PropertyClassInterface
- All Known Implementing Classes:
- BaseProperty, BaseStringProperty, BooleanClass, BooleanMetaClass, ComputedFieldClass, ComputedFieldMetaClass, DateClass, DateMetaClass, DateProperty, DBListClass, DBListMetaClass, DBStringListProperty, DBTreeListClass, DBTreeListMetaClass, DoubleProperty, EmailClass, EmailMetaClass, FloatProperty, GroupsClass, GroupsMetaClass, IntegerProperty, LargeStringProperty, LevelsClass, LevelsMetaClass, ListClass, ListMetaClass, ListProperty, LongProperty, NumberClass, NumberMetaClass, NumberProperty, PageClass, PageMetaClass, PasswordClass, PasswordMetaClass, PropertyClass, PropertyMetaClass, StaticListClass, StaticListMetaClass, StringClass, StringListProperty, StringMetaClass, StringProperty, TextAreaClass, TextAreaMetaClass, UsersClass, UsersMetaClass
public interface PropertyInterface
- extends ElementInterface
getId
long getId()
- Returns the identifier of this property for hibernate. The return type is long since 4.0M1
- Returns:
- the identifier of this property
setId
void setId(long id)
- Dummy function to satisfy hibernate requirements.
- Parameters:
id
- the identifier. A long since 4.0M1
getObject
BaseCollection getObject()
setObject
void setObject(BaseCollection object)
toFormString
String toFormString()
toXML
org.dom4j.Element toXML()
clone
PropertyInterface clone()
Copyright © 2004-2013 XWiki. All Rights Reserved.