org.genealogie.bean
Class AdresseWeb

java.lang.Object
  |
  +--org.genealogie.bean.GenericBean
        |
        +--org.genealogie.bean.AdresseWeb
Direct Known Subclasses:
AdresseWebImpl

public class AdresseWeb
extends GenericBean

Interface représentant une adresse web.

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

Field Summary
protected  java.lang.String commentaires
           
protected  int id
           
protected  java.lang.String nom
           
protected  RepertoireUtils repertoire
           
 
Fields inherited from class org.genealogie.bean.GenericBean
connection, factory
 
Constructor Summary
AdresseWeb()
           
 
Method Summary
 java.lang.String getCommentaires()
           
 int getId()
           
 java.lang.String getNom()
           
 RepertoireUtils getRepertoire()
           
 void setCommentaires(java.lang.String commentaires)
           
 void setId(int id)
           
 void setNom(java.lang.String nom)
           
 void setRepertoire(RepertoireUtils repertoire)
           
 
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

repertoire

protected RepertoireUtils repertoire

commentaires

protected java.lang.String commentaires
Constructor Detail

AdresseWeb

public AdresseWeb()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getNom

public java.lang.String getNom()

getRepertoire

public RepertoireUtils getRepertoire()

getCommentaires

public java.lang.String getCommentaires()

setNom

public void setNom(java.lang.String nom)

setRepertoire

public void setRepertoire(RepertoireUtils repertoire)

setCommentaires

public void setCommentaires(java.lang.String commentaires)


Copyright © 2002 JGenea DAO. All Rights Reserved.