Package | Description |
---|---|
persistencia3.Gestors | |
persistencia3.GettersSetters |
Modifier and Type | Method and Description |
---|---|
Mapa |
GestorBDMapas.getMapa(long idMapa) |
Mapa |
GestorBDMapas.guardarMapa2(Mapa mapa) |
Mapa |
GestorBDMapas.guardarMapa3(Mapa mapa) |
Modifier and Type | Method and Description |
---|---|
boolean |
GestorBDMapas.borrarMapa(Mapa mapa) |
long |
GestorBDMapas.guardaMapa(Mapa mapa) |
Mapa |
GestorBDMapas.guardarMapa2(Mapa mapa) |
Mapa |
GestorBDMapas.guardarMapa3(Mapa mapa) |
void |
GestorBDMapas.insertarMapa(Mapa mapa) |
Modifier and Type | Method and Description |
---|---|
Mapa |
Objectemapa.getMapa() |
Mapa |
Robot.getMapa() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Mapa> |
Usuari.getMapas() |
Modifier and Type | Method and Description |
---|---|
void |
Objectemapa.setMapa(Mapa mapa) |
void |
Robot.setMapa(Mapa mapa) |
Modifier and Type | Method and Description |
---|---|
void |
Usuari.setMapas(java.util.Set<Mapa> mapas) |
Constructor and Description |
---|
Objectemapa(ObjectemapaId id,
Mapa mapa,
int tipus) |
Robot(RobotId id,
Mapa mapa) |
Robot(RobotId id,
Mapa mapa,
java.lang.String nom,
java.lang.Integer direccioInicial,
java.lang.String codi) |
Constructor and Description |
---|
Usuari(java.lang.String password,
java.lang.String email,
java.lang.String nom,
java.util.Set<Mapa> mapas) |