Class GroupMemberWithAttributes
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.groupMember.GroupMemberWithAttributes
-
public class GroupMemberWithAttributes extends Object
-
-
Constructor Summary
Constructors Constructor Description GroupMemberWithAttributes(EntityInformation entityInformation, List<Identity> identities, Collection<AttributeExt> attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Collection<AttributeExt>
getAttributes()
EntityInformation
getEntityInformation()
List<Identity>
getIdentities()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
GroupMemberWithAttributes
public GroupMemberWithAttributes(EntityInformation entityInformation, List<Identity> identities, Collection<AttributeExt> attributes)
-
-
Method Detail
-
getEntityInformation
public EntityInformation getEntityInformation()
-
getAttributes
public Collection<AttributeExt> getAttributes()
-
-