Package com.atlassian.crowd.model
Class InternalEntityAttribute
java.lang.Object
com.atlassian.crowd.model.InternalEntityAttribute
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InternalGroupAttribute
,InternalUserAttribute
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getName()
getValue()
int
hashCode()
protected void
void
void
toMap
(Collection<? extends InternalEntityAttribute> attributesList) toString()
-
Constructor Details
-
InternalEntityAttribute
protected InternalEntityAttribute() -
InternalEntityAttribute
-
-
Method Details
-
getId
-
getName
-
getValue
-
setId
-
setName
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-
toMap
public static Map<String,Set<String>> toMap(Collection<? extends InternalEntityAttribute> attributesList)
-