|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.edu.archer.service.ddm.dto.request.InvestigatorParam
public class InvestigatorParam
InvestigatorParam.
Constructor Summary | |
---|---|
InvestigatorParam()
|
Method Summary | |
---|---|
int |
getInvestigationId()
Get the experiment id. |
java.lang.String |
getInvestigatorId()
Get the investigator id. |
java.lang.String |
getRole()
Get the investigator role. |
void |
setInvestigationId(int investigationId)
Set the experiment id. |
void |
setInvestigatorId(java.lang.String investigatorId)
Set investigator id. |
void |
setRole(java.lang.String role)
Set the investigator role. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvestigatorParam()
Method Detail |
---|
public int getInvestigationId()
public void setInvestigationId(int investigationId)
investigationId
- The experiment idpublic java.lang.String getInvestigatorId()
public void setInvestigatorId(java.lang.String investigatorId)
investigatorId
- The investigator id to be set.public java.lang.String getRole()
public void setRole(java.lang.String role)
role
- The investigator role.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |