|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.metamodel.adapter.InstanceAbstract
public abstract class InstanceAbstract
| Constructor Summary | |
|---|---|
protected |
InstanceAbstract()
|
protected |
InstanceAbstract(NakedObject owner)
|
protected |
InstanceAbstract(NakedObject owner,
Specification specification)
|
| Method Summary | |
|---|---|
NakedObject |
getOwner()
The owning NakedObject of this instance. |
Specification |
getSpecification()
Returns the specification that details the structure of this instance. |
protected Specification |
getSpecificationNoLoad()
Allows subclasses to get specification without necessarily triggering loading if not
yet known. |
protected Specification |
loadSpecification()
Allows the specification to be lazily loaded. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected InstanceAbstract()
protected InstanceAbstract(NakedObject owner)
protected InstanceAbstract(NakedObject owner,
Specification specification)
| Method Detail |
|---|
public final NakedObject getOwner()
InstanceNakedObject of this instance.
In the case of the NakedObject interface, just returns null.
getOwner in interface Instancepublic Specification getSpecification()
Instance
getSpecification in interface Instanceprotected Specification loadSpecification()
protected final Specification getSpecificationNoLoad()
loading if not
yet known.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||