1 package com.freemindcafe.apache.commons.beanutils.sample1;
8 private String deviceId;
9 private Date windowStartDateTime;
10 private Date windowEndDateTime;
11 public Long getSvcPtId() {
14 public void setSvcPtId(Long svcPtId) {
15 this.svcPtId = svcPtId;
17 public String getDeviceId() {
20 public void setDeviceId(String deviceId) {
21 this.deviceId = deviceId;
23 public Date getWindowStartDateTime() {
24 return windowStartDateTime;
26 public void setWindowStartDateTime(Date windowStartDateTime) {
27 this.windowStartDateTime = windowStartDateTime;
29 public Date getWindowEndDateTime() {
30 return windowEndDateTime;
32 public void setWindowEndDateTime(Date windowEndDateTime) {
33 this.windowEndDateTime = windowEndDateTime;