org.jbpm.userprofile
Class Group

java.lang.Object
  extended by org.jbpm.userprofile.OrganizationalEntity
      extended by org.jbpm.userprofile.Group

public class Group
extends OrganizationalEntity


Constructor Summary
Group()
           
Group(String id)
           
 
Method Summary
 void setMembers(List<OrganizationalEntity> members)
           
 
Methods inherited from class org.jbpm.userprofile.OrganizationalEntity
equals, getId, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Group

public Group()

Group

public Group(String id)
Method Detail

setMembers

public void setMembers(List<OrganizationalEntity> members)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.