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

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

public abstract class BaseTramiteAcaoTramite
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 TramiteAcaoTramite 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

Constructor Summary
BaseTramiteAcaoTramite()
           
BaseTramiteAcaoTramite(java.lang.Integer _codigoAcaoTramite, java.lang.Integer _codigoTramite)
          Constructor for primary key
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Integer getCodigoAcaoTramite()
           
 java.lang.Integer getCodigoTramite()
           
 int hashCode()
           
 void setCodigoAcaoTramite(java.lang.Integer _codigoAcaoTramite)
          Set the value related to the column: CodigoAcaoTramite
 void setCodigoTramite(java.lang.Integer _codigoTramite)
          Set the value related to the column: CodigoTramite
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseTramiteAcaoTramite

public BaseTramiteAcaoTramite()

BaseTramiteAcaoTramite

public BaseTramiteAcaoTramite(java.lang.Integer _codigoAcaoTramite,
                              java.lang.Integer _codigoTramite)
Constructor for primary key

Method Detail

getCodigoAcaoTramite

public java.lang.Integer getCodigoAcaoTramite()

setCodigoAcaoTramite

public void setCodigoAcaoTramite(java.lang.Integer _codigoAcaoTramite)
Set the value related to the column: CodigoAcaoTramite

Parameters:
_codigoAcaoTramite - the CodigoAcaoTramite value

getCodigoTramite

public java.lang.Integer getCodigoTramite()

setCodigoTramite

public void setCodigoTramite(java.lang.Integer _codigoTramite)
Set the value related to the column: CodigoTramite

Parameters:
_codigoTramite - the CodigoTramite value

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