org.dps.core.model.character
Class SkillInQueue

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

public class SkillInQueue
extends CachedData

See Also:
Serialized Form

Field Summary
 int endSP
           
 long endTime
           
 int level
           
 int queuePosition
           
 int startSP
           
 long startTime
           
 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

endSP

public int endSP

endTime

public long endTime

level

public int level

queuePosition

public int queuePosition

startSP

public int startSP

startTime

public long startTime

typeID

public int typeID
Method Detail

toString

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