Class GroupMemberWithAttributes

java.lang.Object
pl.edu.icm.unity.engine.api.groupMember.GroupMemberWithAttributes

public class GroupMemberWithAttributes extends Object
  • 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

    • getEntityInformation

      public pl.edu.icm.unity.base.entity.EntityInformation getEntityInformation()
    • getIdentities

      public List<pl.edu.icm.unity.base.identity.Identity> getIdentities()
    • getAttributes

      public Collection<pl.edu.icm.unity.base.attribute.AttributeExt> getAttributes()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object