public class Point extends Object
| Constructor and Description |
|---|
Point() |
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 © 2015. All Rights Reserved.