Package com.atlassian.crowd.model.group
Class InternalGroupAttribute
java.lang.Object
com.atlassian.crowd.model.InternalEntityAttribute
com.atlassian.crowd.model.group.InternalGroupAttribute
- All Implemented Interfaces:
Serializable
Encapsulates the concept of group attribute.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
InternalGroupAttribute
(InternalGroup group, String name, String value) InternalGroupAttribute
(Long id, InternalGroup group, String name, String value) -
Method Summary
-
Constructor Details
-
InternalGroupAttribute
protected InternalGroupAttribute() -
InternalGroupAttribute
-
InternalGroupAttribute
-
-
Method Details
-
getGroup
-
getDirectory
-
equals
- Overrides:
equals
in classInternalEntityAttribute
-
hashCode
public int hashCode()- Overrides:
hashCode
in classInternalEntityAttribute
-
toString
- Overrides:
toString
in classInternalEntityAttribute
-