|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.mj.frameworkprocessos.pojo.base.BaseInteressadoDocumento
public abstract class BaseInteressadoDocumento
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 InteressadoDocumento table. Do not modify this class because it will be overwritten if the configuration file related to this class is modified.
Constructor Summary | |
---|---|
BaseInteressadoDocumento()
|
|
BaseInteressadoDocumento(java.lang.Integer _codigoDocumento,
java.lang.Integer _codigoPessoaProcesso)
Constructor for primary key |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Integer |
getCodigoDocumento()
|
java.lang.Integer |
getCodigoPessoaProcesso()
|
int |
hashCode()
|
void |
setCodigoDocumento(java.lang.Integer _codigoDocumento)
Set the value related to the column: CodigoDocumento |
void |
setCodigoPessoaProcesso(java.lang.Integer _codigoPessoaProcesso)
Set the value related to the column: CodigoPessoaProcesso |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BaseInteressadoDocumento()
public BaseInteressadoDocumento(java.lang.Integer _codigoDocumento, java.lang.Integer _codigoPessoaProcesso)
Method Detail |
---|
public java.lang.Integer getCodigoDocumento()
public void setCodigoDocumento(java.lang.Integer _codigoDocumento)
_codigoDocumento
- the CodigoDocumento valuepublic java.lang.Integer getCodigoPessoaProcesso()
public void setCodigoPessoaProcesso(java.lang.Integer _codigoPessoaProcesso)
_codigoPessoaProcesso
- the CodigoPessoaProcesso 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 |