org.jbpm.task
Class Escalation

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

@Entity
public class Escalation
extends Object
implements Externalizable

See Also:
Serialized Form

Constructor Summary
Escalation()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<BooleanExpression> getConstraints()
           
 long getId()
           
 String getName()
           
 List<Notification> getNotifications()
           
 List<Reassignment> getReassignments()
           
 int hashCode()
           
 void readExternal(ObjectInput in)
           
 void setConstraints(List<BooleanExpression> constraints)
           
 void setId(long id)
           
 void setName(String name)
           
 void setNotifications(List<Notification> notifications)
           
 void setReassignments(List<Reassignment> reassignments)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Escalation

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

getName

public String getName()

setName

public void setName(String name)

getConstraints

public List<BooleanExpression> getConstraints()

setConstraints

public void setConstraints(List<BooleanExpression> constraints)

getNotifications

public List<Notification> getNotifications()

setNotifications

public void setNotifications(List<Notification> notifications)

getReassignments

public List<Reassignment> getReassignments()

setReassignments

public void setReassignments(List<Reassignment> reassignments)

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.