@Entity public class I2b2ProjectEntity extends Object
| Constructor and Description |
|---|
I2b2ProjectEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
I2b2DomainEntity |
getI2b2Domain() |
Long |
getId()
Get the project's identification number.
|
String |
getName()
Get the project's name.
|
int |
hashCode() |
void |
setI2b2Domain(I2b2DomainEntity i2b2Domain) |
void |
setId(Long inId)
Set the project's identification number.
|
void |
setName(String inName)
Set the project's name.
|
String |
toString() |
public Long getId()
Long representing the project's id.public void setId(Long inId)
inId - The number representing the project's id.public String getName()
public void setName(String inName)
inName - A string containing the project's name.public I2b2DomainEntity getI2b2Domain()
public void setI2b2Domain(I2b2DomainEntity i2b2Domain)
Copyright © 2015–2016 Emory University. All rights reserved.