public class Permission extends Object implements Serializable
| Constructor and Description |
|---|
Permission(int id,
String key)
Creates a new instance of Permission.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getId()
Getter for property id.
|
String |
getKey()
Getter for property key.
|
int |
hashCode() |
void |
setId(int id)
Setter for property id.
|
void |
setKey(String key)
Setter for property key.
|
String |
toString() |
protected String key
protected int id
public Permission(int id,
String key)
id - DOCUMENT ME!key - DOCUMENT ME!public int getId()
public void setId(int id)
id - New value of property id.public String getKey()
public void setKey(String key)
key - New value of property key.Copyright © 2012–2026 cismet GmbH. All rights reserved.