|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouper.membership.MembershipPathNode
public class MembershipPathNode
membership path node including both end nodes
| Constructor Summary | |
|---|---|
MembershipPathNode()
default constructor |
|
MembershipPathNode(Field field,
AttributeDef theOwnerAttributeDef)
constructor for attributeDef path code |
|
MembershipPathNode(Field field,
Group theOwnerGroup)
constructor for group path code |
|
MembershipPathNode(Field field,
Group ownerGroup,
CompositeType compositeType,
Group theLeftCompositeFactor,
Group theRightCompositeFactor,
Group theOtherFactor)
construct a composite group node |
|
MembershipPathNode(Field field,
Stem theOwnerStem)
constructor for stem path code |
|
| Method Summary | |
|---|---|
int |
compareTo(MembershipPathNode membershipPathNode)
|
boolean |
equals(java.lang.Object obj)
|
CompositeType |
getCompositeType()
if composite, this is the right composite factor |
Group |
getLeftCompositeFactor()
if composite, this is the right composite factor |
MembershipOwnerType |
getMembershipOwnerType()
what type e.g. list, or stemPrivilege |
Group |
getOtherFactor()
this is the factor not in the path |
AttributeDef |
getOwnerAttributeDef()
if this is an attributeDef privilege, this is the owner attribute def |
Group |
getOwnerGroup()
if this is a list or group privilege, this is the owner group |
Stem |
getOwnerStem()
if this is a stem privilege, this is the owner stem |
Group |
getRightCompositeFactor()
if composite, this is the right composite factor |
int |
hashCode()
|
boolean |
isComposite()
if this is a composite group |
void |
setComposite(boolean composite1)
if this is a composite group |
void |
setCompositeType(CompositeType compositeType1)
if composite, this is the right composite factor |
void |
setLeftCompositeFactor(Group leftCompositeFactor1)
if composite, this is the right composite factor |
void |
setMembershipOwnerType(MembershipOwnerType membershipOwnerType1)
what type e.g. list, or stemPrivilege |
void |
setOtherFactor(Group otherFactor1)
this is the factor not in the path |
void |
setOwnerAttributeDef(AttributeDef ownerAttributeDef1)
if this is an attributeDef privilege, this is the owner attribute def |
void |
setOwnerGroup(Group ownerGroup1)
if this is a list or group privilege, this is the owner group |
void |
setOwnerStem(Stem ownerStem1)
if this is a stem privilege, this is the owner stem |
void |
setRightCompositeFactor(Group rightCompositeFactor1)
if composite, this is the right composite factor |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MembershipPathNode()
public MembershipPathNode(Field field,
Group theOwnerGroup)
field - theOwnerGroup -
public MembershipPathNode(Field field,
Group ownerGroup,
CompositeType compositeType,
Group theLeftCompositeFactor,
Group theRightCompositeFactor,
Group theOtherFactor)
field - ownerGroup - compositeType - theLeftCompositeFactor - theRightCompositeFactor - theOtherFactor -
public MembershipPathNode(Field field,
Stem theOwnerStem)
field - theOwnerStem -
public MembershipPathNode(Field field,
AttributeDef theOwnerAttributeDef)
field - theOwnerAttributeDef - | Method Detail |
|---|
public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public CompositeType getCompositeType()
public void setCompositeType(CompositeType compositeType1)
compositeType1 - public Group getOtherFactor()
public void setOtherFactor(Group otherFactor1)
otherFactor1 - the otherFactor to setpublic boolean isComposite()
public void setComposite(boolean composite1)
composite1 - public Group getLeftCompositeFactor()
public void setLeftCompositeFactor(Group leftCompositeFactor1)
leftCompositeFactor1 - public Group getRightCompositeFactor()
public void setRightCompositeFactor(Group rightCompositeFactor1)
rightCompositeFactor1 - public AttributeDef getOwnerAttributeDef()
public Group getOwnerGroup()
public Stem getOwnerStem()
public void setOwnerAttributeDef(AttributeDef ownerAttributeDef1)
ownerAttributeDef1 - public void setOwnerGroup(Group ownerGroup1)
ownerGroup1 - public void setOwnerStem(Stem ownerStem1)
ownerStem1 - public MembershipOwnerType getMembershipOwnerType()
public void setMembershipOwnerType(MembershipOwnerType membershipOwnerType1)
membershipOwnerType1 - public int compareTo(MembershipPathNode membershipPathNode)
compareTo in interface java.lang.Comparable<MembershipPathNode>Comparable.compareTo(Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||