remove pessoainterface

git-svn-id: https://svn.coded.pt/svn/SIPRP@1371 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Luis Flores 15 years ago
parent 5ed37f90da
commit baaac51e8a

@ -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.");
}
}

Loading…
Cancel
Save