public class PointHistoryCount
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
count |
private int |
pointId |
private java.lang.String |
pointName |
Constructor and Description |
---|
PointHistoryCount() |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
int |
getPointId() |
java.lang.String |
getPointName() |
void |
setCount(int count) |
void |
setPointId(int pointId) |
void |
setPointName(java.lang.String pointName) |