mitreid-connect
|
公開メンバ関数 | |
SystemScope () | |
SystemScope (String value) | |
Long | getId () |
void | setId (Long id) |
String | getValue () |
void | setValue (String value) |
String | getDescription () |
void | setDescription (String description) |
String | getIcon () |
void | setIcon (String icon) |
boolean | isDefaultScope () |
void | setDefaultScope (boolean defaultScope) |
boolean | isRestricted () |
void | setRestricted (boolean restricted) |
int | hashCode () |
boolean | equals (Object obj) |
String | toString () |
静的公開変数類 | |
static final String | QUERY_BY_VALUE = "SystemScope.getByValue" |
static final String | QUERY_ALL = "SystemScope.findAll" |
static final String | PARAM_VALUE = "value" |
非公開変数類 | |
Long | id |
String | value |
String | description |
String | icon |
boolean | defaultScope = false |
boolean | restricted = false |
|
inline |
|
inline |
Make a system scope with the given scope value
value |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
defaultScope | the defaultScope to set |
|
inline |
description | the description to set |
|
inline |
icon | the icon to set |
|
inline |
id | the id to set |
|
inline |
restricted | the restricted to set |
|
inline |
value | the value to set |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
static |
|
static |
|
static |
|
private |
|
private |