Class GlobalGroupMembership.PK
- java.lang.Object
-
- lumis.portal.structure.sync.model.global.GlobalGroupMembership.PK
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GlobalGroupMembership
public static class GlobalGroupMembership.PK extends Object implements Serializable
The primary key class.- Since:
- 7.1.0
- Version:
- $Revision: 19766 $ $Date: 2017-01-05 18:35:09 -0200 (Thu, 05 Jan 2017) $
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getGroupId()
Returns the group identifier.String
getMemberId()
Returns the member identifier.int
hashCode()
void
setGroupId(String groupId)
Sets the group identifier.void
setMemberId(String memberId)
Sets the member identifier.
-
-
-
Method Detail
-
getGroupId
public String getGroupId()
Returns the group identifier.- Returns:
- the group identifier.
- Since:
- 7.1.0
-
setGroupId
public void setGroupId(String groupId)
Sets the group identifier.- Parameters:
groupId
- the group identifier.- Since:
- 7.1.0
-
getMemberId
public String getMemberId()
Returns the member identifier.- Returns:
- the member identifier.
- Since:
- 7.1.0
-
setMemberId
public void setMemberId(String memberId)
Sets the member identifier.- Parameters:
memberId
- the member identifier.- Since:
- 7.1.0
-
-