org.gcube.informationsystem.glitebridge.resource.commontype
Class ACLType

java.lang.Object
  extended by org.gcube.informationsystem.glitebridge.resource.commontype.ACLType

public class ACLType
extends java.lang.Object

Author:
Luca Frosini (ISTI-CNR)

Constructor Summary
ACLType()
           
 
Method Summary
 java.util.List<java.lang.String> getRule()
          The rules of ACL
 void setRule(java.util.List<java.lang.String> rule)
          Set the rules of ACL
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACLType

public ACLType()
Method Detail

getRule

public java.util.List<java.lang.String> getRule()
The rules of ACL

Returns:
the rules

setRule

public void setRule(java.util.List<java.lang.String> rule)
Set the rules of ACL

Parameters:
rule - the rules