org.genealogie.bean
Class Document

java.lang.Object
  |
  +--org.genealogie.bean.GenericBean
        |
        +--org.genealogie.bean.Document
Direct Known Subclasses:
DocumentImpl

public class Document
extends GenericBean

Interface représentant un document.

Version:
$Revision: 1.29 $, $Date: 2003/03/26 14:46:42 $
Author:
Templth

Field Summary
protected  java.lang.String commentaires
           
protected  java.lang.String date
           
protected  int id
           
protected  java.lang.String margeCommentaires
           
protected  java.lang.String nom
           
protected  java.lang.String source
           
protected  boolean transcription
           
protected  TypesDocumentUtils type
           
protected  java.lang.String url
           
 
Fields inherited from class org.genealogie.bean.GenericBean
connection, factory
 
Constructor Summary
Document()
           
 
Method Summary
 java.lang.String getCommentaires()
           
 java.lang.String getDate()
           
 int getId()
           
 java.lang.String getMargeCommentaires()
           
 java.lang.String getNom()
           
 java.lang.String getSource()
           
 TypesDocumentUtils getType()
           
 java.lang.String getUrl()
           
 boolean isTranscription()
           
 void setCommentaires(java.lang.String commentaires)
           
 void setDate(java.lang.String date)
           
 void setId(int id)
           
 void setMargeCommentaires(java.lang.String margeCommentaires)
           
 void setNom(java.lang.String nom)
           
 void setSource(java.lang.String source)
           
 void setTranscription(boolean transcription)
           
 void setType(TypesDocumentUtils type)
           
 void setUrl(java.lang.String url)
           
 
Methods inherited from class org.genealogie.bean.GenericBean
contient, getConnection, getTokens
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

id

protected int id

nom

protected java.lang.String nom

type

protected TypesDocumentUtils type

url

protected java.lang.String url

date

protected java.lang.String date

source

protected java.lang.String source

transcription

protected boolean transcription

commentaires

protected java.lang.String commentaires

margeCommentaires

protected java.lang.String margeCommentaires
Constructor Detail

Document

public Document()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getNom

public java.lang.String getNom()

setNom

public void setNom(java.lang.String nom)

getType

public TypesDocumentUtils getType()

setType

public void setType(TypesDocumentUtils type)

getUrl

public java.lang.String getUrl()

setUrl

public void setUrl(java.lang.String url)

getDate

public java.lang.String getDate()

setDate

public void setDate(java.lang.String date)

getSource

public java.lang.String getSource()

setSource

public void setSource(java.lang.String source)

isTranscription

public boolean isTranscription()

setTranscription

public void setTranscription(boolean transcription)

getCommentaires

public java.lang.String getCommentaires()

setCommentaires

public void setCommentaires(java.lang.String commentaires)

getMargeCommentaires

public java.lang.String getMargeCommentaires()

setMargeCommentaires

public void setMargeCommentaires(java.lang.String margeCommentaires)


Copyright © 2002 JGenea DAO. All Rights Reserved.