cb.petal
Class Link

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

public class Link
extends QuidObject

Represents Link object

Version:
$Id: Link.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
Link()
           
Link(PetalNode parent, java.util.Collection params)
           
 
Method Summary
 void accept(Visitor v)
           
 java.lang.String getClientContainment()
           
 List getMessages()
           
 java.lang.String getSupplier()
           
 java.lang.String getSupplierContainment()
           
 void setClientContainment(java.lang.String o)
           
 void setMessages(List o)
           
 void setSupplier(java.lang.String o)
           
 void setSupplierContainment(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

Link

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

Link

public Link()
Method Detail

getSupplier

public java.lang.String getSupplier()

setSupplier

public void setSupplier(java.lang.String o)

getSupplierContainment

public java.lang.String getSupplierContainment()

setSupplierContainment

public void setSupplierContainment(java.lang.String o)

getClientContainment

public java.lang.String getClientContainment()

setClientContainment

public void setClientContainment(java.lang.String o)

getMessages

public List getMessages()

setMessages

public void setMessages(List o)

accept

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