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

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

public abstract class BaseCopiaEletronica
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 CopiaEletronica 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_ARQUIVO
           
static java.lang.String PROP_CODIGO_COPIA_ELETRONICA
           
static java.lang.String PROP_CODIGO_DOCUMENTO
           
static java.lang.String PROP_CODIGO_RESPONSAVEL_COPIA
           
static java.lang.String PROP_CODIGO_VINCULO
           
static java.lang.String PROP_DATA_COPIA_ELETRONICA
           
static java.lang.String PROP_NOME_ARQUIVO
           
static java.lang.String PROP_NOME_ESTACAO_RESPONSAVEL_COPIA
           
static java.lang.String PROP_VERSAO
           
 
Constructor Summary
BaseCopiaEletronica()
           
BaseCopiaEletronica(java.lang.Integer _codigoCopiaEletronica)
          Constructor for primary key
BaseCopiaEletronica(java.lang.Integer _codigoCopiaEletronica, byte[] _arquivo, java.lang.Integer _versao, java.lang.Integer _codigoResponsavelCopia, java.lang.Integer _codigoDocumento, java.util.Date _dataCopiaEletronica, java.lang.String _nomeEstacaoResponsavelCopia, java.lang.String _nomeArquivo)
          Constructor for required fields
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 byte[] getArquivo()
          Return the value associated with the column: Arquivo
 java.lang.Integer getCodigoCopiaEletronica()
          Return the unique identifier of this class
 java.lang.Integer getCodigoDocumento()
          Return the value associated with the column: CodigoDocumento
 java.lang.Integer getCodigoResponsavelCopia()
          Return the value associated with the column: CodigoResponsavelCopia
 java.lang.Integer getCodigoVinculo()
          Return the value associated with the column: CodigoVinculo
 java.util.Date getDataCopiaEletronica()
          Return the value associated with the column: DataCopiaEletronica
 java.lang.String getNomeArquivo()
          Return the value associated with the column: NomeArquivo
 java.lang.String getNomeEstacaoResponsavelCopia()
          Return the value associated with the column: NomeEstacaoResponsavelCopia
 java.lang.Integer getVersao()
          Return the value associated with the column: Versao
 int hashCode()
           
 void setArquivo(byte[] _arquivo)
          Set the value related to the column: Arquivo
 void setCodigoCopiaEletronica(java.lang.Integer _codigoCopiaEletronica)
          Set the unique identifier of this class
 void setCodigoDocumento(java.lang.Integer _codigoDocumento)
          Set the value related to the column: CodigoDocumento
 void setCodigoResponsavelCopia(java.lang.Integer _codigoResponsavelCopia)
          Set the value related to the column: CodigoResponsavelCopia
 void setCodigoVinculo(java.lang.Integer _codigoVinculo)
          Set the value related to the column: CodigoVinculo
 void setDataCopiaEletronica(java.util.Date _dataCopiaEletronica)
          Set the value related to the column: DataCopiaEletronica
 void setNomeArquivo(java.lang.String _nomeArquivo)
          Set the value related to the column: NomeArquivo
 void setNomeEstacaoResponsavelCopia(java.lang.String _nomeEstacaoResponsavelCopia)
          Set the value related to the column: NomeEstacaoResponsavelCopia
 void setVersao(java.lang.Integer _versao)
          Set the value related to the column: Versao
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROP_ARQUIVO

public static java.lang.String PROP_ARQUIVO

PROP_CODIGO_RESPONSAVEL_COPIA

public static java.lang.String PROP_CODIGO_RESPONSAVEL_COPIA

PROP_VERSAO

public static java.lang.String PROP_VERSAO

PROP_DATA_COPIA_ELETRONICA

public static java.lang.String PROP_DATA_COPIA_ELETRONICA

PROP_CODIGO_VINCULO

public static java.lang.String PROP_CODIGO_VINCULO

PROP_NOME_ESTACAO_RESPONSAVEL_COPIA

public static java.lang.String PROP_NOME_ESTACAO_RESPONSAVEL_COPIA

PROP_CODIGO_COPIA_ELETRONICA

public static java.lang.String PROP_CODIGO_COPIA_ELETRONICA

PROP_NOME_ARQUIVO

public static java.lang.String PROP_NOME_ARQUIVO

PROP_CODIGO_DOCUMENTO

public static java.lang.String PROP_CODIGO_DOCUMENTO
Constructor Detail

BaseCopiaEletronica

public BaseCopiaEletronica()

BaseCopiaEletronica

public BaseCopiaEletronica(java.lang.Integer _codigoCopiaEletronica)
Constructor for primary key


BaseCopiaEletronica

public BaseCopiaEletronica(java.lang.Integer _codigoCopiaEletronica,
                           byte[] _arquivo,
                           java.lang.Integer _versao,
                           java.lang.Integer _codigoResponsavelCopia,
                           java.lang.Integer _codigoDocumento,
                           java.util.Date _dataCopiaEletronica,
                           java.lang.String _nomeEstacaoResponsavelCopia,
                           java.lang.String _nomeArquivo)
Constructor for required fields

Method Detail

getCodigoCopiaEletronica

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


setCodigoCopiaEletronica

public void setCodigoCopiaEletronica(java.lang.Integer _codigoCopiaEletronica)
Set the unique identifier of this class

Parameters:
_codigoCopiaEletronica - the new ID

getArquivo

public byte[] getArquivo()
Return the value associated with the column: Arquivo


setArquivo

public void setArquivo(byte[] _arquivo)
Set the value related to the column: Arquivo

Parameters:
_arquivo - the Arquivo value

getVersao

public java.lang.Integer getVersao()
Return the value associated with the column: Versao


setVersao

public void setVersao(java.lang.Integer _versao)
Set the value related to the column: Versao

Parameters:
_versao - the Versao value

getCodigoResponsavelCopia

public java.lang.Integer getCodigoResponsavelCopia()
Return the value associated with the column: CodigoResponsavelCopia


setCodigoResponsavelCopia

public void setCodigoResponsavelCopia(java.lang.Integer _codigoResponsavelCopia)
Set the value related to the column: CodigoResponsavelCopia

Parameters:
_codigoResponsavelCopia - the CodigoResponsavelCopia value

getCodigoDocumento

public java.lang.Integer getCodigoDocumento()
Return the value associated with the column: CodigoDocumento


setCodigoDocumento

public void setCodigoDocumento(java.lang.Integer _codigoDocumento)
Set the value related to the column: CodigoDocumento

Parameters:
_codigoDocumento - the CodigoDocumento value

getDataCopiaEletronica

public java.util.Date getDataCopiaEletronica()
Return the value associated with the column: DataCopiaEletronica


setDataCopiaEletronica

public void setDataCopiaEletronica(java.util.Date _dataCopiaEletronica)
Set the value related to the column: DataCopiaEletronica

Parameters:
_dataCopiaEletronica - the DataCopiaEletronica value

getNomeEstacaoResponsavelCopia

public java.lang.String getNomeEstacaoResponsavelCopia()
Return the value associated with the column: NomeEstacaoResponsavelCopia


setNomeEstacaoResponsavelCopia

public void setNomeEstacaoResponsavelCopia(java.lang.String _nomeEstacaoResponsavelCopia)
Set the value related to the column: NomeEstacaoResponsavelCopia

Parameters:
_nomeEstacaoResponsavelCopia - the NomeEstacaoResponsavelCopia value

getNomeArquivo

public java.lang.String getNomeArquivo()
Return the value associated with the column: NomeArquivo


setNomeArquivo

public void setNomeArquivo(java.lang.String _nomeArquivo)
Set the value related to the column: NomeArquivo

Parameters:
_nomeArquivo - the NomeArquivo value

getCodigoVinculo

public java.lang.Integer getCodigoVinculo()
Return the value associated with the column: CodigoVinculo


setCodigoVinculo

public void setCodigoVinculo(java.lang.Integer _codigoVinculo)
Set the value related to the column: CodigoVinculo

Parameters:
_codigoVinculo - the CodigoVinculo 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