org.glite.data.catalog.service
Class Perm

java.lang.Object
  extended byorg.glite.data.catalog.service.Perm

public class Perm
extends java.lang.Object

The Perm class contains the three flags that is common to all unix permissions: read, write and execute; and some extra flags for catalog operations.


Field Summary
 boolean execute
           
 boolean getMetadata
           
 boolean list
           
 boolean permission
           
 boolean read
           
 boolean remove
           
 boolean setMetadata
           
 boolean write
           
 
Constructor Summary
Perm()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

permission

public boolean permission

remove

public boolean remove

read

public boolean read

write

public boolean write

list

public boolean list

execute

public boolean execute

getMetadata

public boolean getMetadata

setMetadata

public boolean setMetadata
Constructor Detail

Perm

public Perm()


Copyright © 2004 EU-EGEE