com.atlassian.crowd.model
Class EntityWithAttributes
java.lang.Object
com.atlassian.crowd.model.EntityWithAttributes
- All Implemented Interfaces:
- Attributes
- Direct Known Subclasses:
- InternalGroupWithAttributes, InternalUserWithAttributes
public abstract class EntityWithAttributes
- extends Object
- implements Attributes
Base class for any entity that can have attributes.
EntityWithAttributes
public EntityWithAttributes(Map<String,Set<String>> attributes)
getValues
public Set<String> getValues(String name)
- Specified by:
getValues in interface Attributes
getValue
public String getValue(String name)
- Specified by:
getValue in interface Attributes
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Attributes
getKeys
public Set<String> getKeys()
- Specified by:
getKeys in interface Attributes
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2016 Atlassian. All Rights Reserved.