|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.model.application.GroupMapping
public class GroupMapping
| Nested Class Summary | |
|---|---|
static class |
GroupMapping.COMPARATOR
|
| Constructor Summary | |
|---|---|
protected |
GroupMapping()
|
|
GroupMapping(DirectoryMapping directoryMapping,
java.lang.String groupName)
Constructs a new GroupMapping. |
|
GroupMapping(java.lang.Long id,
DirectoryMapping directoryMapping,
java.lang.String groupName)
Constructs a new GroupMapping with the specified group mapping ID. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
Application |
getApplication()
Returns the application of this mapping. |
Directory |
getDirectory()
Returns the directory of the group. |
DirectoryMapping |
getDirectoryMapping()
Returns the directory mapping. |
java.lang.String |
getGroupName()
Returns the name of the group being mapped. |
java.lang.Long |
getId()
Returns the group mapping ID. |
int |
hashCode()
|
void |
setApplication(Application application)
Sets the application of this mapping. |
void |
setDirectory(Directory directory)
Sets the directory of this group. |
void |
setDirectoryMapping(DirectoryMapping directoryMapping)
Sets the directory mapping. |
void |
setGroupName(java.lang.String groupName)
Sets the name of the group being mapped. |
void |
setId(java.lang.Long id)
Sets the group mapping ID. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected GroupMapping()
public GroupMapping(java.lang.Long id,
DirectoryMapping directoryMapping,
java.lang.String groupName)
id - group mapping IDdirectoryMapping - mapping of a directory to an applicationgroupName - name of group to map
public GroupMapping(DirectoryMapping directoryMapping,
java.lang.String groupName)
directoryMapping - mapping of a directory to an applicationgroupName - name of group to map| Method Detail |
|---|
public java.lang.Long getId()
public void setId(java.lang.Long id)
id - group mapping IDpublic Application getApplication()
public void setApplication(Application application)
application - applicationpublic Directory getDirectory()
public void setDirectory(Directory directory)
directory - directory of the grouppublic java.lang.String getGroupName()
public void setGroupName(java.lang.String groupName)
groupName - name of the group being mappedpublic DirectoryMapping getDirectoryMapping()
public void setDirectoryMapping(DirectoryMapping directoryMapping)
directoryMapping - directory mappingpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||