com.atlassian.crowd.manager.permission
Class DirectoryGroupImpl

java.lang.Object
  extended by com.atlassian.crowd.manager.permission.DirectoryGroupImpl
All Implemented Interfaces:
DirectoryGroup
Direct Known Subclasses:
PermittedGroupImpl

public class DirectoryGroupImpl
extends Object
implements DirectoryGroup

Non-persisted implementation to return to the service layer


Constructor Summary
DirectoryGroupImpl(Long directoryId, String directoryName, String groupName)
           
 
Method Summary
 boolean equals(Object o)
           
 Long getDirectoryId()
           
 String getDirectoryName()
           
 String getGroupName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectoryGroupImpl

public DirectoryGroupImpl(Long directoryId,
                          String directoryName,
                          String groupName)
Method Detail

getDirectoryId

public Long getDirectoryId()
Specified by:
getDirectoryId in interface DirectoryGroup

getDirectoryName

public String getDirectoryName()
Specified by:
getDirectoryName in interface DirectoryGroup

getGroupName

public String getGroupName()
Specified by:
getGroupName in interface DirectoryGroup

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2016 Atlassian. All Rights Reserved.