public class ProblemActionRow extends GenericActionRow
Constructor and Description |
---|
ProblemActionRow(int id,
int problemId,
ProblemType pType,
RubyProblemType rpType,
ActionType actionType,
int actionDetailsId) |
ProblemActionRow(int problem_id,
ProblemType pType,
RubyProblemType rpType,
ActionType actionType,
int action_details_id) |
Modifier and Type | Method and Description |
---|---|
int |
getActionDetailsId() |
int |
getProblemId() |
ProblemType |
getProblemType() |
RubyProblemType |
getRubyProblemType() |
void |
setActionDetailsId(int actionDetailsId) |
void |
setProblemId(int problemId) |
getActionLevelType, getActionType, getId, setActionType
public ProblemActionRow(int id, int problemId, ProblemType pType, RubyProblemType rpType, ActionType actionType, int actionDetailsId)
public ProblemActionRow(int problem_id, ProblemType pType, RubyProblemType rpType, ActionType actionType, int action_details_id)
public int getProblemId()
public void setProblemId(int problemId)
public int getActionDetailsId()
public void setActionDetailsId(int actionDetailsId)
public ProblemType getProblemType()
public RubyProblemType getRubyProblemType()