Class SimpleUserOrGroupStub
java.lang.Object
com.atlassian.jira.crowd.embedded.ofbiz.SimpleUserOrGroupStub
- All Implemented Interfaces:
com.atlassian.crowd.model.DirectoryEntity,UserOrGroupStub
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleUserOrGroupStub(long id, long directoryId, String name) SimpleUserOrGroupStub(long id, long directoryId, String name, String lowerName) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.crowd.model.DirectoryEntity
equals, hashCode
-
Constructor Details
-
SimpleUserOrGroupStub
-
SimpleUserOrGroupStub
-
-
Method Details
-
getId
public long getId()- Specified by:
getIdin interfaceUserOrGroupStub
-
getDirectoryId
public long getDirectoryId()- Specified by:
getDirectoryIdin interfacecom.atlassian.crowd.model.DirectoryEntity
-
getName
- Specified by:
getNamein interfacecom.atlassian.crowd.model.DirectoryEntity
-
getLowerName
- Specified by:
getLowerNamein interfaceUserOrGroupStub
-
toString
-