public class ChildGroupOption extends AbstractChildOption implements Option, Comparable
Constructor and Description |
---|
ChildGroupOption(com.atlassian.crowd.embedded.api.Group child) |
ChildGroupOption(com.atlassian.crowd.embedded.api.Group child,
String alternateName) |
ChildGroupOption(String alternateName) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object obj) |
boolean |
equals(Object o) |
com.atlassian.crowd.embedded.api.Group |
getChild() |
String |
getName()
return the name of this child.
|
int |
hashCode() |
getDescription, getId, getParentName, getParentOption, setParentOption
getChildOptions, getCssClass, getImagePath, getImagePathHtml
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getChildOptions, getCssClass, getDescription, getId, getImagePath, getImagePathHtml
public ChildGroupOption(com.atlassian.crowd.embedded.api.Group child)
public ChildGroupOption(String alternateName)
public ChildGroupOption(com.atlassian.crowd.embedded.api.Group child, String alternateName)
public String getName()
public com.atlassian.crowd.embedded.api.Group getChild()
public boolean equals(Object o)
equals
in class AbstractOption
public int hashCode()
hashCode
in class AbstractOption
public int compareTo(Object obj)
compareTo
in interface Comparable
compareTo
in class AbstractOption
Copyright © 2002-2022 Atlassian. All Rights Reserved.