org.dps.core.model.common
Class Asset

java.lang.Object
  extended by org.dps.core.model.CachedData
      extended by org.dps.core.model.common.Asset
All Implemented Interfaces:
java.io.Serializable

public class Asset
extends CachedData

See Also:
Serialized Form

Field Summary
 java.util.List<Asset> containedAssets
           
 int flag
           
 long itemID
           
 long locationID
           
 int quantity
           
 int rawQuantity
           
 boolean singleton
           
 int typeID
           
 
Fields inherited from class org.dps.core.model.CachedData
apiVersion, cachedUntil, currentTime, dataMap, lock
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.dps.core.model.CachedData
expiresIn, getMeta, getMeta, isExpired, putMeta
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

itemID

public long itemID

locationID

public long locationID

typeID

public int typeID

quantity

public int quantity

flag

public int flag

singleton

public boolean singleton

rawQuantity

public int rawQuantity

containedAssets

public java.util.List<Asset> containedAssets
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class CachedData