org.genealogie.bean
Class Acces

java.lang.Object
  |
  +--org.genealogie.bean.GenericBean
        |
        +--org.genealogie.bean.Acces
Direct Known Subclasses:
AccesImpl

public class Acces
extends GenericBean

Interface représentant un accès.

Version:
$Revision: 1.1 $, $Date: 2003/03/26 14:46:38 $
Author:
Templth

Field Summary
protected  boolean accesActive
           
protected  boolean accesTotal
           
protected  int borneSup
           
protected  boolean gestionRecherches
           
protected  int id
           
protected  java.lang.String login
           
protected  java.lang.String password
           
protected  boolean registres
           
 
Fields inherited from class org.genealogie.bean.GenericBean
connection, factory
 
Constructor Summary
Acces()
           
 
Method Summary
 int getBroneSup()
           
 int getId()
           
 java.lang.String getLogin()
           
 java.lang.String getPassword()
           
 boolean isAccesActive()
           
 boolean isAccesTotal()
           
 boolean isGestionRecherches()
           
 boolean isRegistres()
           
 void setAccesActive(boolean accesActive)
           
 void setAccesTotal(boolean accesTotal)
           
 void setBorneSup(int borneSup)
           
 void setGestionRecherches(boolean gestionRecherches)
           
 void setId(int id)
           
 void setLogin(java.lang.String login)
           
 void setPassword(java.lang.String password)
           
 void setRegistres(boolean registres)
           
 
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

login

protected java.lang.String login

password

protected java.lang.String password

accesTotal

protected boolean accesTotal

accesActive

protected boolean accesActive

borneSup

protected int borneSup

gestionRecherches

protected boolean gestionRecherches

registres

protected boolean registres
Constructor Detail

Acces

public Acces()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getLogin

public java.lang.String getLogin()

setLogin

public void setLogin(java.lang.String login)

getPassword

public java.lang.String getPassword()

setPassword

public void setPassword(java.lang.String password)

isAccesTotal

public boolean isAccesTotal()

setAccesTotal

public void setAccesTotal(boolean accesTotal)

isAccesActive

public boolean isAccesActive()

setAccesActive

public void setAccesActive(boolean accesActive)

getBroneSup

public int getBroneSup()

setBorneSup

public void setBorneSup(int borneSup)

isGestionRecherches

public boolean isGestionRecherches()

setGestionRecherches

public void setGestionRecherches(boolean gestionRecherches)

isRegistres

public boolean isRegistres()

setRegistres

public void setRegistres(boolean registres)


Copyright © 2002 JGenea DAO. All Rights Reserved.