Package org.ow2.clif.scenario.isac.util
Class IntHolder
- java.lang.Object
-
- org.ow2.clif.scenario.isac.util.IntHolder
-
public class IntHolder extends java.lang.ObjectThis class implements a simple object storing a int value in order to use the reference of this object, which will be shared between multiple class- Author:
- JC Meillaud, A Peyrard
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIntValue()voidsetIntValue(int intValue)
-