Class GroupMemberWithAttributes
java.lang.Object
pl.edu.icm.unity.engine.api.groupMember.GroupMemberWithAttributes
-
Constructor Summary
ConstructorsConstructorDescriptionGroupMemberWithAttributes(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 TypeMethodDescriptionbooleanCollection<pl.edu.icm.unity.base.attribute.AttributeExt>pl.edu.icm.unity.base.entity.EntityInformationList<pl.edu.icm.unity.base.identity.Identity>inthashCode()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