@Embeddable public class PointEntity extends Object implements Serializable
PointEntity()
PointEntity(int x, int y)
int
getX()
getY()
void
setX(int x)
setY(int y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PointEntity()
public PointEntity(int x, int y)
public int getX()
public int getY()
public void setY(int y)
public void setX(int x)
Copyright © 2021. All rights reserved.