org.telscenter.pas.beans
Class PasActivity
java.lang.Object
java.beans.beancontext.BeanContextChildSupport
org.telscenter.pas.beans.PasActivity
- All Implemented Interfaces:
- java.beans.beancontext.BeanContextChild, java.beans.beancontext.BeanContextServiceRevokedListener, java.beans.beancontext.BeanContextServicesListener, java.io.Serializable, java.util.EventListener, net.sf.sail.common.beansupport.ITitleAware, IAuthorNotation, IHelp
public class PasActivity
- extends java.beans.beancontext.BeanContextChildSupport
- implements IAuthorNotation, net.sf.sail.common.beansupport.ITitleAware, IHelp
Bean representing a Pas activity.
- Author:
- turadg
- See Also:
- Serialized Form
|
Field Summary |
static java.lang.String |
STEPS
|
| Fields inherited from class java.beans.beancontext.BeanContextChildSupport |
beanContext, beanContextChildPeer, pcSupport, rejectedSetBCOnce, vcSupport |
| Methods inherited from class java.beans.beancontext.BeanContextChildSupport |
addPropertyChangeListener, addVetoableChangeListener, firePropertyChange, fireVetoableChange, getBeanContext, getBeanContextChildPeer, initializeBeanContextResources, isDelegated, releaseBeanContextResources, removePropertyChangeListener, removeVetoableChangeListener, serviceAvailable, serviceRevoked, validatePendingSetBeanContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
STEPS
public static final java.lang.String STEPS
- See Also:
- Constant Field Values
PasActivity
public PasActivity()
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle in interface net.sf.sail.common.beansupport.ITitleAware- Specified by:
getTitle in interface IAuthorNotation
setTitle
public void setTitle(java.lang.String title)
- Specified by:
setTitle in interface net.sf.sail.common.beansupport.ITitleAware- Specified by:
setTitle in interface IAuthorNotation
getSteps
public PasStep[] getSteps()
getSteps
public PasStep getSteps(int i)
setSteps
public void setSteps(int index,
PasStep bean)
setSteps
public void setSteps(PasStep[] beans)
getAuthorNotes
public java.lang.String getAuthorNotes()
- Specified by:
getAuthorNotes in interface IAuthorNotation
setAuthorNotes
public void setAuthorNotes(java.lang.String authorNotes)
- Specified by:
setAuthorNotes in interface IAuthorNotation
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
getHelpId
public java.lang.String getHelpId()
- Specified by:
getHelpId in interface IHelp
- Returns:
- The string help id of for this bean/class.
This help id should
correspond to a "target" string found in a map.jhm file. See the
JavaHelp User's guide for more information about map.jhm. - See Also:
IHelp.getHelpId()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
isInPod
protected boolean isInPod()
setBeanContext
public void setBeanContext(java.beans.beancontext.BeanContext bc)
throws java.beans.PropertyVetoException
- Specified by:
setBeanContext in interface java.beans.beancontext.BeanContextChild- Overrides:
setBeanContext in class java.beans.beancontext.BeanContextChildSupport
- Throws:
java.beans.PropertyVetoException- See Also:
BeanContextChildSupport.setBeanContext(java.beans.beancontext.BeanContext)
Copyright © 2004-2008 TELS Center. All Rights Reserved.