public class InternalGroupAttribute extends InternalEntityAttribute
| Modifier | Constructor and Description |
|---|---|
protected |
InternalGroupAttribute() |
|
InternalGroupAttribute(InternalGroup group,
String name,
String value) |
|
InternalGroupAttribute(Long id,
InternalGroup group,
String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Directory |
getDirectory() |
InternalGroup |
getGroup() |
int |
hashCode() |
String |
toString() |
protected InternalGroupAttribute()
public InternalGroupAttribute(Long id, InternalGroup group, String name, String value)
public InternalGroupAttribute(InternalGroup group, String name, String value)
public InternalGroup getGroup()
public Directory getDirectory()
public boolean equals(Object o)
equals in class InternalEntityAttributepublic int hashCode()
hashCode in class InternalEntityAttributepublic String toString()
toString in class InternalEntityAttributeCopyright © 2023 Atlassian. All rights reserved.