Class GroupMemberWithAttributes
java.lang.Object
pl.edu.icm.unity.engine.api.groupMember.GroupMemberWithAttributes
-
Constructor Summary
ConstructorDescriptionGroupMemberWithAttributes
(pl.edu.icm.unity.base.entity.EntityInformation entityInformation, List<pl.edu.icm.unity.base.identity.Identity> identities, Collection<pl.edu.icm.unity.base.attribute.AttributeExt> attributes) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Collection<pl.edu.icm.unity.base.attribute.AttributeExt>
pl.edu.icm.unity.base.entity.EntityInformation
List<pl.edu.icm.unity.base.identity.Identity>
int
hashCode()
toString()
-
Constructor Details
-
GroupMemberWithAttributes
public GroupMemberWithAttributes(pl.edu.icm.unity.base.entity.EntityInformation entityInformation, List<pl.edu.icm.unity.base.identity.Identity> identities, Collection<pl.edu.icm.unity.base.attribute.AttributeExt> attributes)
-
-
Method Details