|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.mj.frameworkprocessos.pojo.base.BaseDocumentoVinculo
public abstract class BaseDocumentoVinculo
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.
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 |
---|
public static java.lang.String PROP_CODIGO_RESPONSAVEL_VINCULO
public static java.lang.String PROP_CODIGO_DOCUMENTO_PRINCIPAL
public static java.lang.String PROP_NOME_ESTACAO_RESPONSAVEL_VINCULO
public static java.lang.String PROP_CODIGO_RESPONSAVEL_RETIRADA
public static java.lang.String PROP_NOME_ESTACAO_RESPONSAVEL_RETIRADA
public static java.lang.String PROP_DATA_VINCULO
public static java.lang.String PROP_DATA_RETIRADA
public static java.lang.String PROP_ID
public static java.lang.String PROP_TIPO_RETIRADA
Constructor Detail |
---|
public BaseDocumentoVinculo()
public BaseDocumentoVinculo(DocumentoVinculoPK _id)
public BaseDocumentoVinculo(DocumentoVinculoPK _id, java.lang.Integer _codigoResponsavelVinculo, java.lang.String _nomeEstacaoResponsavelVinculo, java.util.Date _dataVinculo)
Method Detail |
---|
public DocumentoVinculoPK getId()
public void setId(DocumentoVinculoPK _id)
_id
- the new IDpublic java.lang.Integer getCodigoResponsavelVinculo()
public void setCodigoResponsavelVinculo(java.lang.Integer _codigoResponsavelVinculo)
_codigoResponsavelVinculo
- the CodigoResponsavelVinculo valuepublic java.lang.String getNomeEstacaoResponsavelVinculo()
public void setNomeEstacaoResponsavelVinculo(java.lang.String _nomeEstacaoResponsavelVinculo)
_nomeEstacaoResponsavelVinculo
- the NomeEstacaoResponsavelVinculo valuepublic java.lang.Integer getCodigoDocumentoPrincipal()
public void setCodigoDocumentoPrincipal(java.lang.Integer _codigoDocumentoPrincipal)
_codigoDocumentoPrincipal
- the CodigoDocumentoPrincipal valuepublic java.lang.Integer getCodigoResponsavelRetirada()
public void setCodigoResponsavelRetirada(java.lang.Integer _codigoResponsavelRetirada)
_codigoResponsavelRetirada
- the CodigoResponsavelRetirada valuepublic java.lang.String getNomeEstacaoResponsavelRetirada()
public void setNomeEstacaoResponsavelRetirada(java.lang.String _nomeEstacaoResponsavelRetirada)
_nomeEstacaoResponsavelRetirada
- the NomeEstacaoResponsavelRetirada valuepublic java.util.Date getDataVinculo()
public void setDataVinculo(java.util.Date _dataVinculo)
_dataVinculo
- the DataVinculo valuepublic java.util.Date getDataRetirada()
public void setDataRetirada(java.util.Date _dataRetirada)
_dataRetirada
- the DataRetirada valuepublic java.lang.String getTipoRetirada()
public void setTipoRetirada(java.lang.String _tipoRetirada)
_tipoRetirada
- the TipoRetirada valuepublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |