|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.security.model.DataSetPrivilege
public final class DataSetPrivilege
Dataset privileges
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 |
---|
public DataSetPrivilege()
Method Detail |
---|
public User getUser()
public void setUser(User user)
user
- the user to setpublic DataSet getDataSet()
public void setDataSet(DataSet dataSet)
dataSet
- the dataSet to setpublic DataPolicy getPolicy()
public void setPolicy(DataPolicy policy)
policy
- the policy to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |