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

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

public abstract class BaseNumeroProtocoloPendente
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 NumeroProtocoloPendente 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_DATA_CRIACAO
           
static java.lang.String PROP_NUMERO_LOTE
           
static java.lang.String PROP_NUMERO_PROTOCOLO
           
static java.lang.String PROP_UNIDADE_ORGANIZACIONAL
           
 
Constructor Summary
BaseNumeroProtocoloPendente()
           
BaseNumeroProtocoloPendente(java.lang.String _numeroProtocolo)
          Constructor for primary key
BaseNumeroProtocoloPendente(java.lang.String _numeroProtocolo, br.gov.mj.mjuorg.pojo.UnidadeOrganizacional _unidadeOrganizacional, java.util.Date _dataCriacao, java.lang.Integer _numeroLote)
          Constructor for required fields
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Date getDataCriacao()
          Return the value associated with the column: dataCriacao
 java.lang.Integer getNumeroLote()
          Return the value associated with the column: NumeroLote
 java.lang.String getNumeroProtocolo()
          Return the unique identifier of this class
 br.gov.mj.mjuorg.pojo.UnidadeOrganizacional getUnidadeOrganizacional()
           
 int hashCode()
           
 void setDataCriacao(java.util.Date _dataCriacao)
          Set the value related to the column: dataCriacao
 void setNumeroLote(java.lang.Integer _numeroLote)
          Set the value related to the column: NumeroLote
 void setNumeroProtocolo(java.lang.String _numeroProtocolo)
          Set the unique identifier of this class
 void setUnidadeOrganizacional(br.gov.mj.mjuorg.pojo.UnidadeOrganizacional _unidadeOrganizacional)
          Set the value related to the column: CodigoUnidadeOrganizacional
 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_DATA_CRIACAO

public static java.lang.String PROP_DATA_CRIACAO

PROP_NUMERO_PROTOCOLO

public static java.lang.String PROP_NUMERO_PROTOCOLO

PROP_UNIDADE_ORGANIZACIONAL

public static java.lang.String PROP_UNIDADE_ORGANIZACIONAL
Constructor Detail

BaseNumeroProtocoloPendente

public BaseNumeroProtocoloPendente()

BaseNumeroProtocoloPendente

public BaseNumeroProtocoloPendente(java.lang.String _numeroProtocolo)
Constructor for primary key


BaseNumeroProtocoloPendente

public BaseNumeroProtocoloPendente(java.lang.String _numeroProtocolo,
                                   br.gov.mj.mjuorg.pojo.UnidadeOrganizacional _unidadeOrganizacional,
                                   java.util.Date _dataCriacao,
                                   java.lang.Integer _numeroLote)
Constructor for required fields

Method Detail

getNumeroProtocolo

public java.lang.String getNumeroProtocolo()
Return the unique identifier of this class


setNumeroProtocolo

public void setNumeroProtocolo(java.lang.String _numeroProtocolo)
Set the unique identifier of this class

Parameters:
_numeroProtocolo - the new ID

getDataCriacao

public java.util.Date getDataCriacao()
Return the value associated with the column: dataCriacao


setDataCriacao

public void setDataCriacao(java.util.Date _dataCriacao)
Set the value related to the column: dataCriacao

Parameters:
_dataCriacao - the dataCriacao value

getNumeroLote

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


setNumeroLote

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

Parameters:
_numeroLote - the NumeroLote value

getUnidadeOrganizacional

public br.gov.mj.mjuorg.pojo.UnidadeOrganizacional getUnidadeOrganizacional()

setUnidadeOrganizacional

public void setUnidadeOrganizacional(br.gov.mj.mjuorg.pojo.UnidadeOrganizacional _unidadeOrganizacional)
Set the value related to the column: CodigoUnidadeOrganizacional

Parameters:
_unidadeOrganizacional - the CodigoUnidadeOrganizacional 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