From baaac51e8a15e24b68c5ccc1ac1cae87e0eb2a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Flores?= Date: Tue, 10 Aug 2010 18:34:04 +0000 Subject: [PATCH] remove pessoainterface git-svn-id: https://svn.coded.pt/svn/SIPRP@1371 bb69d46d-e84e-40c8-a05a-06db0d633741 --- .../siprp/data/outer/TrabalhadoresData.java | 140 +----------------- 1 file changed, 1 insertion(+), 139 deletions(-) diff --git a/trunk/SIPRPSoft/src/siprp/data/outer/TrabalhadoresData.java b/trunk/SIPRPSoft/src/siprp/data/outer/TrabalhadoresData.java index c4998fc7..e0143192 100644 --- a/trunk/SIPRPSoft/src/siprp/data/outer/TrabalhadoresData.java +++ b/trunk/SIPRPSoft/src/siprp/data/outer/TrabalhadoresData.java @@ -8,14 +8,12 @@ package siprp.data.outer; import java.sql.Timestamp; -import java.util.Date; import java.util.HashMap; import com.evolute.entity.evo.EvoDataException; -import com.evolute.genericpeople.PessoaInterface; -public final class TrabalhadoresData extends siprp.data.inner.Trabalhadores implements PessoaInterface +public final class TrabalhadoresData extends siprp.data.inner.Trabalhadores { public TrabalhadoresData() @@ -59,140 +57,4 @@ public final class TrabalhadoresData extends siprp.data.inner.Trabalhadores impl { return getNome(); } - - public void setNumero_bi(String string) - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public String getNumero_bi() - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public void setData_bi(Date date) - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public Date getData_bi() - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public void setArquivo_bi(String string) - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public String getArquivo_bi() - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public void setMorada(String string) - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public String getMorada() - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public void setCidade(String string) - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public String getCidade() - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public void setLocalidade(String string) - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public String getLocalidade() - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public void setCodigo_postal(String string) - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public String getCodigo_postal() - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public void setEmail(String string) - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public String getEmail() - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public void setTelefone(String string) - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public String getTelefone() - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public void setTelemovel(Integer intgr) - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public Integer getTelemovel() - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public void setNaturalidade(String string) - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public String getNaturalidade() - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public void setNacionalidade_id(Integer intgr) - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public Integer getNacionalidade_id() - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public void setProfissao(String string) - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public String getProfissao() - { - throw new UnsupportedOperationException("Not supported yet."); - } - - public void setFalecido(String string) - { - throw new UnsupportedOperationException("Not supported yet."); - } - }