|  |  |  | 
|---|
|  |  |  | private String monitorpoint; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private String ownerId; | 
|---|
|  |  |  | public MonitorPoint getMonitorpointDetail() { | 
|---|
|  |  |  | return monitorpointDetail; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setMonitorpointDetail(MonitorPoint monitorpointDetail) { | 
|---|
|  |  |  | this.monitorpointDetail = monitorpointDetail; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public Organization getOwnerDetail() { | 
|---|
|  |  |  | return ownerDetail; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setOwnerDetail(Organization ownerDetail) { | 
|---|
|  |  |  | this.ownerDetail = ownerDetail; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public User getInstallerDetail() { | 
|---|
|  |  |  | return installerDetail; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setInstallerDetail(User installerDetail) { | 
|---|
|  |  |  | this.installerDetail = installerDetail; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private MonitorPoint monitorpointDetail; | 
|---|
|  |  |  | private Organization ownerDetail; | 
|---|
|  |  |  | private User installerDetail; | 
|---|
|  |  |  | public Integer getId() { | 
|---|
|  |  |  | return id; | 
|---|
|  |  |  | } | 
|---|