@Entity public class UserTemplateEntity extends Object implements org.eurekaclinical.standardapis.entity.UserTemplateEntity<RoleEntity>
| Constructor and Description |
|---|
UserTemplateEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGroup(GroupEntity group) |
void |
addRole(RoleEntity role) |
boolean |
equals(Object obj) |
List<GroupEntity> |
getGroups() |
Long |
getId() |
String |
getName() |
List<RoleEntity> |
getRoles() |
int |
hashCode() |
boolean |
isAutoAuthorize() |
void |
removeGroup(GroupEntity group) |
void |
removeRole(RoleEntity role) |
void |
setAutoAuthorize(boolean autoAuthorize) |
void |
setGroups(List<GroupEntity> inGroups) |
void |
setId(Long inId) |
void |
setName(String inName) |
void |
setRoles(List<RoleEntity> inRoles) |
String |
toString() |
public Long getId()
getId in interface org.eurekaclinical.standardapis.entity.EntitygetId in interface org.eurekaclinical.standardapis.entity.UserTemplateEntity<RoleEntity>public void setId(Long inId)
setId in interface org.eurekaclinical.standardapis.entity.EntitysetId in interface org.eurekaclinical.standardapis.entity.UserTemplateEntity<RoleEntity>public void setName(String inName)
setName in interface org.eurekaclinical.standardapis.entity.UserTemplateEntity<RoleEntity>public String getName()
getName in interface org.eurekaclinical.standardapis.entity.UserTemplateEntity<RoleEntity>public boolean isAutoAuthorize()
public void setAutoAuthorize(boolean autoAuthorize)
public List<RoleEntity> getRoles()
getRoles in interface org.eurekaclinical.standardapis.entity.UserTemplateEntity<RoleEntity>public void setRoles(List<RoleEntity> inRoles)
setRoles in interface org.eurekaclinical.standardapis.entity.UserTemplateEntity<RoleEntity>public void addRole(RoleEntity role)
addRole in interface org.eurekaclinical.standardapis.entity.UserTemplateEntity<RoleEntity>public void removeRole(RoleEntity role)
removeRole in interface org.eurekaclinical.standardapis.entity.UserTemplateEntity<RoleEntity>public List<GroupEntity> getGroups()
public void setGroups(List<GroupEntity> inGroups)
public void addGroup(GroupEntity group)
public void removeGroup(GroupEntity group)
Copyright © 2015–2016 Emory University. All rights reserved.