|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsteve.pums.assess.bus.CohortBean
public class CohortBean
Used to represent a particular cohort, used for project registration drop-downs
Constructor Summary | |
---|---|
CohortBean()
Creates a new instance of CohortBean |
|
CohortBean(int ID,
java.lang.String cohortDesc)
Creates a cohort with values |
Method Summary | |
---|---|
java.lang.String |
getCohortDesc()
Getter for cohort description |
int |
getID()
Getter for cohort ID |
void |
setCohortDesc(java.lang.String cohortDesc)
Setter for cohort description |
void |
setID(int ID)
Setter for cohort ID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CohortBean()
public CohortBean(int ID, java.lang.String cohortDesc)
ID
- ID of cohortcohortDesc
- Description of cohortMethod Detail |
---|
public java.lang.String getCohortDesc()
public void setCohortDesc(java.lang.String cohortDesc)
cohortDesc
- Cohort descriptionpublic int getID()
public void setID(int ID)
ID
- Cohort ID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |