|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.esupportail.portal.channels.CStockage.spacesPersonalization.DirectorySharingProperties
Id: DirectorySharingProperties,v 1.0 6 janv. 2005 Copyright (c) 2005 Esup Portail (www.esup-portail.org) Classes: DirectorySharingProperties Original Author: Yohan Colmant This object represents the sharing properties of a directory
Field Summary | |
private java.lang.String |
directoryName
The directory full name |
private java.util.Hashtable |
groups
The groups to who we share the directory |
private java.util.Hashtable |
users
The users to who we share the directory |
Constructor Summary | |
DirectorySharingProperties(java.lang.String directoryName)
Constructor |
Method Summary | |
java.lang.Object |
clone()
Clone this object to another similary one |
boolean |
equals(java.lang.Object o)
Compare this object to another one |
java.util.Hashtable |
getGroups()
|
java.util.Hashtable |
getUsers()
|
java.lang.StringBuffer |
getXml(java.lang.String label)
Get an xml form from this sharing properties |
boolean |
isSharingActive()
|
void |
setDirectoryName(java.lang.String directoryName)
|
void |
setGroups(java.util.Hashtable groups)
|
void |
setUsers(java.util.Hashtable users)
|
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String directoryName
private java.util.Hashtable users
private java.util.Hashtable groups
Constructor Detail |
public DirectorySharingProperties(java.lang.String directoryName)
directoryName
- the current directory nameMethod Detail |
public java.lang.Object clone()
public void setDirectoryName(java.lang.String directoryName)
directoryName
- The directoryName to set.public boolean isSharingActive()
public java.util.Hashtable getGroups()
public void setGroups(java.util.Hashtable groups)
groups
- The groups to set.public java.util.Hashtable getUsers()
public void setUsers(java.util.Hashtable users)
users
- The users to set.public java.lang.StringBuffer getXml(java.lang.String label)
public boolean equals(java.lang.Object o)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |