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 UserOrGroupStub
public long getDirectoryId()
getDirectoryId
in interface com.atlassian.crowd.model.DirectoryEntity
public String getName()
getName
in interface com.atlassian.crowd.model.DirectoryEntity
public String getLowerName()
getLowerName
in interface UserOrGroupStub
Copyright © 2002-2021 Atlassian. All Rights Reserved.