org.jbpm.task
Class Group

java.lang.Object
  extended by org.jbpm.task.OrganizationalEntity
      extended by org.jbpm.task.Group
All Implemented Interfaces:
Externalizable, Serializable

@Entity
public class Group
extends OrganizationalEntity
implements Externalizable

See Also:
Serialized Form

Constructor Summary
Group()
           
Group(String id)
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.jbpm.task.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

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class OrganizationalEntity
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class OrganizationalEntity
Throws:
IOException
ClassNotFoundException


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