.. java:import:: java.util HashSet .. java:import:: java.util Objects MembershipDescription ===================== .. java:package:: dk.magenta.datafordeler.prisme :noindex: .. java:type:: public class MembershipDescription Fields ------ memberFunction ^^^^^^^^^^^^^^ .. java:field:: public String memberFunction :outertype: MembershipDescription organizationName ^^^^^^^^^^^^^^^^ .. java:field:: public String organizationName :outertype: MembershipDescription organizationType ^^^^^^^^^^^^^^^^ .. java:field:: public String organizationType :outertype: MembershipDescription Constructors ------------ MembershipDescription ^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public MembershipDescription(String organizationType, String organizationName, String memberFunction) :outertype: MembershipDescription Methods ------- isOwner ^^^^^^^ .. java:method:: public boolean isOwner() :outertype: MembershipDescription match ^^^^^ .. java:method:: public boolean match(MembershipDescription template) :outertype: MembershipDescription