Package org.bedework.calfacade
Class BwGroupEntry
java.lang.Object
org.bedework.calfacade.BwGroupEntry
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BwAdminGroupEntry
A table allowing us to retrieve group members which
may themselves be groups.
- Version:
- 1.0
- Author:
- Mike Douglass douglm@bedework.edu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintCompare this and an objectbooleanintGet the grp idgetGrp()Get the groupGet the memberintGet the member idbooleanGet the member is grp flaginthashCode()voidsetGroupId(int val) Set the grp idvoidSet the groupvoidsetMember(BwPrincipal val) Set the membervoidsetMemberId(int val) Set the member idvoidsetMemberIsGroup(boolean val) Set the member is grp flagtoString()
-
Constructor Details
-
BwGroupEntry
public BwGroupEntry()Constructor
-
-
Method Details
-
setGrp
Set the group- Parameters:
val- BwGroup
-
getGrp
Get the group- Returns:
- BwGroup the group
-
setGroupId
public void setGroupId(int val) Set the grp id- Parameters:
val- int grp id
-
getGroupId
public int getGroupId()Get the grp id- Returns:
- int the grp id
-
setMemberId
public void setMemberId(int val) Set the member id- Parameters:
val- int member id
-
getMemberId
public int getMemberId()Get the member id- Returns:
- int the member id
-
setMemberIsGroup
public void setMemberIsGroup(boolean val) Set the member is grp flag- Parameters:
val- boolean member is grp flag
-
getMemberIsGroup
public boolean getMemberIsGroup()Get the member is grp flag- Returns:
- boolean the member is grp flag
-
setMember
Set the member- Parameters:
val- BwPrincipal member
-
getMember
Get the member- Returns:
- BwPrincipal the member
-
compareTo
Compare this and an object- Parameters:
o- object to compare.- Returns:
- int -1, 0, 1
-
hashCode
public int hashCode() -
equals
-
toString
-