public class FolderDto extends BaseDto
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<BaseDto> |
childrens |
protected String |
description |
protected String |
type |
| Constructor and Description |
|---|
FolderDto() |
FolderDto(String type,
String id,
String description,
ArrayList<BaseDto> childrens) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<BaseDto> |
getChildrens() |
String |
getDescription() |
String |
getType() |
void |
setChildrens(ArrayList<BaseDto> childrens) |
void |
setDescription(String description) |
void |
setType(String type) |
String |
toString() |
Copyright © 2019. All Rights Reserved.