ecar.pojo
Class ServicoParametroSerPar

java.lang.Object
  extended by ecar.pojo.ServicoParametroSerPar
All Implemented Interfaces:
PaiFilho, java.io.Serializable

public class ServicoParametroSerPar
extends java.lang.Object
implements java.io.Serializable, PaiFilho

ServicoParametroSerPar generated by hbm2java

See Also:
Serialized Form

Field Summary
private  ServicoParametroSerParPK comp_id
           
private  ParametroPar parametroPar
           
private  java.lang.Long sequencia
           
private static long serialVersionUID
           
private  ServicoSer servicoSer
           
 
Constructor Summary
ServicoParametroSerPar()
           
ServicoParametroSerPar(ServicoParametroSerParPK comp_id)
           
ServicoParametroSerPar(ServicoParametroSerParPK comp_id, ServicoSer servicoSer, ParametroPar parametroPar, java.lang.Long sequencia)
           
 
Method Summary
 void atribuirPKPai()
           
 ServicoParametroSerParPK getComp_id()
           
 ParametroPar getParametroPar()
           
 java.lang.Long getSequencia()
           
 ServicoSer getServicoSer()
           
 void setComp_id(ServicoParametroSerParPK comp_id)
           
 void setParametroPar(ParametroPar parametroPar)
           
 void setSequencia(java.lang.Long sequencia)
           
 void setServicoSer(ServicoSer servicoSer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

comp_id

private ServicoParametroSerParPK comp_id

servicoSer

private ServicoSer servicoSer

parametroPar

private ParametroPar parametroPar

sequencia

private java.lang.Long sequencia
Constructor Detail

ServicoParametroSerPar

public ServicoParametroSerPar()

ServicoParametroSerPar

public ServicoParametroSerPar(ServicoParametroSerParPK comp_id)

ServicoParametroSerPar

public ServicoParametroSerPar(ServicoParametroSerParPK comp_id,
                              ServicoSer servicoSer,
                              ParametroPar parametroPar,
                              java.lang.Long sequencia)
Method Detail

getComp_id

public ServicoParametroSerParPK getComp_id()

setComp_id

public void setComp_id(ServicoParametroSerParPK comp_id)

getServicoSer

public ServicoSer getServicoSer()

setServicoSer

public void setServicoSer(ServicoSer servicoSer)

getParametroPar

public ParametroPar getParametroPar()

setParametroPar

public void setParametroPar(ParametroPar parametroPar)

getSequencia

public java.lang.Long getSequencia()

setSequencia

public void setSequencia(java.lang.Long sequencia)

atribuirPKPai

public void atribuirPKPai()
Specified by:
atribuirPKPai in interface PaiFilho


Copyright © 2007, PRODEPA - Processamento de Dados do Pará