public class Place extends AbstractIdentifiedHibernateObject<Place>
- added table dimensions (if null button default will be used)
id
Constructor and Description |
---|
Place() |
Modifier and Type | Method and Description |
---|---|
Floor |
getFloor() |
int |
getHeight() |
String |
getName() |
User |
getUser() |
int |
getWidth() |
int |
getX() |
int |
getY() |
void |
setFloor(Floor floor) |
void |
setHeight(int height) |
void |
setName(String name) |
void |
setUser(User user) |
void |
setWidth(int width) |
void |
setX(int x) |
void |
setY(int y) |
equals, getId, getVersion, hashCode, setId, setVersion
delete, getGetters, getKeyValue, merge, refresh, save
public void setHeight(int height)
public void setWidth(int width)
public int getHeight()
public int getWidth()
public String getName()
public void setName(String name)
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public Floor getFloor()
public void setFloor(Floor floor)
public User getUser()
public void setUser(User user)
Copyright © 2021. All rights reserved.