org.camunda.bpm.engine.rest.dto.identity
Class GroupDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.identity.GroupDto
public class GroupDto
- extends Object
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
name
protected String name
type
protected String type
GroupDto
public GroupDto()
fromGroup
public static GroupDto fromGroup(Group dbGroup)
update
public void update(Group dbGroup)
fromGroupList
public static List<GroupDto> fromGroupList(List<Group> dbGroupList)
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getType
public String getType()
setType
public void setType(String type)
Copyright © 2016 camunda services GmbH. All rights reserved.