|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttransaction.ResourceData
public class ResourceData
Field Summary | |
---|---|
int |
price
|
int |
reserved
|
int |
totalAvailable
|
Constructor Summary | |
---|---|
ResourceData(int totalAvailable,
int reserved,
int price)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int totalAvailable
public int reserved
public int price
Constructor Detail |
---|
public ResourceData(int totalAvailable, int reserved, int price)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |