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

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

public abstract class BaseDocumentoVinculo
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 DocumentoVinculo 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_DOCUMENTO_PRINCIPAL
           
static java.lang.String PROP_CODIGO_RESPONSAVEL_RETIRADA
           
static java.lang.String PROP_CODIGO_RESPONSAVEL_VINCULO
           
static java.lang.String PROP_DATA_RETIRADA
           
static java.lang.String PROP_DATA_VINCULO
           
static java.lang.String PROP_ID
           
static java.lang.String PROP_NOME_ESTACAO_RESPONSAVEL_RETIRADA
           
static java.lang.String PROP_NOME_ESTACAO_RESPONSAVEL_VINCULO
           
static java.lang.String PROP_TIPO_RETIRADA
           
 
Constructor Summary
BaseDocumentoVinculo()
           
BaseDocumentoVinculo(DocumentoVinculoPK _id)
          Constructor for primary key
BaseDocumentoVinculo(DocumentoVinculoPK _id, java.lang.Integer _codigoResponsavelVinculo, java.lang.String _nomeEstacaoResponsavelVinculo, java.util.Date _dataVinculo)
          Constructor for required fields
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Integer getCodigoDocumentoPrincipal()
          Return the value associated with the column: CodigoDocumentoPrincipal
 java.lang.Integer getCodigoResponsavelRetirada()
          Return the value associated with the column: CodigoResponsavelRetirada
 java.lang.Integer getCodigoResponsavelVinculo()
          Return the value associated with the column: CodigoResponsavelVinculo
 java.util.Date getDataRetirada()
          Return the value associated with the column: DataRetirada
 java.util.Date getDataVinculo()
          Return the value associated with the column: DataVinculo
 DocumentoVinculoPK getId()
          Return the unique identifier of this class
 java.lang.String getNomeEstacaoResponsavelRetirada()
          Return the value associated with the column: NomeEstacaoResponsavelRetirada
 java.lang.String getNomeEstacaoResponsavelVinculo()
          Return the value associated with the column: NomeEstacaoResponsavelVinculo
 java.lang.String getTipoRetirada()
          Return the value associated with the column: TipoRetirada
 int hashCode()
           
 void setCodigoDocumentoPrincipal(java.lang.Integer _codigoDocumentoPrincipal)
          Set the value related to the column: CodigoDocumentoPrincipal
 void setCodigoResponsavelRetirada(java.lang.Integer _codigoResponsavelRetirada)
          Set the value related to the column: CodigoResponsavelRetirada
 void setCodigoResponsavelVinculo(java.lang.Integer _codigoResponsavelVinculo)
          Set the value related to the column: CodigoResponsavelVinculo
 void setDataRetirada(java.util.Date _dataRetirada)
          Set the value related to the column: DataRetirada
 void setDataVinculo(java.util.Date _dataVinculo)
          Set the value related to the column: DataVinculo
 void setId(DocumentoVinculoPK _id)
          Set the unique identifier of this class
 void setNomeEstacaoResponsavelRetirada(java.lang.String _nomeEstacaoResponsavelRetirada)
          Set the value related to the column: NomeEstacaoResponsavelRetirada
 void setNomeEstacaoResponsavelVinculo(java.lang.String _nomeEstacaoResponsavelVinculo)
          Set the value related to the column: NomeEstacaoResponsavelVinculo
 void setTipoRetirada(java.lang.String _tipoRetirada)
          Set the value related to the column: TipoRetirada
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROP_CODIGO_RESPONSAVEL_VINCULO

public static java.lang.String PROP_CODIGO_RESPONSAVEL_VINCULO

PROP_CODIGO_DOCUMENTO_PRINCIPAL

public static java.lang.String PROP_CODIGO_DOCUMENTO_PRINCIPAL

PROP_NOME_ESTACAO_RESPONSAVEL_VINCULO

public static java.lang.String PROP_NOME_ESTACAO_RESPONSAVEL_VINCULO

PROP_CODIGO_RESPONSAVEL_RETIRADA

public static java.lang.String PROP_CODIGO_RESPONSAVEL_RETIRADA

PROP_NOME_ESTACAO_RESPONSAVEL_RETIRADA

public static java.lang.String PROP_NOME_ESTACAO_RESPONSAVEL_RETIRADA

PROP_DATA_VINCULO

public static java.lang.String PROP_DATA_VINCULO

PROP_DATA_RETIRADA

public static java.lang.String PROP_DATA_RETIRADA

PROP_ID

public static java.lang.String PROP_ID

PROP_TIPO_RETIRADA

public static java.lang.String PROP_TIPO_RETIRADA
Constructor Detail

BaseDocumentoVinculo

public BaseDocumentoVinculo()

BaseDocumentoVinculo

public BaseDocumentoVinculo(DocumentoVinculoPK _id)
Constructor for primary key


BaseDocumentoVinculo

public BaseDocumentoVinculo(DocumentoVinculoPK _id,
                            java.lang.Integer _codigoResponsavelVinculo,
                            java.lang.String _nomeEstacaoResponsavelVinculo,
                            java.util.Date _dataVinculo)
Constructor for required fields

Method Detail

getId

public DocumentoVinculoPK getId()
Return the unique identifier of this class


setId

public void setId(DocumentoVinculoPK _id)
Set the unique identifier of this class

Parameters:
_id - the new ID

getCodigoResponsavelVinculo

public java.lang.Integer getCodigoResponsavelVinculo()
Return the value associated with the column: CodigoResponsavelVinculo


setCodigoResponsavelVinculo

public void setCodigoResponsavelVinculo(java.lang.Integer _codigoResponsavelVinculo)
Set the value related to the column: CodigoResponsavelVinculo

Parameters:
_codigoResponsavelVinculo - the CodigoResponsavelVinculo value

getNomeEstacaoResponsavelVinculo

public java.lang.String getNomeEstacaoResponsavelVinculo()
Return the value associated with the column: NomeEstacaoResponsavelVinculo


setNomeEstacaoResponsavelVinculo

public void setNomeEstacaoResponsavelVinculo(java.lang.String _nomeEstacaoResponsavelVinculo)
Set the value related to the column: NomeEstacaoResponsavelVinculo

Parameters:
_nomeEstacaoResponsavelVinculo - the NomeEstacaoResponsavelVinculo value

getCodigoDocumentoPrincipal

public java.lang.Integer getCodigoDocumentoPrincipal()
Return the value associated with the column: CodigoDocumentoPrincipal


setCodigoDocumentoPrincipal

public void setCodigoDocumentoPrincipal(java.lang.Integer _codigoDocumentoPrincipal)
Set the value related to the column: CodigoDocumentoPrincipal

Parameters:
_codigoDocumentoPrincipal - the CodigoDocumentoPrincipal value

getCodigoResponsavelRetirada

public java.lang.Integer getCodigoResponsavelRetirada()
Return the value associated with the column: CodigoResponsavelRetirada


setCodigoResponsavelRetirada

public void setCodigoResponsavelRetirada(java.lang.Integer _codigoResponsavelRetirada)
Set the value related to the column: CodigoResponsavelRetirada

Parameters:
_codigoResponsavelRetirada - the CodigoResponsavelRetirada value

getNomeEstacaoResponsavelRetirada

public java.lang.String getNomeEstacaoResponsavelRetirada()
Return the value associated with the column: NomeEstacaoResponsavelRetirada


setNomeEstacaoResponsavelRetirada

public void setNomeEstacaoResponsavelRetirada(java.lang.String _nomeEstacaoResponsavelRetirada)
Set the value related to the column: NomeEstacaoResponsavelRetirada

Parameters:
_nomeEstacaoResponsavelRetirada - the NomeEstacaoResponsavelRetirada value

getDataVinculo

public java.util.Date getDataVinculo()
Return the value associated with the column: DataVinculo


setDataVinculo

public void setDataVinculo(java.util.Date _dataVinculo)
Set the value related to the column: DataVinculo

Parameters:
_dataVinculo - the DataVinculo value

getDataRetirada

public java.util.Date getDataRetirada()
Return the value associated with the column: DataRetirada


setDataRetirada

public void setDataRetirada(java.util.Date _dataRetirada)
Set the value related to the column: DataRetirada

Parameters:
_dataRetirada - the DataRetirada value

getTipoRetirada

public java.lang.String getTipoRetirada()
Return the value associated with the column: TipoRetirada


setTipoRetirada

public void setTipoRetirada(java.lang.String _tipoRetirada)
Set the value related to the column: TipoRetirada

Parameters:
_tipoRetirada - the TipoRetirada 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