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