public class GroupMembership extends AbstractAttributedType implements Relationship
AttributedType.ATTRIBUTE, AttributedType.AttributeParameter| Modifier and Type | Field and Description |
|---|---|
static RelationshipQueryParameter |
GROUP |
static RelationshipQueryParameter |
MEMBER |
IDENTITYID| Constructor and Description |
|---|
GroupMembership() |
GroupMembership(Agent member,
Group group) |
| Modifier and Type | Method and Description |
|---|---|
Group |
getGroup() |
Agent |
getMember() |
void |
setGroup(Group group) |
void |
setMember(Agent member) |
equals, getAttribute, getAttributes, getId, hashCode, removeAttribute, setAttribute, setIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAttribute, getAttributes, getId, removeAttribute, setAttribute, setIdpublic static final RelationshipQueryParameter MEMBER
public static final RelationshipQueryParameter GROUP
@RelationshipIdentity public Agent getMember()
public void setMember(Agent member)
@RelationshipIdentity public Group getGroup()
public void setGroup(Group group)
Copyright © 2013. All Rights Reserved.