|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.mj.frameworkprocessos.pojo.base.BaseAndamento
public abstract class BaseAndamento
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 AndamentosView table. Do not modify this class because it will be overwritten if the configuration file related to this class is modified.
Constructor Summary | |
---|---|
BaseAndamento()
|
|
BaseAndamento(java.lang.Integer _tipo,
java.lang.Integer _codigoAndamento,
java.lang.Integer _codigoDocumento,
java.util.Date _data,
java.lang.String _descricao,
java.lang.String _observacao,
java.lang.String _responsavel,
java.lang.Boolean _indicaAcompanhamentoExterno)
Constructor for primary key |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Integer |
getCodigoAndamento()
|
java.lang.Integer |
getCodigoDocumento()
|
java.util.Date |
getData()
|
java.lang.String |
getDescricao()
|
java.lang.String |
getObservacao()
|
java.lang.String |
getResponsavel()
|
java.lang.Integer |
getTipo()
|
int |
hashCode()
|
java.lang.Boolean |
isIndicaAcompanhamentoExterno()
|
void |
setCodigoAndamento(java.lang.Integer _codigoAndamento)
Set the value related to the column: CodigoAndamento |
void |
setCodigoDocumento(java.lang.Integer _codigoDocumento)
Set the value related to the column: CodigoDocumento |
void |
setData(java.util.Date _data)
Set the value related to the column: Data |
void |
setDescricao(java.lang.String _descricao)
Set the value related to the column: Descricao |
void |
setIndicaAcompanhamentoExterno(java.lang.Boolean _indicaAcompanhamentoExterno)
Set the value related to the column: IndicaAcompanhamentoExterno |
void |
setObservacao(java.lang.String _observacao)
Set the value related to the column: Observacao |
void |
setResponsavel(java.lang.String _responsavel)
Set the value related to the column: Responsavel |
void |
setTipo(java.lang.Integer _tipo)
Set the value related to the column: Tipo |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BaseAndamento()
public BaseAndamento(java.lang.Integer _tipo, java.lang.Integer _codigoAndamento, java.lang.Integer _codigoDocumento, java.util.Date _data, java.lang.String _descricao, java.lang.String _observacao, java.lang.String _responsavel, java.lang.Boolean _indicaAcompanhamentoExterno)
Method Detail |
---|
public java.lang.Integer getTipo()
public void setTipo(java.lang.Integer _tipo)
_tipo
- the Tipo valuepublic java.lang.Integer getCodigoAndamento()
public void setCodigoAndamento(java.lang.Integer _codigoAndamento)
_codigoAndamento
- the CodigoAndamento valuepublic java.lang.Integer getCodigoDocumento()
public void setCodigoDocumento(java.lang.Integer _codigoDocumento)
_codigoDocumento
- the CodigoDocumento valuepublic java.util.Date getData()
public void setData(java.util.Date _data)
_data
- the Data valuepublic java.lang.String getDescricao()
public void setDescricao(java.lang.String _descricao)
_descricao
- the Descricao valuepublic java.lang.String getObservacao()
public void setObservacao(java.lang.String _observacao)
_observacao
- the Observacao valuepublic java.lang.String getResponsavel()
public void setResponsavel(java.lang.String _responsavel)
_responsavel
- the Responsavel valuepublic java.lang.Boolean isIndicaAcompanhamentoExterno()
public void setIndicaAcompanhamentoExterno(java.lang.Boolean _indicaAcompanhamentoExterno)
_indicaAcompanhamentoExterno
- the IndicaAcompanhamentoExterno valuepublic 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 |