org.apache.lenya.cms.workflow
Class CMSVersion

java.lang.Object
  extended by org.apache.lenya.workflow.impl.Version
      extended by org.apache.lenya.cms.workflow.CMSVersion

public class CMSVersion
extends Version


Constructor Summary
CMSVersion(Event event, State state)
          Ctor.
 
Method Summary
 java.lang.String getUserId()
          Returns the user ID.
 void setUserId(java.lang.String userId)
          Sets the user ID.
 
Methods inherited from class org.apache.lenya.workflow.impl.Version
getEvent, getState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMSVersion

public CMSVersion(Event event,
                  State state)
Ctor.

Parameters:
event - The event.
state - The state.
Method Detail

getUserId

public java.lang.String getUserId()
Returns the user ID.

Returns:
A string.

setUserId

public void setUserId(java.lang.String userId)
Sets the user ID.

Parameters:
userId - A user ID.


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.