|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sourceforge.jemm.weaver.domain.ReferenceDummy
public class ReferenceDummy
A Dummy domain class containing a reference to another class.
| Constructor Summary | |
|---|---|
ReferenceDummy()
Create a ReferenceDummy. |
|
| Method Summary | |
|---|---|
int |
getI()
Get the value stored in the referenced class. |
void |
setI(int i)
Set the value stored in the referenced class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReferenceDummy()
| Method Detail |
|---|
public int getI()
public void setI(int i)
i - The new value to set on the referenced object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||