public class GroupDto extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
name |
protected String |
type |
Constructor and Description |
---|
GroupDto() |
Modifier and Type | Method and Description |
---|---|
static GroupDto |
fromGroup(Group dbGroup) |
static List<GroupDto> |
fromGroupList(List<Group> dbGroupList) |
String |
getId() |
String |
getName() |
String |
getType() |
void |
setId(String id) |
void |
setName(String name) |
void |
setType(String type) |
void |
update(Group dbGroup) |
Copyright © 2015. All rights reserved.