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
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 |
Object
public Object(PetalNode parent,
java.util.Collection params)
Object
public Object()
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