org.obe.xpdl.model.workflow
Class ProcessHeader

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

public final class ProcessHeader
extends AbstractBean

See Also:
Serialized Form

Constructor Summary
ProcessHeader()
          Construct a new ProcessHeader.
 
Method Summary
 java.util.Date getCreated()
          Get the date on which the workflow process was created.
 java.lang.String getDescription()
           
 DurationUnit getDurationUnit()
          Get the default duration unit for durations which do not specify the unit.
 Duration getLimit()
           
 java.lang.String getPriority()
           
 TimeEstimation getTimeEstimation()
           
 java.util.Date getValidFrom()
           
 java.util.Date getValidTo()
           
 void setCreated(java.util.Date created)
          Set the date on which the workflow process was created.
 void setDescription(java.lang.String description)
           
 void setDurationUnit(DurationUnit durationUnit)
           
 void setLimit(Duration limit)
           
 void setPriority(java.lang.String priority)
           
 void setTimeEstimation(TimeEstimation timeEstimation)
           
 void setValidFrom(java.util.Date validFrom)
           
 void setValidTo(java.util.Date validTo)
           
 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

ProcessHeader

public ProcessHeader()
Construct a new ProcessHeader.

Method Detail

getCreated

public java.util.Date getCreated()
Get the date on which the workflow process was created.

Returns:
The process creation date

setCreated

public void setCreated(java.util.Date created)
Set the date on which the workflow process was created.

Parameters:
created - The created date

getPriority

public java.lang.String getPriority()

setPriority

public void setPriority(java.lang.String priority)

getLimit

public Duration getLimit()

setLimit

public void setLimit(Duration limit)

getValidFrom

public java.util.Date getValidFrom()

setValidFrom

public void setValidFrom(java.util.Date validFrom)

getValidTo

public java.util.Date getValidTo()

setValidTo

public void setValidTo(java.util.Date validTo)

getTimeEstimation

public TimeEstimation getTimeEstimation()

setTimeEstimation

public void setTimeEstimation(TimeEstimation timeEstimation)

getDurationUnit

public DurationUnit getDurationUnit()
Get the default duration unit for durations which do not specify the unit.

Returns:
The default duration unit

setDurationUnit

public void setDurationUnit(DurationUnit durationUnit)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

toString

public java.lang.String toString()


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