Commit inicial
This commit is contained in:
parent
1543217ba0
commit
591fd5192d
@ -3,7 +3,7 @@ package org.lapaloma.enjoyeat.eedd.vo;
|
||||
public class ArticuloSupermercado {
|
||||
|
||||
private int cantidad;
|
||||
private double precio;
|
||||
private float precio;
|
||||
|
||||
private Supermercado actor;
|
||||
private Articulo articulo;
|
||||
@ -16,11 +16,11 @@ public class ArticuloSupermercado {
|
||||
this.cantidad = cantidad;
|
||||
}
|
||||
|
||||
public double getPrecio() {
|
||||
public float getPrecio() {
|
||||
return precio;
|
||||
}
|
||||
|
||||
public void setPrecio(double precio) {
|
||||
public void setPrecio(float precio) {
|
||||
this.precio = precio;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user