public final class ProjectKeys extends KeyPermission implements Serializable
ProjectKeys
table.Modifier and Type | Field and Description |
---|---|
private int |
projectId |
private static long |
serialVersionUID |
keyId, permission
Constructor and Description |
---|
ProjectKeys()
Create a new
ProjectKeys object. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Check if this object is equal to another
ProjectKeys
object. |
int |
getProjectId()
Get the id of the project.
|
int |
hashCode()
Calculate the hash code for the object.
|
void |
setProjectId(int projectId)
Set the id of the project.
|
compareTo, getKeyId, getPermission, setKeyId, setPermission
private static final long serialVersionUID
private int projectId
public int getProjectId()
public void setProjectId(int projectId)
public boolean equals(Object o)
ProjectKeys
object. They are considered to be the same if the project id and the
key id are the same. The permissions may be different.