|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Oid
| Method Summary | |
|---|---|
void |
clearPrevious()
Indicate that the previous value has been used to remap the adapter
and should not been cleared. |
void |
copyFrom(Oid oid)
Copies the content of the specified oid into this oid. |
Oid |
getPrevious()
Returns the pending oid if there is one. |
boolean |
hasPrevious()
Returns true if this oid contains a previous value, specifically that the Oid was changed from
transient to persistent. |
boolean |
isTransient()
Flags whether this OID is temporary, and is for a transient object.. |
void |
makePersistent()
Marks the Oid as persistent. |
| Methods inherited from interface org.nakedobjects.metamodel.commons.encoding.Encodable |
|---|
encode |
| Method Detail |
|---|
void copyFrom(Oid oid)
After this call the #hashCode() return by both the specified object and this
object will be the same, and both objects will be equal.
Oid getPrevious()
hasPrevious(),
clearPrevious()boolean hasPrevious()
previous value, specifically that the Oid was changed from
transient to persistent.
getPrevious(),
clearPrevious()void clearPrevious()
previous value has been used to remap the adapter
and should not been cleared.
getPrevious(),
hasPrevious()boolean isTransient()
void makePersistent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||