Enterprise Information Portal APIs

com.ibm.mm.beans.workflow
Class CMBWorkFlowAction

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

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

This class represents a workflow action.

See Also:
CMBWorkFlowQueryService, Serialized Form

Constructor Summary
CMBWorkFlowAction()
          Default constructor
 
Method Summary
 java.lang.String getAuditComment()
          Gets the audit comment
 java.lang.String getDescription()
          Gets description property.
 byte[] getIcon()
          Gets the icon data
 java.lang.String getName()
          Gets name property.
 java.lang.String getPrompt()
          Gets the prompt of this action.
 java.lang.String getShortcut()
          Gets the shortcut
 java.lang.String getUserExitClassName()
          Gets the name of the user exit class
 boolean isPredefined()
          Gets "predefined" of this action data
 void setAuditComment(java.lang.String auditComment)
          Sets the audit comment
 void setDescription(java.lang.String description)
          Sets description property.
 void setIcon(byte[] icon)
          Sets the icon
 void setName(java.lang.String name)
          Sets name property.
 void setPredefined(boolean predefined)
          Sets "predefined" of this action data
 void setPrompt(java.lang.String prompt)
          Sets prompt property.
 void setShortcut(java.lang.String shortcut)
          Sets the shortcut
 void setUserExitClassName(java.lang.String userExitClassName)
          Sets name of the user exit class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMBWorkFlowAction

public CMBWorkFlowAction()
Default constructor
Method Detail

getUserExitClassName

public java.lang.String getUserExitClassName()
Gets the name of the user exit class
Returns:
name of the user exit or null if there is no user exit

setUserExitClassName

public void setUserExitClassName(java.lang.String userExitClassName)
Sets name of the user exit class
Parameters:
userExitClassName - the name of the user exit

getAuditComment

public java.lang.String getAuditComment()
Gets the audit comment
Returns:
the audit comment

setAuditComment

public void setAuditComment(java.lang.String auditComment)
Sets the audit comment
Parameters:
auditComment - the audit comment

getShortcut

public java.lang.String getShortcut()
Gets the shortcut
Returns:
the shortcut

setShortcut

public void setShortcut(java.lang.String shortcut)
Sets the shortcut
Parameters:
the - shortcut the shortcut

getIcon

public byte[] getIcon()
Gets the icon data
Returns:
the icon data

setIcon

public void setIcon(byte[] icon)
Sets the icon
Parameters:
the - icon

setPredefined

public void setPredefined(boolean predefined)
Sets "predefined" of this action data
Parameters:
predefined - indicates whether the work flow action is a System Admin predefined action

isPredefined

public boolean isPredefined()
Gets "predefined" of this action data
Returns:
a boolean value indicating whether the work flow action object is a System Admin predefined action

getName

public java.lang.String getName()
Gets name property.
Returns:
name the name of this action. A null is returned if the name is not set.

setName

public void setName(java.lang.String name)
Sets name property.
Parameters:
name - of this action

setDescription

public void setDescription(java.lang.String description)
Sets description property.
Parameters:
description - of this action

getDescription

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

getPrompt

public java.lang.String getPrompt()
Gets the prompt of this action.
Returns:
prompt the string used on the popup menu

setPrompt

public void setPrompt(java.lang.String prompt)
Sets prompt property.
Parameters:
prompt - the string used on the popup menu

EIP JavaBeans

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