net.anotheria.moskito.central.storage.psql.entities
Class ThreadCountStatEntity

java.lang.Object
  extended by net.anotheria.moskito.central.storage.psql.entities.StatisticsEntity
      extended by net.anotheria.moskito.central.storage.psql.entities.ThreadCountStatEntity
All Implemented Interfaces:
Serializable

@Entity
public class ThreadCountStatEntity
extends StatisticsEntity

Author:
dagafonov
See Also:
Serialized Form

Constructor Summary
ThreadCountStatEntity()
           
 
Method Summary
 String getCur()
           
 String getDaemon()
           
 String getMaximum()
           
 String getMinimum()
           
 String getStarted()
           
 void setCur(String cur)
           
 void setDaemon(String daemon)
           
 void setMaximum(String maximum)
           
 void setMinimum(String minimum)
           
 void setStarted(String started)
           
 void setStats(Map<String,String> stats)
           
 
Methods inherited from class net.anotheria.moskito.central.storage.psql.entities.StatisticsEntity
equals, getId, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThreadCountStatEntity

public ThreadCountStatEntity()
Method Detail

setStats

public void setStats(Map<String,String> stats)
Specified by:
setStats in class StatisticsEntity

getStarted

public String getStarted()

setStarted

public void setStarted(String started)

getDaemon

public String getDaemon()

setDaemon

public void setDaemon(String daemon)

getCur

public String getCur()

setCur

public void setCur(String cur)

getMaximum

public String getMaximum()

setMaximum

public void setMaximum(String maximum)

getMinimum

public String getMinimum()

setMinimum

public void setMinimum(String minimum)


Copyright © 2010-2013 anotheria.net. All Rights Reserved.