org.camunda.bpm.engine.rest.dto.identity
Class GroupDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.identity.GroupDto

public class GroupDto
extends Object

Author:
Daniel Meyer

Field Summary
protected  String id
           
protected  String name
           
protected  String type
           
 
Constructor Summary
GroupDto()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

name

protected String name

type

protected String type
Constructor Detail

GroupDto

public GroupDto()
Method Detail

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.