jBPM Console NG - Human Tasks API 6.1.0.Beta2

org.jbpm.console.ng.ht.model
Class Group

java.lang.Object
  extended by org.jbpm.console.ng.ht.model.IdentitySummary
      extended by org.jbpm.console.ng.ht.model.Group
All Implemented Interfaces:
Serializable

@Portable
public class Group
extends IdentitySummary

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.console.ng.ht.model.IdentitySummary
id, SEPARATOR, SEPARATOR_REGEX
 
Constructor Summary
Group()
           
Group(String description)
           
 
Method Summary
 String getId()
           
 Group getParent()
           
 void setParent(Group parent)
           
 
Methods inherited from class org.jbpm.console.ng.ht.model.IdentitySummary
getName, setId, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group

public Group()

Group

public Group(String description)
Method Detail

getParent

public Group getParent()

setParent

public void setParent(Group parent)

getId

public String getId()
Overrides:
getId in class IdentitySummary

jBPM Console NG - Human Tasks API 6.1.0.Beta2

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