wt.workflow.work
Class WfBallot

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.workflow.work.WfBallot
All Implemented Interfaces:
Externalizable, Serializable, NetFactor, ObjectMappable, Persistable, DisplayIdentification

public class WfBallot
extends WTObject
implements Externalizable

These are the ballots objects used in assigned activities. Ballots will be generated at runtime.

Use the newWfBallot static factory method(s), not the WfBallot constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static String EVENT_LIST
          Label for the attribute; Event list vector from workComplete.
static String TIMESTAMP
          Label for the attribute.
 
Method Summary
 Vector getEventList()
          Gets the value of the attribute: EVENT_LIST.
 Timestamp getTimestamp()
          Gets the value of the attribute: TIMESTAMP.
 void setEventList(Vector a_EventList)
          Sets the value of the attribute: EVENT_LIST.
 void setTimestamp(Timestamp a_Timestamp)
          Sets the value of the attribute: TIMESTAMP.
 
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

EVENT_LIST

public static final String EVENT_LIST
Label for the attribute; Event list vector from workComplete.

Supported API: true

See Also:
Constant Field Values

TIMESTAMP

public static final String TIMESTAMP
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getEventList

public Vector getEventList()
Gets the value of the attribute: EVENT_LIST. Event list vector from workComplete.

Supported API: true

Returns:
Vector

setEventList

public void setEventList(Vector a_EventList)
                  throws WTPropertyVetoException
Sets the value of the attribute: EVENT_LIST. Event list vector from workComplete.

Supported API: true

Parameters:
a_EventList -
Throws:
WTPropertyVetoException

getTimestamp

public Timestamp getTimestamp()
Gets the value of the attribute: TIMESTAMP.

Supported API: true

Returns:
Timestamp

setTimestamp

public void setTimestamp(Timestamp a_Timestamp)
                  throws WTPropertyVetoException
Sets the value of the attribute: TIMESTAMP.

Supported API: true

Parameters:
a_Timestamp -
Throws:
WTPropertyVetoException