|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.beasys.portal.ejb.GroupHierarchyPK
The primary key class for the group hiearchy.
| Field Summary | |
java.lang.String |
groupId
The group id (name). |
java.lang.String |
parentGroupId
The parent group id/name. |
| Constructor Summary | |
GroupHierarchyPK()
Default constructor. |
|
GroupHierarchyPK(java.lang.String aGroupId,
java.lang.String aParentGroupId)
Group hierarchy primary key. |
|
| Method Summary | |
boolean |
equals(java.lang.Object theOther)
Check for object equality. |
java.lang.String |
getGroupId()
Get group id. |
java.lang.String |
getParentGroupId()
Get parent group id. |
void |
setGroupId(java.lang.String aGroupId)
Set group id. |
void |
setParentGroupId(java.lang.String aParentGroupId)
Set parent group id. |
java.lang.String |
toString()
String representation of the PK. |
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
public java.lang.String groupId
public java.lang.String parentGroupId
| Constructor Detail |
public GroupHierarchyPK()
public GroupHierarchyPK(java.lang.String aGroupId,
java.lang.String aParentGroupId)
aGroupId - the group id/name.aParentGroupId - the parent group id/name.| Method Detail |
public boolean equals(java.lang.Object theOther)
theOther - the object to check against.public java.lang.String toString()
public void setGroupId(java.lang.String aGroupId)
aGroupId - the group id.public java.lang.String getGroupId()
String the group id.public void setParentGroupId(java.lang.String aParentGroupId)
aParentGroupId - the parent group id.public java.lang.String getParentGroupId()
String the parent group id.
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||