bug#12840
dev:valdevir qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@88633 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
71e0a14692
commit
c6eb71523e
|
@ -149,7 +149,7 @@ public class PtovtaAntifraude implements Serializable {
|
||||||
return true;
|
return true;
|
||||||
if (obj == null)
|
if (obj == null)
|
||||||
return false;
|
return false;
|
||||||
if (getClass() != obj.getClass())
|
if (!(obj instanceof PtovtaAntifraude))
|
||||||
return false;
|
return false;
|
||||||
PtovtaAntifraude other = (PtovtaAntifraude) obj;
|
PtovtaAntifraude other = (PtovtaAntifraude) obj;
|
||||||
if (ptovtaAntifraudeId == null) {
|
if (ptovtaAntifraudeId == null) {
|
||||||
|
|
Loading…
Reference in New Issue