org.jbpm.task
Class Reassignment

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

@Entity
public class Reassignment
extends Object
implements Externalizable

See Also:
Serialized Form

Constructor Summary
Reassignment()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<I18NText> getDocumentation()
           
 Long getId()
           
 List<OrganizationalEntity> getPotentialOwners()
           
 int hashCode()
           
 void readExternal(ObjectInput in)
           
 void setDocumentation(List<I18NText> documentation)
           
 void setId(long id)
           
 void setPotentialOwners(List<OrganizationalEntity> potentialOwners)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reassignment

public Reassignment()
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

getId

public Long getId()

setId

public void setId(long id)

getDocumentation

public List<I18NText> getDocumentation()

setDocumentation

public void setDocumentation(List<I18NText> documentation)

getPotentialOwners

public List<OrganizationalEntity> getPotentialOwners()

setPotentialOwners

public void setPotentialOwners(List<OrganizationalEntity> potentialOwners)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


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