jBPM distribution 6.0.0.CR5

org.jbpm.services.task.impl.model
Class DelegationImpl

java.lang.Object
  extended by org.jbpm.services.task.impl.model.DelegationImpl
All Implemented Interfaces:
Externalizable, Serializable, org.kie.internal.task.api.model.Delegation

@Embeddable
public class DelegationImpl
extends Object
implements org.kie.internal.task.api.model.Delegation

See Also:
Serialized Form

Constructor Summary
DelegationImpl()
           
 
Method Summary
 boolean equals(Object obj)
           
 org.kie.internal.task.api.model.AllowedToDelegate getAllowed()
           
 List<OrganizationalEntity> getDelegates()
           
 int hashCode()
           
 void readExternal(ObjectInput in)
           
 void setAllowed(org.kie.internal.task.api.model.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

DelegationImpl

public DelegationImpl()
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 org.kie.internal.task.api.model.AllowedToDelegate getAllowed()
Specified by:
getAllowed in interface org.kie.internal.task.api.model.Delegation

setAllowed

public void setAllowed(org.kie.internal.task.api.model.AllowedToDelegate allowedToDelegate)
Specified by:
setAllowed in interface org.kie.internal.task.api.model.Delegation

getDelegates

public List<OrganizationalEntity> getDelegates()
Specified by:
getDelegates in interface org.kie.internal.task.api.model.Delegation

setDelegates

public void setDelegates(List<OrganizationalEntity> delegates)
Specified by:
setDelegates in interface org.kie.internal.task.api.model.Delegation

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.CR5

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