| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Get the role's identification number.
|
String |
getName()
Get the role's name.
|
boolean |
isDefaultRole()
Is this role a default role?
|
void |
setDefaultRole(boolean inDefaultRole)
Set the role's default flag.
|
void |
setId(Long inId)
Set the role's identification number.
|
void |
setName(String inName)
Set the role's name.
|
Long getId()
String getName()
boolean isDefaultRole()
void setDefaultRole(boolean inDefaultRole)
inDefaultRole - True or False, True indicating a default role, False
indicating a non-default role.void setId(Long inId)
void setName(String inName)
inName - A string containing the role's name.Copyright © 2016–2018 Emory University. All rights reserved.