Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbpm.workflow.organisation.impl
Class GroupImpl  view GroupImpl download GroupImpl.java

java.lang.Object
  extended byorg.jbpm.workflow.organisation.impl.ActorImpl
      extended byorg.jbpm.workflow.organisation.impl.GroupImpl
All Implemented Interfaces:
org.jbpm.workflow.organisation.Actor, java.lang.Comparable, org.jbpm.workflow.organisation.Group, java.io.Serializable

public class GroupImpl
extends ActorImpl
implements org.jbpm.workflow.organisation.Group


Field Summary
private  java.util.Collection children
           
private  java.util.Collection memberships
           
private  java.lang.String name
           
private  org.jbpm.workflow.organisation.Group parent
           
private  java.lang.String type
           
 
Fields inherited from class org.jbpm.workflow.organisation.impl.ActorImpl
id
 
Constructor Summary
GroupImpl()
           
 
Method Summary
 java.util.Collection getChildren()
          gets the child-Groups of this group.
 java.util.Collection getMemberships()
          gets all the org.jbpm.workflow.organisation.Memberships of this Group.
 java.lang.String getName()
          the name for the actor.
 org.jbpm.workflow.organisation.Group getParent()
          gets the parent-Group of this group.
 java.lang.String getType()
           
 void setChildren(java.util.Collection children)
           
 void setMemberships(java.util.Collection memberships)
           
 void setName(java.lang.String name)
           
 void setParent(org.jbpm.workflow.organisation.Group parent)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class org.jbpm.workflow.organisation.impl.ActorImpl
compareTo, equals, getId, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jbpm.workflow.organisation.Actor
getId
 

Field Detail

name

private java.lang.String name

type

private java.lang.String type

memberships

private java.util.Collection memberships

parent

private org.jbpm.workflow.organisation.Group parent

children

private java.util.Collection children
Constructor Detail

GroupImpl

public GroupImpl()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: org.jbpm.workflow.organisation.Actor
the name for the actor.

Specified by:
getName in interface org.jbpm.workflow.organisation.Actor

setName

public void setName(java.lang.String name)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getMemberships

public java.util.Collection getMemberships()
Description copied from interface: org.jbpm.workflow.organisation.Group
gets all the org.jbpm.workflow.organisation.Memberships of this Group.

Specified by:
getMemberships in interface org.jbpm.workflow.organisation.Group

setMemberships

public void setMemberships(java.util.Collection memberships)

getParent

public org.jbpm.workflow.organisation.Group getParent()
Description copied from interface: org.jbpm.workflow.organisation.Group
gets the parent-Group of this group.

Specified by:
getParent in interface org.jbpm.workflow.organisation.Group

setParent

public void setParent(org.jbpm.workflow.organisation.Group parent)

getChildren

public java.util.Collection getChildren()
Description copied from interface: org.jbpm.workflow.organisation.Group
gets the child-Groups of this group.

Specified by:
getChildren in interface org.jbpm.workflow.organisation.Group

setChildren

public void setChildren(java.util.Collection children)