org.dps.core.model.character
Class ResearchAgent

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

public class ResearchAgent
extends CachedData

See Also:
Serialized Form

Field Summary
 int agentID
           
 double currentPoints
           
 double pointsPerDay
           
 double remainderPoints
           
 long researchStartDate
           
 int skillTypeID
           
 
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

agentID

public int agentID

currentPoints

public double currentPoints

pointsPerDay

public double pointsPerDay

remainderPoints

public double remainderPoints

researchStartDate

public long researchStartDate

skillTypeID

public int skillTypeID
Method Detail

toString

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