com.novell.admin.ns.fs.nw
Class TrusteeFacade
java.lang.Object
|
+--com.novell.admin.ns.ValueListFacade
|
+--com.novell.admin.ns.fs.nw.TrusteeFacade
- public final class TrusteeFacade
- extends ValueListFacade
Facade for File System Trustee syntax.
|
Method Summary |
static ValueList |
createValueList(java.lang.String name,
long rights)
File System Trustee ValueList factory. |
java.lang.String |
getName()
Retrieve the name from the valuelist. |
long |
getRights()
Retrieve the rights from the valuelist. |
void |
setName(java.lang.String name)
Set the name in the valuelist. |
void |
setRights(long rights)
Set the rights in the valuelist. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
TrusteeFacade
public TrusteeFacade(ValueList comp)
throws IncompatibleComponentException
- Facade constructor
- Parameters:
valueList - The ValueList which represents the Trustee
data.- Throws:
- IncompatibleComponentException - if the 'valueList' syntax is
not NWFSSyntax.SYN_TRUSTEE.
createValueList
public static ValueList createValueList(java.lang.String name,
long rights)
throws IncompatibleComponentException
- File System Trustee ValueList factory.
- Parameters:
date - Refer to Trustee Specification.name - Refer to Trustee Specification.- Returns:
- A new Trustee ValueList.
getRights
public long getRights()
- Retrieve the rights from the valuelist.
- Returns:
- The Trustee rights.
setRights
public void setRights(long rights)
- Set the rights in the valuelist.
- Parameters:
rights - The Trustee rights.
getName
public java.lang.String getName()
- Retrieve the name from the valuelist.
- Returns:
- The Trustee name.
setName
public void setName(java.lang.String name)
- Set the name in the valuelist.
- Parameters:
name - The Trustee name.
API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.