org.dps.core.model.common
Class Standing

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

public class Standing
extends CachedData

See Also:
Serialized Form

Field Summary
 int fromID
           
 java.lang.String fromName
           
 double standing
           
 java.lang.String standingEntity
           
 
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

standingEntity

public java.lang.String standingEntity

fromID

public int fromID

fromName

public java.lang.String fromName

standing

public double standing
Method Detail

toString

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