rodrigo 2012-08-27 13:21:18 +00:00
parent 33bbc90814
commit ad643379f6
1 changed files with 372 additions and 372 deletions

View File

@ -344,7 +344,6 @@ public class PuntoVenta implements Serializable {
@Override
public boolean equals(Object object) {
// TODO: Warning - this method won't work in the case the id fields are not set
if (!(object instanceof PuntoVenta)) {
return false;
}
@ -368,7 +367,8 @@ public class PuntoVenta implements Serializable {
}
/**
* @param colonia the colonia to set
* @param colonia
* the colonia to set
*/
public void setColonia(Colonia colonia) {
this.colonia = colonia;