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