net.anotheria.moskito.central.storage.psql.entities
Class JSONStatisticsEntity
java.lang.Object
net.anotheria.moskito.central.storage.psql.entities.StatisticsEntity
net.anotheria.moskito.central.storage.psql.entities.JSONStatisticsEntity
- All Implemented Interfaces:
- Serializable
@Entity
public class JSONStatisticsEntity
- extends StatisticsEntity
Represents statistics entry as json string.
- Author:
- dagafonov
- See Also:
- Serialized Form
JSONStatisticsEntity
public JSONStatisticsEntity()
setStats
public void setStats(Map<String,String> stats)
- Specified by:
setStats in class StatisticsEntity
getJson
public String getJson()
setJson
public void setJson(String json)
toString
public String toString()
- Overrides:
toString in class StatisticsEntity
Copyright © 2010-2013 anotheria.net. All Rights Reserved.