@Entity public class GroupEntity extends Object
Constructor and Description |
---|
GroupEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getGroupId() |
String |
getGroupName() |
GroupType |
getGroupType() |
Boolean |
getLdapGroup() |
Set<MemberEntity> |
getMemberEntities() |
PrincipalEntity |
getPrincipal()
Get the admin principal entity.
|
int |
hashCode() |
void |
setGroupId(Integer groupId) |
void |
setGroupName(String groupName) |
void |
setGroupType(GroupType groupType) |
void |
setMemberEntities(Set<MemberEntity> memberEntities) |
void |
setPrincipal(PrincipalEntity principal)
Set the admin principal entity.
|
public Integer getGroupId()
public void setGroupId(Integer groupId)
public String getGroupName()
public void setGroupName(String groupName)
public Boolean getLdapGroup()
public GroupType getGroupType()
public void setGroupType(GroupType groupType)
public Set<MemberEntity> getMemberEntities()
public void setMemberEntities(Set<MemberEntity> memberEntities)
public PrincipalEntity getPrincipal()
public void setPrincipal(PrincipalEntity principal)
principal
- the principal entityCopyright © 2022 Apache Software Foundation. All rights reserved.