|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.mj.frameworkprocessos.pojo.base.BasePossivelEncaminhamento
public abstract class BasePossivelEncaminhamento
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.
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 |
---|
public static java.lang.String PROP_INDICA_ATIVO
public static java.lang.String PROP_AMBIENTE_ORIGEM
public static java.lang.String PROP_CODIGO_POSSIVEL_ENCAMINHAMENTO
public static java.lang.String PROP_AMBIENTE_DESTINO
Constructor Detail |
---|
public BasePossivelEncaminhamento()
public BasePossivelEncaminhamento(java.lang.Integer _codigoPossivelEncaminhamento)
public BasePossivelEncaminhamento(java.lang.Integer _codigoPossivelEncaminhamento, Ambiente _ambienteDestino, Ambiente _ambienteOrigem, java.lang.Boolean _indicaAtivo)
Method Detail |
---|
public java.lang.Integer getCodigoPossivelEncaminhamento()
public void setCodigoPossivelEncaminhamento(java.lang.Integer _codigoPossivelEncaminhamento)
_codigoPossivelEncaminhamento
- the new IDpublic java.lang.Boolean isIndicaAtivo()
public void setIndicaAtivo(java.lang.Boolean _indicaAtivo)
_indicaAtivo
- the IndicaAtivo valuepublic Ambiente getAmbienteDestino()
public void setAmbienteDestino(Ambiente _ambienteDestino)
_ambienteDestino
- the CodigoAmbienteDestino valuepublic Ambiente getAmbienteOrigem()
public void setAmbienteOrigem(Ambiente _ambienteOrigem)
_ambienteOrigem
- the CodigoAmbienteOrigem valuepublic java.util.Set getFinalidades()
public void setFinalidades(java.util.Set _finalidades)
_finalidades
- the finalidades valuepublic void addToFinalidades(java.lang.Object obj)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |