br.gov.mj.frameworkprocessos.pojo.base
Class BasePossivelEncaminhamento

java.lang.Object
  extended by br.gov.mj.frameworkprocessos.pojo.base.BasePossivelEncaminhamento
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PossivelEncaminhamento

public abstract class BasePossivelEncaminhamento
extends java.lang.Object
implements java.io.Serializable

This class has been automatically generated by Hibernate Synchronizer. For more information or documentation, visit The Hibernate Synchronizer page at http://www.binamics.com/hibernatesync or contact Joe Hudson at joe@binamics.com. This is an object that contains data related to the PossivelEncaminhamento table. Do not modify this class because it will be overwritten if the configuration file related to this class is modified.

See Also:
Serialized Form

Field Summary
static java.lang.String PROP_AMBIENTE_DESTINO
           
static java.lang.String PROP_AMBIENTE_ORIGEM
           
static java.lang.String PROP_CODIGO_POSSIVEL_ENCAMINHAMENTO
           
static java.lang.String PROP_INDICA_ATIVO
           
 
Constructor Summary
BasePossivelEncaminhamento()
           
BasePossivelEncaminhamento(java.lang.Integer _codigoPossivelEncaminhamento)
          Constructor for primary key
BasePossivelEncaminhamento(java.lang.Integer _codigoPossivelEncaminhamento, Ambiente _ambienteDestino, Ambiente _ambienteOrigem, java.lang.Boolean _indicaAtivo)
          Constructor for required fields
 
Method Summary
 void addToFinalidades(java.lang.Object obj)
           
 boolean equals(java.lang.Object obj)
           
 Ambiente getAmbienteDestino()
           
 Ambiente getAmbienteOrigem()
           
 java.lang.Integer getCodigoPossivelEncaminhamento()
          Return the unique identifier of this class
 java.util.Set getFinalidades()
          Return the value associated with the column: finalidades
 int hashCode()
           
 java.lang.Boolean isIndicaAtivo()
          Return the value associated with the column: IndicaAtivo
 void setAmbienteDestino(Ambiente _ambienteDestino)
          Set the value related to the column: CodigoAmbienteDestino
 void setAmbienteOrigem(Ambiente _ambienteOrigem)
          Set the value related to the column: CodigoAmbienteOrigem
 void setCodigoPossivelEncaminhamento(java.lang.Integer _codigoPossivelEncaminhamento)
          Set the unique identifier of this class
 void setFinalidades(java.util.Set _finalidades)
          Set the value related to the column: finalidades
 void setIndicaAtivo(java.lang.Boolean _indicaAtivo)
          Set the value related to the column: IndicaAtivo
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROP_INDICA_ATIVO

public static java.lang.String PROP_INDICA_ATIVO

PROP_AMBIENTE_ORIGEM

public static java.lang.String PROP_AMBIENTE_ORIGEM

PROP_CODIGO_POSSIVEL_ENCAMINHAMENTO

public static java.lang.String PROP_CODIGO_POSSIVEL_ENCAMINHAMENTO

PROP_AMBIENTE_DESTINO

public static java.lang.String PROP_AMBIENTE_DESTINO
Constructor Detail

BasePossivelEncaminhamento

public BasePossivelEncaminhamento()

BasePossivelEncaminhamento

public BasePossivelEncaminhamento(java.lang.Integer _codigoPossivelEncaminhamento)
Constructor for primary key


BasePossivelEncaminhamento

public BasePossivelEncaminhamento(java.lang.Integer _codigoPossivelEncaminhamento,
                                  Ambiente _ambienteDestino,
                                  Ambiente _ambienteOrigem,
                                  java.lang.Boolean _indicaAtivo)
Constructor for required fields

Method Detail

getCodigoPossivelEncaminhamento

public java.lang.Integer getCodigoPossivelEncaminhamento()
Return the unique identifier of this class


setCodigoPossivelEncaminhamento

public void setCodigoPossivelEncaminhamento(java.lang.Integer _codigoPossivelEncaminhamento)
Set the unique identifier of this class

Parameters:
_codigoPossivelEncaminhamento - the new ID

isIndicaAtivo

public java.lang.Boolean isIndicaAtivo()
Return the value associated with the column: IndicaAtivo


setIndicaAtivo

public void setIndicaAtivo(java.lang.Boolean _indicaAtivo)
Set the value related to the column: IndicaAtivo

Parameters:
_indicaAtivo - the IndicaAtivo value

getAmbienteDestino

public Ambiente getAmbienteDestino()

setAmbienteDestino

public void setAmbienteDestino(Ambiente _ambienteDestino)
Set the value related to the column: CodigoAmbienteDestino

Parameters:
_ambienteDestino - the CodigoAmbienteDestino value

getAmbienteOrigem

public Ambiente getAmbienteOrigem()

setAmbienteOrigem

public void setAmbienteOrigem(Ambiente _ambienteOrigem)
Set the value related to the column: CodigoAmbienteOrigem

Parameters:
_ambienteOrigem - the CodigoAmbienteOrigem value

getFinalidades

public java.util.Set getFinalidades()
Return the value associated with the column: finalidades


setFinalidades

public void setFinalidades(java.util.Set _finalidades)
Set the value related to the column: finalidades

Parameters:
_finalidades - the finalidades value

addToFinalidades

public void addToFinalidades(java.lang.Object obj)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object