Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.lenya.workflow.impl
Class Version  view Version download Version.java

java.lang.Object
  extended byorg.apache.lenya.workflow.impl.Version

public class Version
extends java.lang.Object

A version of the workflow history.


Field Summary
private  org.apache.lenya.workflow.Event event
           
private  org.apache.lenya.workflow.State state
           
 
Constructor Summary
Version(org.apache.lenya.workflow.Event event, org.apache.lenya.workflow.State state)
          Ctor.
 
Method Summary
 org.apache.lenya.workflow.Event getEvent()
          Returns the event.
 org.apache.lenya.workflow.State getState()
          Returns the state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event

private org.apache.lenya.workflow.Event event

state

private org.apache.lenya.workflow.State state
Constructor Detail

Version

public Version(org.apache.lenya.workflow.Event event,
               org.apache.lenya.workflow.State state)
Ctor.

Method Detail

getEvent

public org.apache.lenya.workflow.Event getEvent()
Returns the event.


getState

public org.apache.lenya.workflow.State getState()
Returns the state.