Package org.xwiki.livedata
Class BaseDescriptor
- java.lang.Object
-
- org.xwiki.livedata.WithParameters
-
- org.xwiki.livedata.BaseDescriptor
-
- Direct Known Subclasses:
LiveDataActionDescriptor
,LiveDataLayoutDescriptor
,LiveDataPropertyDescriptor.DisplayerDescriptor
,LiveDataPropertyDescriptor.FilterDescriptor
,LiveDataPropertyDescriptor.OperatorDescriptor
,LiveDataQuery.Source
public class BaseDescriptor extends WithParameters
Base class for various live data configuration descriptors.- Since:
- 12.10
- Version:
- $Id: e729a40f92f9af3fe830cca6d1e383cc5f041b30 $
-
-
Constructor Summary
Constructors Constructor Description BaseDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getId()
int
hashCode()
void
setId(String id)
Set the id.-
Methods inherited from class org.xwiki.livedata.WithParameters
getParameters, setParameter
-
-
-
-
Method Detail
-
getId
public String getId()
- Returns:
- the id
-
setId
public void setId(String id)
Set the id.- Parameters:
id
- the new id
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classWithParameters
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classWithParameters
-
-