public class LoginCommunityAssignmentImpl extends Object implements LoginCommunityAssignment, Serializable
| Constructor and Description |
|---|
LoginCommunityAssignmentImpl(UUID id,
UUID communityId,
String loginId) |
| Modifier and Type | Method and Description |
|---|---|
UUID |
getCommunityId()
Reference to the primary key in Community
|
UUID |
getId() |
String |
getLoginId()
The login who is a member of the group.
|
public UUID getId()
getId in interface LoginCommunityAssignmentpublic UUID getCommunityId()
getCommunityId in interface LoginCommunityAssignmentpublic String getLoginId()
getLoginId in interface LoginCommunityAssignmentCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.