public class Rights extends Object
| Constructor and Description |
|---|
Rights() |
Rights(int read,
int edit,
int delete) |
Rights(short read,
short edit,
short delete) |
| Modifier and Type | Method and Description |
|---|---|
short |
getDelete() |
short |
getEdit() |
short |
getRead() |
void |
setDelete(short delete) |
void |
setEdit(short edit) |
void |
setRead(short read) |
Copyright © 2019. All Rights Reserved.