jBPM distribution 6.0.0.Beta1

org.jbpm.task
Class Delegation

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

@Embeddable
public class Delegation
extends Object
implements Externalizable

See Also:
Serialized Form

Constructor Summary
Delegation()
           
 
Method Summary
 boolean equals(Object obj)
           
 AllowedToDelegate getAllowed()
           
 List<OrganizationalEntity> getDelegates()
           
 int hashCode()
           
 void readExternal(ObjectInput in)
           
 void setAllowed(AllowedToDelegate allowedToDelegate)
           
 void setDelegates(List<OrganizationalEntity> delegates)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Delegation

public Delegation()
Method Detail

writeExternal

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

readExternal

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

getAllowed

public AllowedToDelegate getAllowed()

setAllowed

public void setAllowed(AllowedToDelegate allowedToDelegate)

getDelegates

public List<OrganizationalEntity> getDelegates()

setDelegates

public void setDelegates(List<OrganizationalEntity> delegates)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

jBPM distribution 6.0.0.Beta1

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