Skip to content

Commit

Permalink
More changes to general
Browse files Browse the repository at this point in the history
  • Loading branch information
will2312 committed Mar 26, 2021
1 parent 2ed4a46 commit 4bd7003
Showing 1 changed file with 55 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,59 @@ private void setupForm() {
comments = commentsValue.getValue();
}

public String getName() {
return nameOfInspector;
}

public String getSite() {
return nameOfSite;
}

public String getDate() {
return dateRow;
}

public double getOutfall() {
return outfall;
}

public double getLongitude() {
return longitude;
}

public double getLatitude() {
return latitude;
}

public double getInvertElevation() {
return invertElevation;
}

public String getType() {
return type;
}

public String getPipeSize() {
return pipeSize;
}

public String getChannelBottomWidth() {
return channelBottomWidth;
}

public String getReceivingWater() {
return receivingWater;
}

public String getRoutineEvaluation() {
return routineEvaluation;
}

public String getComplaintInvestigation() {
return complaintInvestigation;
}

public String getComments() {
return comments;
}
}

0 comments on commit 4bd7003

Please sign in to comment.