public class Point extends Object
| Constructor and Description |
|---|
Point() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getId() |
String |
getName() |
Number |
getX() |
Number |
getY() |
void |
setCategory(String category) |
void |
setId(String id) |
void |
setName(String name) |
void |
setX(Number x) |
void |
setY(Number y) |
public String getId()
public void setId(String id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getCategory()
public void setCategory(String category)
category - the category to setpublic Number getX()
public void setX(Number x)
x - the x to setpublic Number getY()
public void setY(Number y)
y - the y to setCopyright © 2016. All Rights Reserved.