|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.crowd.importer.model.MembershipDTO
com.atlassian.crowd.importer.model.GroupMembership
public class GroupMembership
A simple helper class to define the membership between a user and a group
Field Summary |
---|
Fields inherited from class com.atlassian.crowd.importer.model.MembershipDTO |
---|
containerName, username |
Constructor Summary | |
---|---|
GroupMembership(String username,
String groupName)
|
Method Summary | |
---|---|
String |
getGroupName()
|
void |
setGroupName(String groupName)
|
String |
toString()
|
Methods inherited from class com.atlassian.crowd.importer.model.MembershipDTO |
---|
equals, getContainerName, getRelationship, getRelationshipKey, getUsername, hashCode, setContainerName, setUsername |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GroupMembership(String username, String groupName)
Method Detail |
---|
public String getGroupName()
public void setGroupName(String groupName)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |