org.jbpm.task
Class Delegation
java.lang.Object
org.jbpm.task.Delegation
- All Implemented Interfaces:
- Externalizable, Serializable
@Embeddable
public class Delegation
- extends Object
- implements Externalizable
- See Also:
- Serialized Form
Delegation
public Delegation()
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
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.