|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.object.PersistentObject.InitialInstance
public static class PersistentObject.InitialInstance
An inner class describing an "initial instance" of a persistent object that is to be automatically added to a repository when it is created.
In addition to to the PersistentObject instance, we also define a set of extended properties that the repository will persist with the object.
Method Summary | |
---|---|
PersistentObject |
getPersistentObject()
Get the persistent object to be created. |
boolean |
neverDelete()
Returns true if the object must never be deleted. |
boolean |
neverModify()
Returns true if the object must never be modified. |
boolean |
neverRename()
Returns true if the object must never be renamed. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public PersistentObject getPersistentObject()
public boolean neverDelete()
public boolean neverModify()
public boolean neverRename()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |