public class Area extends Object
| Constructor and Description |
|---|
Area() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getArea() |
Float |
getBreadth() |
Float |
getLength() |
void |
setArea(Float area) |
void |
setBreadth(Float breadth) |
void |
setLength(Float length) |
public Float getLength()
public void setLength(Float length)
length - The length to set.public Float getBreadth()
public void setBreadth(Float breadth)
breadth - The breadth to set.public Float getArea()
public void setArea(Float area)
area - The area to set.Copyright © 2015–2016 eGovernments Foundation. All rights reserved.