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 booleanequals(Object o)Collection<AttributeExt>getAttributes()EntityInformationgetEntityInformation()List<Identity>getIdentities()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
GroupMemberWithAttributes
public GroupMemberWithAttributes(EntityInformation entityInformation, List<Identity> identities, Collection<AttributeExt> attributes)
-
-
Method Detail
-
getEntityInformation
public EntityInformation getEntityInformation()
-
getAttributes
public Collection<AttributeExt> getAttributes()
-
-