fr.cnes.sitools.security.model
Class DataSetPrivilege

java.lang.Object
  extended by fr.cnes.sitools.security.model.DataSetPrivilege

public final class DataSetPrivilege
extends java.lang.Object

Dataset privileges

Author:
AKKA

Constructor Summary
DataSetPrivilege()
           
 
Method Summary
 DataSet getDataSet()
          Gets the dataSet value
 DataPolicy getPolicy()
          Gets the policy value
 User getUser()
          Gets the user value
 void setDataSet(DataSet dataSet)
          Sets the value of dataSet
 void setPolicy(DataPolicy policy)
          Sets the value of policy
 void setUser(User user)
          Sets the value of user
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSetPrivilege

public DataSetPrivilege()
Method Detail

getUser

public User getUser()
Gets the user value

Returns:
the user

setUser

public void setUser(User user)
Sets the value of user

Parameters:
user - the user to set

getDataSet

public DataSet getDataSet()
Gets the dataSet value

Returns:
the dataSet

setDataSet

public void setDataSet(DataSet dataSet)
Sets the value of dataSet

Parameters:
dataSet - the dataSet to set

getPolicy

public DataPolicy getPolicy()
Gets the policy value

Returns:
the policy

setPolicy

public void setPolicy(DataPolicy policy)
Sets the value of policy

Parameters:
policy - the policy to set


Copyright © 2010-2013 CNES. All Rights Reserved.