org.obe.xpdl.model.participant
Class Participant
java.lang.Object
org.obe.util.AbstractBean
org.obe.xpdl.model.misc.AbstractWFElement
org.obe.xpdl.model.participant.Participant
- All Implemented Interfaces:
- java.beans.beancontext.BeanContextChild, CalendarRef, java.io.Serializable
- public final class Participant
- extends AbstractWFElement
- implements CalendarRef
Representation of the XPDL Participant element.
- Author:
- Adrian Price
- See Also:
- Serialized Form
Methods inherited from class org.obe.xpdl.model.misc.AbstractWFElement |
createExtendedAttributes, equals, getDescription, getExtendedAttributes, getId, getName, hashCode, setDescription, setExtendedAttributes, setId, setName |
Methods inherited from class org.obe.util.AbstractBean |
add, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clear, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, get, get, getBeanContext, getListModel, hasChangeListeners, hasVetoListeners, remove, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener, set, set, setBeanContext |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Participant
public Participant()
Participant
public Participant(java.lang.String id,
java.lang.String name,
ParticipantType pType,
ExternalReference extRef)
- Construct a new Participant.
- Parameters:
id
- The participant idname
- The participant namepType
- The participant typeextRef
-
accept
public void accept(PackageVisitor visitor)
getParticipantType
public ParticipantType getParticipantType()
setParticipantType
public void setParticipantType(ParticipantType participantType)
getExternalReference
public ExternalReference getExternalReference()
setExternalReference
public void setExternalReference(ExternalReference externalReference)
getCalendar
public java.lang.String getCalendar()
- Specified by:
getCalendar
in interface CalendarRef
setCalendar
public void setCalendar(java.lang.String calendar)
- Specified by:
setCalendar
in interface CalendarRef
toString
public java.lang.String toString()
- Overrides:
toString
in class AbstractWFElement
OBE-1.0 Copyright (c) 2002-2006 Adrian Price. All Rights Reserved.