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 InternalEntityAttribute
public int hashCode()
hashCode
in class InternalEntityAttribute
public String toString()
toString
in class InternalEntityAttribute
Copyright © 2020 Atlassian. All rights reserved.