Class DirectoryGroupImpl
java.lang.Object
com.atlassian.crowd.manager.permission.DirectoryGroupImpl
- All Implemented Interfaces:
DirectoryGroup
- Direct Known Subclasses:
PermittedGroupImpl
Non-persisted implementation to return to the service layer
-
Constructor Summary
ConstructorsConstructorDescriptionDirectoryGroupImpl
(Long directoryId, String directoryName, String groupName) -
Method Summary
-
Constructor Details
-
DirectoryGroupImpl
-
-
Method Details
-
getDirectoryId
Description copied from interface:DirectoryGroup
ID of the directory this group belongs to- Specified by:
getDirectoryId
in interfaceDirectoryGroup
- Returns:
- the directory id
-
getDirectoryName
Description copied from interface:DirectoryGroup
Convenience method - the name of the directory this group belongs to- Specified by:
getDirectoryName
in interfaceDirectoryGroup
- Returns:
- the directory name
-
getGroupName
Description copied from interface:DirectoryGroup
The name of this group- Specified by:
getGroupName
in interfaceDirectoryGroup
- Returns:
- the group name
-
toString
-
equals
-
hashCode
public int hashCode()
-