public final class GroupGroups
extends java.lang.Object
implements java.io.Serializable
GroupGroups
table.Modifier and Type | Field and Description |
---|---|
private int |
childId |
private int |
parentId |
private static long |
serialVersionUID |
Constructor and Description |
---|
GroupGroups()
Create a new
GroupGroups object. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Check if this object is equal to another
GroupGroups
object. |
int |
getChildId()
Get the id of the child group.
|
int |
getParentId()
Get the id of the parent group.
|
int |
hashCode()
Calculate the hash code for the object.
|
void |
setChildId(int childId)
Set the id of the child group.
|
void |
setParentId(int parentId)
Set the id of the parent group.
|
private static final long serialVersionUID
private int parentId
private int childId
public int getParentId()
public void setParentId(int parentId)
public int getChildId()
public void setChildId(int childId)
public boolean equals(java.lang.Object o)
GroupGroups
object. They are considered to be the same if the parent and
child id are the same.equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object