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: 4f9bac9fbcc6a2eb706d3decdd2b3cff162e0bdb $
-
-
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.String
toString()
-
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
-
toString
public String toString()
- Overrides:
toString
in classWithParameters
-
-