|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimulations.core.strategy.ObjectIntElement
public class ObjectIntElement
This class describes an object used to store an object associated to an int
Constructor Summary | |
---|---|
ObjectIntElement(java.lang.Object object,
int nb)
Creates a new instance of ObjectIntElement |
Method Summary | |
---|---|
int |
getNb()
Getter for property nb. |
java.lang.Object |
getObject()
Getter for property object. |
void |
setNb(int nb)
Setter for property nb. |
void |
setObject(java.lang.Object object)
Setter for property object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectIntElement(java.lang.Object object, int nb)
object
- The objectnb
- The int associate to the objectMethod Detail |
---|
public int getNb()
public void setNb(int nb)
nb
- New value of property nb.public java.lang.Object getObject()
public void setObject(java.lang.Object object)
object
- New value of property object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |