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:DirectoryGroupID of the directory this group belongs to- Specified by:
getDirectoryIdin interfaceDirectoryGroup- Returns:
- the directory id
-
getDirectoryName
Description copied from interface:DirectoryGroupConvenience method - the name of the directory this group belongs to- Specified by:
getDirectoryNamein interfaceDirectoryGroup- Returns:
- the directory name
-
getGroupName
Description copied from interface:DirectoryGroupThe name of this group- Specified by:
getGroupNamein interfaceDirectoryGroup- Returns:
- the group name
-
toString
-
equals
-
hashCode
public int hashCode()
-