|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sourceforge.jemm.weaver.domain.ContainedDummy
public class ContainedDummy
Test domain class used by unit tests.
| Field Summary | |
|---|---|
protected org.sourceforge.jemm.lifecycle.ShadowUserObject |
jemmOIF
|
| Constructor Summary | |
|---|---|
ContainedDummy()
Constructs a ContainedDummy. |
|
ContainedDummy(org.sourceforge.jemm.lifecycle.ShadowUserObject so)
Constructs a ContainedDummy with the given shadow object. |
|
| Method Summary | |
|---|---|
int |
getI()
Get 'i' |
void |
setI(int i)
Set 'i' |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.sourceforge.jemm.lifecycle.ShadowUserObject jemmOIF
| Constructor Detail |
|---|
public ContainedDummy()
public ContainedDummy(org.sourceforge.jemm.lifecycle.ShadowUserObject so)
so - The ShadowObject for this user class.| Method Detail |
|---|
public int getI()
public void setI(int i)
i - the new value of 'i'
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||