Package org.xwiki.livedata
Class LiveDataEntryDescriptor
- java.lang.Object
-
- org.xwiki.livedata.LiveDataEntryDescriptor
-
public class LiveDataEntryDescriptor extends Object
Describes a live data entry.- Since:
- 12.10
- Version:
- $Id: 7bad92cf69c2e7c619228b09b5dfd7102c358035 $
-
-
Constructor Summary
Constructors Constructor Description LiveDataEntryDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdProperty()voidinitialize()Preventnullvalues where it's possible.voidsetIdProperty(String idProperty)Sets the name of the property that identifies the live data entry.
-
-
-
Method Detail
-
getIdProperty
public String getIdProperty()
- Returns:
- the name of the property that identifies the live data entry
-
setIdProperty
public void setIdProperty(String idProperty)
Sets the name of the property that identifies the live data entry.- Parameters:
idProperty- the name of a property of a live data entry
-
initialize
public void initialize()
Preventnullvalues where it's possible.
-
-