Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. public double getHeight() {
  2. return height;
  3. }
  4. public void setHeight(double height) {
  5. if(height > 0) {
  6. this.height = height;
  7. valid = true;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement