|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.esupportail.portal.channels.CIntranet.beans.Grant
public class Grant
Grant
Cette classe définit le comportement d'un droit
(c)Copyright ESup-Portail 2004
Constructor Summary | |
---|---|
Grant()
Constructeur |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
Compare deux entités suivant leur nom ou leur identifiant Implements Comparable interface |
java.lang.String |
getFolderid()
Retourne l'identifiant du dossier |
Entity |
getGranted()
Retourne l'entité |
int |
getLevel()
Retourne le type de droit |
boolean |
isExtended()
Si le droit est hérité |
boolean |
isNotification()
Si la notification est activée |
void |
setExtended(boolean extended)
Positionne l'héritage |
void |
setFolderid(java.lang.String folderid)
Positionne l'identifiant du dossier |
void |
setGranted(Entity granted)
Positionne l'entité |
void |
setLevel(int level)
Positionne le type de droit |
void |
setNotification(boolean notification)
Positionne la notification |
java.lang.String |
toXMLString()
La représentation XML de cet objet Implements XMLSerializable interface |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Grant()
Method Detail |
---|
public java.lang.String getFolderid()
public void setFolderid(java.lang.String folderid)
folderid
- L'identifiant du dossierpublic int getLevel()
public void setLevel(int level)
level
- le typepublic Entity getGranted()
public void setGranted(Entity granted)
granted
- l'entitépublic boolean isExtended()
public void setExtended(boolean extended)
extended
- l'héritagepublic boolean isNotification()
public void setNotification(boolean notification)
notification
- La notificationpublic int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
o
- Objet à comparerpublic java.lang.String toXMLString()
toXMLString
in interface XMLSerializable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |