public abstract class QuidObject extends PetalObject
EMPTY, LOGGER, params, strict
Modifier | Constructor and Description |
---|---|
protected |
QuidObject(PetalNode parent,
String name,
Collection params)
create a QuidObject for the given parent with the given name and the
given collection of params
|
protected |
QuidObject(String name) |
Modifier and Type | Method and Description |
---|---|
String |
getQuid() |
long |
getQuidAsLong() |
void |
init()
Registers this object.
|
void |
setQuid(String quid) |
void |
setQuidAsLong(long quid) |
accept, 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
protected QuidObject(PetalNode parent, String name, Collection params)
parent
- name
- params
- protected QuidObject(String name)
public void init()
init
in class PetalObject
public void setQuid(String quid)
public String getQuid()
public long getQuidAsLong()
public void setQuidAsLong(long quid)
Copyright © 2018 BITPlan GmbH. All rights reserved.