|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PaloObject
PaloObject
A palo object extends the NamedEntity
interface by adding an
identifier to it. This identifier could be used to reference the palo object
within the scope of its parent.
NOTE:
The id is only unique within the scope of the parent of this palo object,
e.g. an Element
id is only unique within its Dimension
but
not Database
wide. Furthermore note that an id could be reused that
means, in case of a deletion of a palo object its corresponding id could
later be assigned to a newly created one!
Field Summary | |
---|---|
static int |
TYPE_ATTRIBUTE
|
static int |
TYPE_NORMAL
|
static int |
TYPE_SYSTEM
|
static int |
TYPE_USER_INFO
|
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the unique identifier of this palo object. |
int |
getType()
TODO please comment :) |
Methods inherited from interface org.palo.api.NamedEntity |
---|
getName |
Methods inherited from interface org.palo.api.Writable |
---|
canBeModified, canCreateChildren |
Field Detail |
---|
static final int TYPE_NORMAL
static final int TYPE_SYSTEM
static final int TYPE_ATTRIBUTE
static final int TYPE_USER_INFO
Method Detail |
---|
java.lang.String getId()
Important note: for a correct usage please note that the returned id is only unique within the parent scope of this palo object. Furthermore in case of deletion the id is reused, i.e. if a palo object is removed its id could be given to a newly created palo object afterwards!!
int getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |