public class Position
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
id
|
private double |
positionX
|
private double |
positionY
|
private double |
positionZ
|
Constructor and Description |
---|
Position() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getId() |
double |
getPositionX() |
double |
getPositionY() |
double |
getPositionZ() |
void |
setId(java.lang.Integer id) |
void |
setPositionX(double positionX) |
void |
setPositionY(double positionY) |
void |
setPositionZ(double positionZ) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private java.lang.Integer id
private double positionX
private double positionY
private double positionZ
public Position()
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id
- new value for idpublic double getPositionX()
public void setPositionX(double positionX)
positionX
- new value for positionXpublic double getPositionY()
public void setPositionY(double positionY)
positionY
- new value for positionYpublic double getPositionZ()
public void setPositionZ(double positionZ)
positionZ
- new value for positionZ