public class UserCapability extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CREATE |
static String |
SERIALIZED_NAME_DESTROY |
static String |
SERIALIZED_NAME_READ |
static String |
SERIALIZED_NAME_UPDATE |
| Constructor and Description |
|---|
UserCapability() |
| Modifier and Type | Method and Description |
|---|---|
UserCapability |
create(Boolean create) |
UserCapability |
destroy(Boolean destroy) |
boolean |
equals(Object o) |
Boolean |
getCreate()
作成
|
Boolean |
getDestroy()
削除
|
Boolean |
getRead()
閲覧
|
Boolean |
getUpdate()
更新
|
int |
hashCode() |
UserCapability |
read(Boolean read) |
void |
setCreate(Boolean create) |
void |
setDestroy(Boolean destroy) |
void |
setRead(Boolean read) |
void |
setUpdate(Boolean update) |
String |
toString() |
UserCapability |
update(Boolean update) |
public static final String SERIALIZED_NAME_CREATE
public static final String SERIALIZED_NAME_DESTROY
public static final String SERIALIZED_NAME_READ
public static final String SERIALIZED_NAME_UPDATE
public UserCapability create(Boolean create)
public void setCreate(Boolean create)
public UserCapability destroy(Boolean destroy)
public void setDestroy(Boolean destroy)
public UserCapability read(Boolean read)
public void setRead(Boolean read)
public UserCapability update(Boolean update)
public void setUpdate(Boolean update)
Copyright © 2020. All rights reserved.