public class Area extends Object
| Constructor and Description |
|---|
Area() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getHeight()
Gets the height.
|
Integer |
getWidth()
Gets the width.
|
void |
setHeight(Integer height)
Sets the height.
|
void |
setWidth(Integer width)
Sets the width.
|
public Integer getWidth()
public void setWidth(Integer width)
width - the new widthpublic Integer getHeight()
public void setHeight(Integer height)
height - the new heightCopyright © 2017 JBoss by Red Hat. All rights reserved.