Class ClientUserGroupView
- java.lang.Object
 - 
- de.xima.fc.workflow.designer.model.client.ClientUserGroupView
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class ClientUserGroupView extends Object implements Serializable
View of aUserGroupthat can be sent to the client.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClientUserGroupViewforUserGroup(BenutzerGruppe userGroup)LonggetId()StringgetName()UUIDgetUuid() 
 - 
 
- 
- 
Method Detail
- 
getId
public Long getId()
 
- 
getName
public String getName()
 
- 
getUuid
public UUID getUuid()
 
- 
forUserGroup
public static ClientUserGroupView forUserGroup(BenutzerGruppe userGroup)
 
 - 
 
 -