Enterprise Information Portal APIs

com.ibm.mm.beans.workflow
Class CMBWorkFlowTemplate

java.lang.Object
  |
  +--com.ibm.mm.beans.workflow.CMBWorkFlowTemplate
All Implemented Interfaces:
java.io.Serializable

public class CMBWorkFlowTemplate
extends java.lang.Object
implements java.io.Serializable

This class represents a workflow template.

See Also:
CMBWorkFlowQueryService, Serialized Form

Constructor Summary
CMBWorkFlowTemplate()
          Default constructor
 
Method Summary
 java.lang.String getCreationTime()
          Gets creation time.
 java.lang.String getDescription()
          Gets description.
 java.lang.String getModificationTime()
          Gets the last modification time.
 java.lang.String getName()
          Gets the name of the workflow template.
 void setCreationTime(java.lang.String creationTime)
          Sets creation time.
 void setDescription(java.lang.String description)
          Sets description.
 void setModificationTime(java.lang.String modificationTime)
          Sets the last modification time.
 void setName(java.lang.String name)
          Sets the workflow template name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMBWorkFlowTemplate

public CMBWorkFlowTemplate()
Default constructor
Method Detail

getName

public java.lang.String getName()
Gets the name of the workflow template.
Returns:
name. Null is returned if name is not set.

setName

public void setName(java.lang.String name)
Sets the workflow template name.
Parameters:
name - workflow template name

setDescription

public void setDescription(java.lang.String description)
Sets description.
Parameters:
description -  

getDescription

public java.lang.String getDescription()
Gets description.
Returns:
description. Null is returned if description is not set.

getModificationTime

public java.lang.String getModificationTime()
Gets the last modification time. Modification time is returned as a String in military time, format: yyyy-mo-dd-hh.mi.ssDD:MM:YY:SS:MM:HH
Returns:
modification time a null is returned if the modification time is not set

setModificationTime

public void setModificationTime(java.lang.String modificationTime)
Sets the last modification time. Modification time must be in military time and format: yyyy-mo-dd-hh.mi.ss
Parameters:
modificationTime -  

getCreationTime

public java.lang.String getCreationTime()
Gets creation time. Creation time is returned as a String in military time, format: yyyy-mo-dd-hh.mi.ss
Returns:
creation time a null is returned if the creationTime is not set

setCreationTime

public void setCreationTime(java.lang.String creationTime)
Sets creation time. Creation time must be in military time and format: yyyy-mo-dd-hh.mi.ss
Parameters:
creation - time

EIP JavaBeans

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.