Class CatalogTreeDTO
java.lang.Object
cn.net.pap.common.datastructure.catalog.dto.CatalogTreeDTO
- All Implemented Interfaces:
Serializable
目录属性结构
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCatalogTreeDTO(String text, String type) CatalogTreeDTO(String id, String text, String type) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(CatalogTreeDTO child) getId()getPid()getText()getType()voidsetChildren(List<CatalogTreeDTO> children) voidvoidvoidvoidtoString()