org.obe.xpdl.model.misc
Class Deadline

java.lang.Object
  extended byorg.obe.util.AbstractBean
      extended byorg.obe.xpdl.model.misc.Deadline
All Implemented Interfaces:
java.beans.beancontext.BeanContextChild, java.io.Serializable

public final class Deadline
extends AbstractBean

See Also:
Serialized Form

Constructor Summary
Deadline()
           
Deadline(java.lang.String deadlineCondition, java.lang.String exceptionName)
           
 
Method Summary
 java.lang.String getDeadlineCondition()
           
 Duration getDuration()
           
 java.lang.String getExceptionName()
           
 ExecutionType getExecutionType()
           
 void setDeadlineCondition(java.lang.String deadlineCondition)
           
 void setDuration(Duration duration)
           
 void setExceptionName(java.lang.String exceptionName)
           
 void setExecutionType(ExecutionType executionType)
           
 java.lang.String toString()
           
 
Methods inherited from class org.obe.util.AbstractBean
add, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clear, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, get, get, getBeanContext, getListModel, hasChangeListeners, hasVetoListeners, remove, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener, set, set, setBeanContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Deadline

public Deadline()

Deadline

public Deadline(java.lang.String deadlineCondition,
                java.lang.String exceptionName)
Method Detail

getDeadlineCondition

public java.lang.String getDeadlineCondition()

setDeadlineCondition

public void setDeadlineCondition(java.lang.String deadlineCondition)

getDuration

public Duration getDuration()

setDuration

public void setDuration(Duration duration)

getExceptionName

public java.lang.String getExceptionName()

setExceptionName

public void setExceptionName(java.lang.String exceptionName)

getExecutionType

public ExecutionType getExecutionType()

setExecutionType

public void setExecutionType(ExecutionType executionType)

toString

public java.lang.String toString()


SourceForge.net Logo OBE-1.0 Copyright (c) 2002-2006 Adrian Price. All Rights Reserved.