org.dps.core.model.character
Class AccountStatus

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

public class AccountStatus
extends CachedData

See Also:
Serialized Form

Field Summary
 Capsuleer character
           
 long createDate
           
 int logonCount
           
 int logonMinutes
           
 long paidUntil
           
 
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

paidUntil

public long paidUntil

createDate

public long createDate

logonCount

public int logonCount

logonMinutes

public int logonMinutes

character

public Capsuleer character
Method Detail

toString

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