edu.internet2.middleware.grouper.instrumentation
Class InstrumentationDataInstance

java.lang.Object
  extended by edu.internet2.middleware.grouper.instrumentation.InstrumentationDataInstance

public class InstrumentationDataInstance
extends Object

Author:
shilen

Constructor Summary
InstrumentationDataInstance()
           
 
Method Summary
 List<InstrumentationDataInstanceCounts> getCounts()
           
 String getEngineName()
           
 Date getLastUpdate()
           
 String getServerLabel()
           
 String getUuid()
           
 void setCounts(List<InstrumentationDataInstanceCounts> counts)
           
 void setEngineName(String engineName)
           
 void setLastUpdate(Date lastUpdate)
           
 void setServerLabel(String serverLabel)
           
 void setUuid(String uuid)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstrumentationDataInstance

public InstrumentationDataInstance()
Method Detail

getUuid

public String getUuid()
Returns:
the uuid

setUuid

public void setUuid(String uuid)
Parameters:
uuid - the uuid to set

getEngineName

public String getEngineName()
Returns:
the engineName

setEngineName

public void setEngineName(String engineName)
Parameters:
engineName - the engineName to set

getServerLabel

public String getServerLabel()
Returns:
the serverLabel

setServerLabel

public void setServerLabel(String serverLabel)
Parameters:
serverLabel - the serverLabel to set

getLastUpdate

public Date getLastUpdate()
Returns:
the lastUpdate

setLastUpdate

public void setLastUpdate(Date lastUpdate)
Parameters:
lastUpdate - the lastUpdate to set

getCounts

public List<InstrumentationDataInstanceCounts> getCounts()
Returns:
the counts

setCounts

public void setCounts(List<InstrumentationDataInstanceCounts> counts)
Parameters:
counts - the counts to set