Process Class Relationships

filenet.vw.api
Class VWParticipant

java.lang.Object
  |
  +--filenet.vw.api.VWParticipant
All Implemented Interfaces:
java.io.Serializable

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

A VWParticipant object represents a user or user group name. Examples include: using these objects for certain field values, or signifying groups of step participants.

Since:
VWWS3.10
See Also:
Serialized Form

Constructor Summary
VWParticipant()
          Construct a participant object.
VWParticipant(java.lang.String theParticipantName)
          Construct a participant object and set the participant name property.
 
Method Summary
 java.lang.String getParticipantName()
          Gets the name of the participant associated with the VWParticipant object.
 void setParticipantName(java.lang.String theParticipantName)
          Sets the participant associated with the VWParticipant object.
 java.lang.String toString()
          Gets a string version of the particpant name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VWParticipant

public VWParticipant()
Construct a participant object.

VWParticipant

public VWParticipant(java.lang.String theParticipantName)
Construct a participant object and set the participant name property.
Parameters:
theParticipantName - Name of the participant associated with this VWParticipant object
Method Detail

getParticipantName

public java.lang.String getParticipantName()
Gets the name of the participant associated with the VWParticipant object.
Returns:
The name of the participant associated with the VWParticipant object.

setParticipantName

public void setParticipantName(java.lang.String theParticipantName)
Sets the participant associated with the VWParticipant object.
Parameters:
theParticipantName - The name of the participant associated with theVWParticipant object.

toString

public java.lang.String toString()
Gets a string version of the particpant name.
Overrides:
toString in class java.lang.Object
Returns:
The name of the participant.

Process Class Relationships

Copyright © 2002 FileNET Corporation. All rights reserved.