|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--org.sapia.util.xml.confix.CreationStatus
Models a "creation status". A creation status encapsulates:
CreationStatus stat = CreationStatus.create(someObject);
| Method Summary | |
|---|---|
CreationStatus |
assigned(boolean assigned)
Sets this instance's "assigned" status. |
static CreationStatus |
create(Object created)
Returns a CreationStatus that encapsulates the given
instance. |
Object |
getCreated()
Returns the created object. |
void |
setCreated(Object created)
Sets the object that was created. |
boolean |
wasAssigned()
Returns true if the encapsulated object was
assigned to its parent. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public Object getCreated()
Object.public void setCreated(Object created)
public boolean wasAssigned()
true if the encapsulated object was
assigned to its parent.
true if the encapsulated object was
assigned to its parent.public CreationStatus assigned(boolean assigned)
assigned - if true, indicates that the object
encapsulated within this instance was assigned to its parent.public static CreationStatus create(Object created)
CreationStatus that encapsulates the given
instance.
created - the created object.
CreationStatus.
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||