public class Role extends EntityWithSurrogateKey
Modifier and Type | Field and Description |
---|---|
static String |
ADM
Administrator label value.
|
static String |
ONC
Ontology creator label value.
|
static String |
PIC
Pipeline creator label value.
|
static String |
SCR
Scraper label value.
|
id
Constructor and Description |
---|
Role(Integer id,
String label,
String description) |
Role(String label,
String description) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getDescription() |
String |
getLabel() |
static List<Role> |
getStandardRoles() |
int |
hashCode() |
getId, setId
public static final String ADM
public static final String PIC
public static final String ONC
public static final String SCR
public Role(Integer id, String label, String description)
id
- label
- description
- Copyright © 2013. All Rights Reserved.