Class ChartGroupDTO
- java.lang.Object
-
- io.dataease.plugins.common.base.domain.DatasetGroup
-
- io.dataease.plugins.common.dto.chart.ChartGroupDTO
-
- All Implemented Interfaces:
ITreeBase<ChartGroupDTO>,Serializable
public class ChartGroupDTO extends DatasetGroup implements ITreeBase<ChartGroupDTO>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChartGroupDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNodeType()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.dataease.plugins.common.model.ITreeBase
getChildren, getId, getPid, setChildren, setId, setPid
-
-
-
-
Method Detail
-
getNodeType
public String getNodeType()
- Specified by:
getNodeTypein interfaceITreeBase<ChartGroupDTO>
-
-