com.atlassian.jira.user
Class MockGroup

java.lang.Object
  extended by com.atlassian.jira.user.MockGroup
All Implemented Interfaces:
com.atlassian.crowd.embedded.api.Group, Comparable<com.atlassian.crowd.embedded.api.Group>

public class MockGroup
extends Object
implements com.atlassian.crowd.embedded.api.Group

Since:
v4.3

Constructor Summary
MockGroup(String name)
           
 
Method Summary
 int compareTo(com.atlassian.crowd.embedded.api.Group o)
           
 String getDescription()
           
 Long getDirectoryId()
           
 String getName()
           
 boolean isActive()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.atlassian.crowd.embedded.api.Group
equals, hashCode
 

Constructor Detail

MockGroup

public MockGroup(String name)
Method Detail

isActive

public boolean isActive()

getDescription

public String getDescription()

getDirectoryId

public Long getDirectoryId()

getName

public String getName()
Specified by:
getName in interface com.atlassian.crowd.embedded.api.Group

compareTo

public int compareTo(com.atlassian.crowd.embedded.api.Group o)
Specified by:
compareTo in interface com.atlassian.crowd.embedded.api.Group
Specified by:
compareTo in interface Comparable<com.atlassian.crowd.embedded.api.Group>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.