|
|
@ -24,7 +24,7 @@ import javax.xml.bind.annotation.XmlTransient; |
|
|
|
|
|
|
|
/** |
|
|
|
* |
|
|
|
* @author Samuel Gamez |
|
|
|
* @author hugoa |
|
|
|
*/ |
|
|
|
@Entity |
|
|
|
@Table(name = "ubicacion", catalog = "inventarioalmacen", schema = "") |
|
|
@ -138,9 +138,9 @@ public class Ubicacion implements Serializable { |
|
|
|
public String toString() { |
|
|
|
return "xforce.modelo.Ubicacion[ id=" + id + " ]"; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getLugar() { |
|
|
|
return bloque + anaquel; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|