| | |
| | |
|
| | | private long idForSelect;
|
| | |
|
| | | private String surveillancePhoto;
|
| | |
|
| | | private int stTrackId;
|
| | | private String visitorType;
|
| | | private String authentication;
|
| | |
|
| | | public SurveillanceQueryItem() {
|
| | | if (initialSelectId > 10000) {
|
| | | initialSelectId = 1;
|
| | |
| | | this.idForSelect = idForSelect;
|
| | | }
|
| | |
|
| | | public String getSurveillancePhoto() {
|
| | | return surveillancePhoto;
|
| | | }
|
| | |
|
| | | public void setSurveillancePhoto(String surveillancePhoto) {
|
| | | this.surveillancePhoto = surveillancePhoto;
|
| | | }
|
| | |
|
| | | public int getStTrackId() {
|
| | | return stTrackId;
|
| | | }
|
| | |
|
| | | public void setStTrackId(int stTrackId) {
|
| | | this.stTrackId = stTrackId;
|
| | | }
|
| | |
|
| | | public String getVisitorType() {
|
| | | return visitorType;
|
| | | }
|
| | |
|
| | | public void setVisitorType(String visitorType) {
|
| | | this.visitorType = visitorType;
|
| | | }
|
| | |
|
| | | public String getAuthentication() {
|
| | | return authentication;
|
| | | }
|
| | |
|
| | | public void setAuthentication(String authentication) {
|
| | | this.authentication = authentication;
|
| | | }
|
| | | }
|