org.dps.core.model.common
Class Contact

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

public class Contact
extends CachedData

See Also:
Serialized Form

Field Summary
 int contactID
           
 java.lang.String contactName
           
 boolean inWatchlist
           
 java.lang.String list
           
 double standing
           
 
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

list

public java.lang.String list

contactID

public int contactID

contactName

public java.lang.String contactName

standing

public double standing

inWatchlist

public boolean inWatchlist
Method Detail

toString

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