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

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

public abstract class BaseProximoNumeroProtocolo
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 ProximoNumeroProtocolo 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_PROXIMO_NUMERO_LOTE
           
static java.lang.String PROP_PROXIMO_NUMERO_SEQUENCIAL
           
 
Constructor Summary
BaseProximoNumeroProtocolo()
           
BaseProximoNumeroProtocolo(java.lang.Integer _codigoUnidadeOrganizacional, java.lang.Integer _ano)
          Constructor for primary key
BaseProximoNumeroProtocolo(java.lang.Integer _codigoUnidadeOrganizacional, java.lang.Integer _ano, java.lang.Integer _proximoNumeroSequencial, java.lang.Integer _proximoNumeroLote)
          Constructor for required fields
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Integer getAno()
           
 java.lang.Integer getCodigoUnidadeOrganizacional()
           
 java.lang.Integer getProximoNumeroLote()
          Return the value associated with the column: ProximoNumeroLote
 java.lang.Integer getProximoNumeroSequencial()
          Return the value associated with the column: ProximoNumeroSequencial
 int hashCode()
           
 void setAno(java.lang.Integer _ano)
          Set the value related to the column: Ano
 void setCodigoUnidadeOrganizacional(java.lang.Integer _codigoUnidadeOrganizacional)
          Set the value related to the column: codigoUnidadeOrganizacional
 void setProximoNumeroLote(java.lang.Integer _proximoNumeroLote)
          Set the value related to the column: ProximoNumeroLote
 void setProximoNumeroSequencial(java.lang.Integer _proximoNumeroSequencial)
          Set the value related to the column: ProximoNumeroSequencial
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROP_PROXIMO_NUMERO_SEQUENCIAL

public static java.lang.String PROP_PROXIMO_NUMERO_SEQUENCIAL

PROP_PROXIMO_NUMERO_LOTE

public static java.lang.String PROP_PROXIMO_NUMERO_LOTE
Constructor Detail

BaseProximoNumeroProtocolo

public BaseProximoNumeroProtocolo()

BaseProximoNumeroProtocolo

public BaseProximoNumeroProtocolo(java.lang.Integer _codigoUnidadeOrganizacional,
                                  java.lang.Integer _ano)
Constructor for primary key


BaseProximoNumeroProtocolo

public BaseProximoNumeroProtocolo(java.lang.Integer _codigoUnidadeOrganizacional,
                                  java.lang.Integer _ano,
                                  java.lang.Integer _proximoNumeroSequencial,
                                  java.lang.Integer _proximoNumeroLote)
Constructor for required fields

Method Detail

getCodigoUnidadeOrganizacional

public java.lang.Integer getCodigoUnidadeOrganizacional()

setCodigoUnidadeOrganizacional

public void setCodigoUnidadeOrganizacional(java.lang.Integer _codigoUnidadeOrganizacional)
Set the value related to the column: codigoUnidadeOrganizacional

Parameters:
_codigoUnidadeOrganizacional - the codigoUnidadeOrganizacional value

getAno

public java.lang.Integer getAno()

setAno

public void setAno(java.lang.Integer _ano)
Set the value related to the column: Ano

Parameters:
_ano - the Ano value

getProximoNumeroSequencial

public java.lang.Integer getProximoNumeroSequencial()
Return the value associated with the column: ProximoNumeroSequencial


setProximoNumeroSequencial

public void setProximoNumeroSequencial(java.lang.Integer _proximoNumeroSequencial)
Set the value related to the column: ProximoNumeroSequencial

Parameters:
_proximoNumeroSequencial - the ProximoNumeroSequencial value

getProximoNumeroLote

public java.lang.Integer getProximoNumeroLote()
Return the value associated with the column: ProximoNumeroLote


setProximoNumeroLote

public void setProximoNumeroLote(java.lang.Integer _proximoNumeroLote)
Set the value related to the column: ProximoNumeroLote

Parameters:
_proximoNumeroLote - the ProximoNumeroLote 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