public class StartActionRow extends ActionDetailRow
Constructor and Description |
---|
StartActionRow(int id,
TutorStrategyType activeTutoringType,
boolean isPCSEligible,
boolean isCBViewable,
int maxAttemptsAndHints,
java.lang.String scoringVer) |
StartActionRow(TutorStrategyType activeTutoringType,
boolean isPCSEligible,
boolean isCBViewable,
int maxAttemptsAndHints,
java.lang.String scoringVer) |
Modifier and Type | Method and Description |
---|---|
TutorStrategyType |
getActiveTutoringType() |
int |
getMaxAttemptsAndHints() |
java.lang.String |
getScoringVer() |
boolean |
isCBViewable() |
boolean |
isPCSEligible() |
void |
setActiveTutoringType(TutorStrategyType activeTutoringType) |
void |
setCBViewable(boolean isCBViewable) |
void |
setMaxAttemptsAndHints(int maxAttemptsAndHints) |
void |
setPCSEligible(boolean isPCSEligible) |
void |
setScoringVer(java.lang.String scoringVer) |
getId
public StartActionRow(int id, TutorStrategyType activeTutoringType, boolean isPCSEligible, boolean isCBViewable, int maxAttemptsAndHints, java.lang.String scoringVer)
public StartActionRow(TutorStrategyType activeTutoringType, boolean isPCSEligible, boolean isCBViewable, int maxAttemptsAndHints, java.lang.String scoringVer)
public TutorStrategyType getActiveTutoringType()
public void setActiveTutoringType(TutorStrategyType activeTutoringType)
public boolean isPCSEligible()
public void setPCSEligible(boolean isPCSEligible)
public boolean isCBViewable()
public void setCBViewable(boolean isCBViewable)
public int getMaxAttemptsAndHints()
public void setMaxAttemptsAndHints(int maxAttemptsAndHints)
public java.lang.String getScoringVer()
public void setScoringVer(java.lang.String scoringVer)