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

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

public abstract class BaseGuiaArquivamento
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 GuiaArquivamento 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

Field Summary
static java.lang.String PROP_CODIGO_TRAMITE
           
static java.lang.String PROP_NUMERO_GUIA_ARQUIVAMENTO
           
static java.lang.String PROP_NUMERO_LOTE
           
static java.lang.String PROP_TRAMITE
           
 
Constructor Summary
BaseGuiaArquivamento()
           
BaseGuiaArquivamento(java.lang.Integer _codigoTramite)
          Constructor for primary key
BaseGuiaArquivamento(java.lang.Integer _codigoTramite, java.lang.String _numeroLote, java.lang.String _numeroGuiaArquivamento)
          Constructor for required fields
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Integer getCodigoTramite()
          Return the unique identifier of this class
 java.lang.String getNumeroGuiaArquivamento()
          Return the value associated with the column: NumeroGuiaArquivamento
 java.lang.String getNumeroLote()
          Return the value associated with the column: NumeroLote
 Tramite getTramite()
           
 int hashCode()
           
 void setCodigoTramite(java.lang.Integer _codigoTramite)
          Set the unique identifier of this class
 void setNumeroGuiaArquivamento(java.lang.String _numeroGuiaArquivamento)
          Set the value related to the column: NumeroGuiaArquivamento
 void setNumeroLote(java.lang.String _numeroLote)
          Set the value related to the column: NumeroLote
 void setTramite(Tramite _tramite)
          Set the value related to the column: tramite
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROP_NUMERO_LOTE

public static java.lang.String PROP_NUMERO_LOTE

PROP_CODIGO_TRAMITE

public static java.lang.String PROP_CODIGO_TRAMITE

PROP_NUMERO_GUIA_ARQUIVAMENTO

public static java.lang.String PROP_NUMERO_GUIA_ARQUIVAMENTO

PROP_TRAMITE

public static java.lang.String PROP_TRAMITE
Constructor Detail

BaseGuiaArquivamento

public BaseGuiaArquivamento()

BaseGuiaArquivamento

public BaseGuiaArquivamento(java.lang.Integer _codigoTramite)
Constructor for primary key


BaseGuiaArquivamento

public BaseGuiaArquivamento(java.lang.Integer _codigoTramite,
                            java.lang.String _numeroLote,
                            java.lang.String _numeroGuiaArquivamento)
Constructor for required fields

Method Detail

getCodigoTramite

public java.lang.Integer getCodigoTramite()
Return the unique identifier of this class


setCodigoTramite

public void setCodigoTramite(java.lang.Integer _codigoTramite)
Set the unique identifier of this class

Parameters:
_codigoTramite - the new ID

getNumeroLote

public java.lang.String getNumeroLote()
Return the value associated with the column: NumeroLote


setNumeroLote

public void setNumeroLote(java.lang.String _numeroLote)
Set the value related to the column: NumeroLote

Parameters:
_numeroLote - the NumeroLote value

getNumeroGuiaArquivamento

public java.lang.String getNumeroGuiaArquivamento()
Return the value associated with the column: NumeroGuiaArquivamento


setNumeroGuiaArquivamento

public void setNumeroGuiaArquivamento(java.lang.String _numeroGuiaArquivamento)
Set the value related to the column: NumeroGuiaArquivamento

Parameters:
_numeroGuiaArquivamento - the NumeroGuiaArquivamento value

getTramite

public Tramite getTramite()

setTramite

public void setTramite(Tramite _tramite)
Set the value related to the column: tramite

Parameters:
_tramite - the tramite 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