org.sourceforge.jemm.weaver.domain
Class ReferenceDummy

java.lang.Object
  extended by org.sourceforge.jemm.weaver.domain.ReferenceDummy

public class ReferenceDummy
extends java.lang.Object

A Dummy domain class containing a reference to another class.

Author:
Paul Keeble

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

ReferenceDummy

public ReferenceDummy()
Create a ReferenceDummy.

Method Detail

getI

public int getI()
Get the value stored in the referenced class.

Returns:
The value stored in the referenced object.

setI

public void setI(int i)
Set the value stored in the referenced class.

Parameters:
i - The new value to set on the referenced object.


Copyright © 2009. All Rights Reserved.