cb.petal
Class SendEvent

java.lang.Object
  |
  +--cb.petal.PetalObject
        |
        +--cb.petal.QuidObject
              |
              +--cb.petal.SendEvent
All Implemented Interfaces:
java.lang.Cloneable, PetalNode, java.io.Serializable

public class SendEvent
extends QuidObject

Represents sendEvent object

Version:
$Id: SendEvent.java,v 1.8 2001/06/22 09:10:36 dahm Exp $
Author:
M. Dahm
See Also:
Serialized Form

Fields inherited from class cb.petal.PetalObject
EMPTY, params
 
Constructor Summary
SendEvent()
           
SendEvent(PetalNode parent, java.util.Collection params)
           
 
Method Summary
 void accept(Visitor v)
           
 ActionTime getActionTime()
           
 Event getEvent()
           
 java.lang.String getTarget()
           
 void setActionTime(ActionTime o)
           
 void setEvent(Event o)
           
 void setTarget(java.lang.String o)
           
 
Methods inherited from class cb.petal.QuidObject
getQuid, getQuidAsLong, init, setQuid, setQuidAsLong
 
Methods inherited from class cb.petal.PetalObject
addProperty, addToList, clone, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, equals, getChildCount, getKind, getLongestName, getName, getNames, getNoProperties, getParameterList, getParent, getProperties, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsFloat, getPropertyAsInteger, getPropertyAsString, getPropertyList, getPropertyName, getPropertyTuples, getQualifiedName, getRoot, indexOf, moveProperty, removeFromList, removeProperty, removeProperty, setName, setParameterList, setParent, setProperty, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SendEvent

public SendEvent(PetalNode parent,
                 java.util.Collection params)

SendEvent

public SendEvent()
Method Detail

getEvent

public Event getEvent()

setEvent

public void setEvent(Event o)

getTarget

public java.lang.String getTarget()

setTarget

public void setTarget(java.lang.String o)

getActionTime

public ActionTime getActionTime()

setActionTime

public void setActionTime(ActionTime o)

accept

public void accept(Visitor v)
Overrides:
accept in class PetalObject