transaction
Class ResourceData

java.lang.Object
  extended by transaction.ResourceData
All Implemented Interfaces:
java.io.Serializable

public class ResourceData
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

totalAvailable

public int totalAvailable

reserved

public int reserved

price

public int price
Constructor Detail

ResourceData

public ResourceData(int totalAvailable,
                    int reserved,
                    int price)