public class SimpleUserOrGroupStub extends Object implements UserOrGroupStub
| Constructor and Description |
|---|
SimpleUserOrGroupStub(long id,
long directoryId,
String name) |
SimpleUserOrGroupStub(long id,
long directoryId,
String name,
String lowerName) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDirectoryId() |
long |
getId() |
String |
getLowerName() |
String |
getName() |
String |
toString() |
public SimpleUserOrGroupStub(long id,
long directoryId,
String name)
public long getId()
getId in interface UserOrGroupStubpublic long getDirectoryId()
getDirectoryId in interface com.atlassian.crowd.model.DirectoryEntitypublic String getName()
getName in interface com.atlassian.crowd.model.DirectoryEntitypublic String getLowerName()
getLowerName in interface UserOrGroupStubCopyright © 2002-2017 Atlassian. All Rights Reserved.