public class Group extends AbstractPersistable implements OrganizationalEntity
id
Constructor and Description |
---|
Group() |
Group(long id,
String entityId) |
Modifier and Type | Method and Description |
---|---|
String |
getEntityId() |
boolean |
isUser() |
void |
setEntityId(String entityId) |
String |
toString() |
getId, setId
public Group()
public Group(long id, String entityId)
public String getEntityId()
getEntityId
in interface OrganizationalEntity
public void setEntityId(String entityId)
public boolean isUser()
isUser
in interface OrganizationalEntity
public String toString()
toString
in class AbstractPersistable
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.