@IdentityManaged(value=Group.class) @Entity public class GroupTypeEntity extends IdentityTypeEntity
Constructor and Description |
---|
GroupTypeEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
GroupTypeEntity |
getParent() |
String |
getPath() |
void |
setName(String name) |
void |
setParent(GroupTypeEntity parent) |
void |
setPath(String path) |
equals, getCreatedDate, getExpirationDate, getPartition, getTypeName, hashCode, isEnabled, setCreatedDate, setEnabled, setExpirationDate, setPartition, setTypeName
getId, setId
public String getName()
public void setName(String name)
public String getPath()
public void setPath(String path)
public GroupTypeEntity getParent()
public void setParent(GroupTypeEntity parent)
Copyright © 2018 JBoss by Red Hat. All rights reserved.