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
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
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
Document
public Document()
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.