cb.petal
Class Object

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

public class Object
extends QuiduObject
implements Named

Represents Object object

Version:
$Id: Object.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
Object()
           
Object(PetalNode parent, java.util.Collection params)
           
 
Method Summary
 void accept(Visitor v)
           
 java.lang.String getClassName()
           
 List getCollaborators()
           
 Class getInstantiatedClass()
           
 boolean getMulti()
           
 java.lang.String getNameParameter()
           
 java.lang.String getPersistence()
           
 void setClassName(java.lang.String o)
           
 void setCollaborators(List o)
           
 void setMulti(boolean o)
           
 void setNameParameter(java.lang.String o)
           
 void setPersistence(java.lang.String o)
           
 
Methods inherited from class cb.petal.QuiduObject
getQuidu, getQuiduAsLong, getReferencedObject, setQuidu, setQuiduAsLong
 
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
 
Methods inherited from interface cb.petal.PetalNode
getChildCount, getKind
 

Constructor Detail

Object

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

Object

public Object()
Method Detail

getInstantiatedClass

public Class getInstantiatedClass()
Returns:
instantiated class

setNameParameter

public void setNameParameter(java.lang.String o)
Specified by:
setNameParameter in interface Named

getNameParameter

public java.lang.String getNameParameter()
Specified by:
getNameParameter in interface Named

getCollaborators

public List getCollaborators()

setCollaborators

public void setCollaborators(List o)

getClassName

public java.lang.String getClassName()

setClassName

public void setClassName(java.lang.String o)

getPersistence

public java.lang.String getPersistence()

setPersistence

public void setPersistence(java.lang.String o)

getMulti

public boolean getMulti()

setMulti

public void setMulti(boolean o)

accept

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