@Entity public class I2b2RoleEntity extends Object implements org.eurekaclinical.standardapis.entity.Entity
| Constructor and Description |
|---|
I2b2RoleEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getId()
Get the role's identification number.
|
String |
getName()
Get the role's name.
|
int |
hashCode() |
void |
setId(Long inId)
Set the role's identification number.
|
void |
setName(String inName)
Set the role's name.
|
String |
toString() |
public Long getId()
getId in interface org.eurekaclinical.standardapis.entity.EntityLong representing the role's id.public void setId(Long inId)
setId in interface org.eurekaclinical.standardapis.entity.EntityinId - The number representing the role's id.public String getName()
public void setName(String inName)
inName - A string containing the role's name.Copyright © 2015–2016 Emory University. All rights reserved.