public class PhysicalLocation extends Object
Constructor and Description |
---|
PhysicalLocation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getResourceUri() |
Double |
getRotation() |
Double |
getX() |
Double |
getY() |
int |
hashCode() |
void |
setResourceUri(String resourceUri) |
void |
setRotation(Double rotation) |
void |
setX(Double x) |
void |
setY(Double y) |
public String getResourceUri()
public void setResourceUri(String resourceUri)
public Double getRotation()
public void setRotation(Double rotation)
public Double getX()
public void setX(Double x)
public Double getY()
public void setY(Double y)
Copyright © 2017. All rights reserved.