nl.surfnet.coin.csa.domain
Class StatResult

java.lang.Object
  extended by nl.surfnet.coin.csa.domain.StatResult
All Implemented Interfaces:
Comparable<StatResult>

public class StatResult
extends Object
implements Comparable<StatResult>

Represents the result row of the mysql query to get login statistics


Constructor Summary
StatResult(String spEntityId, String spName, long millis, Integer logins, String idpEntityId)
           
 
Method Summary
 int compareTo(StatResult that)
           
 String getIdpEntityId()
           
 Integer getLogins()
           
 long getMillis()
           
 String getSpEntityId()
           
 String getSpName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatResult

public StatResult(String spEntityId,
                  String spName,
                  long millis,
                  Integer logins,
                  String idpEntityId)
Method Detail

getSpEntityId

public String getSpEntityId()

getSpName

public String getSpName()

getMillis

public long getMillis()

getLogins

public Integer getLogins()

getIdpEntityId

public String getIdpEntityId()

compareTo

public int compareTo(StatResult that)
Specified by:
compareTo in interface Comparable<StatResult>


Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.