package webctdbexport.db; // Generated 17-Jun-2011 11:38:57 by Hibernate Tools 3.4.0.CR1 import java.math.BigDecimal; import javax.persistence.Column; import javax.persistence.Embeddable; /** * AssmtSummaryGradeSubmissionId generated by hbm2java */ @Embeddable public class AssmtSummaryGradeSubmissionId implements java.io.Serializable { private BigDecimal deliveryContextId; private BigDecimal assessmentId; private String assessmentIdent; private BigDecimal maxscore; private short numassmtitems; private BigDecimal settingId; private short numberofattempts; private Integer timebetweenattempts; private String timebetweenattemptsunits; private String questiondelivery; private boolean displayNewWindow; private int duration; private String durationunits; private boolean durationunlimited; private String resultsemail; private String resultsreleasetype; private String resultsscoretype; private Boolean resultscorrectanswer; private Boolean resultsevaluation; private Boolean resultsfeedback; private Boolean resultsfullevaluation; private Boolean resultsgradercomments; private Boolean resultsresponse; private Boolean resultsscore; private Boolean resultstext; private Boolean resultstotalscore; private String securitypassword; private String securityaddressmask; private String submitmessage; private String submitemailaddress; private boolean showtitle; private boolean allowsubmissionafter; private String securityaddress; private BigDecimal starttime; private BigDecimal endtime; private BigDecimal id; private BigDecimal sectionBookId; private BigDecimal learningActivityId; private String cobaltType; private Boolean alignment; private String label; private Boolean decimalScale; private Boolean mandatoryFl; private Boolean editableFl; private Boolean releasedFl; private Boolean overridableFl; private Boolean gradeFl; private String selectionList; private String letterGradeScheme; private String gradeFormula; private Boolean inheritedFl; private BigDecimal maxValue; private BigDecimal schemeUpdateDate; private boolean randomizeattempt; private BigDecimal numSubmissions; private Boolean requiresecurebrowser; private Boolean allowartifactcreation; public AssmtSummaryGradeSubmissionId() { } public AssmtSummaryGradeSubmissionId(BigDecimal deliveryContextId, BigDecimal assessmentId, String assessmentIdent, BigDecimal maxscore, short numassmtitems, BigDecimal settingId, short numberofattempts, Integer timebetweenattempts, String timebetweenattemptsunits, String questiondelivery, boolean displayNewWindow, int duration, String durationunits, boolean durationunlimited, String resultsemail, String resultsreleasetype, String resultsscoretype, Boolean resultscorrectanswer, Boolean resultsevaluation, Boolean resultsfeedback, Boolean resultsfullevaluation, Boolean resultsgradercomments, Boolean resultsresponse, Boolean resultsscore, Boolean resultstext, Boolean resultstotalscore, String securitypassword, String securityaddressmask, String submitmessage, String submitemailaddress, boolean showtitle, boolean allowsubmissionafter, String securityaddress, BigDecimal starttime, BigDecimal endtime, BigDecimal id, BigDecimal sectionBookId, BigDecimal learningActivityId, String cobaltType, Boolean alignment, String label, Boolean decimalScale, Boolean mandatoryFl, Boolean editableFl, Boolean releasedFl, Boolean overridableFl, Boolean gradeFl, String selectionList, String letterGradeScheme, String gradeFormula, Boolean inheritedFl, BigDecimal maxValue, BigDecimal schemeUpdateDate, boolean randomizeattempt, BigDecimal numSubmissions, Boolean requiresecurebrowser, Boolean allowartifactcreation) { this.deliveryContextId = deliveryContextId; this.assessmentId = assessmentId; this.assessmentIdent = assessmentIdent; this.maxscore = maxscore; this.numassmtitems = numassmtitems; this.settingId = settingId; this.numberofattempts = numberofattempts; this.timebetweenattempts = timebetweenattempts; this.timebetweenattemptsunits = timebetweenattemptsunits; this.questiondelivery = questiondelivery; this.displayNewWindow = displayNewWindow; this.duration = duration; this.durationunits = durationunits; this.durationunlimited = durationunlimited; this.resultsemail = resultsemail; this.resultsreleasetype = resultsreleasetype; this.resultsscoretype = resultsscoretype; this.resultscorrectanswer = resultscorrectanswer; this.resultsevaluation = resultsevaluation; this.resultsfeedback = resultsfeedback; this.resultsfullevaluation = resultsfullevaluation; this.resultsgradercomments = resultsgradercomments; this.resultsresponse = resultsresponse; this.resultsscore = resultsscore; this.resultstext = resultstext; this.resultstotalscore = resultstotalscore; this.securitypassword = securitypassword; this.securityaddressmask = securityaddressmask; this.submitmessage = submitmessage; this.submitemailaddress = submitemailaddress; this.showtitle = showtitle; this.allowsubmissionafter = allowsubmissionafter; this.securityaddress = securityaddress; this.starttime = starttime; this.endtime = endtime; this.id = id; this.sectionBookId = sectionBookId; this.learningActivityId = learningActivityId; this.cobaltType = cobaltType; this.alignment = alignment; this.label = label; this.decimalScale = decimalScale; this.mandatoryFl = mandatoryFl; this.editableFl = editableFl; this.releasedFl = releasedFl; this.overridableFl = overridableFl; this.gradeFl = gradeFl; this.selectionList = selectionList; this.letterGradeScheme = letterGradeScheme; this.gradeFormula = gradeFormula; this.inheritedFl = inheritedFl; this.maxValue = maxValue; this.schemeUpdateDate = schemeUpdateDate; this.randomizeattempt = randomizeattempt; this.numSubmissions = numSubmissions; this.requiresecurebrowser = requiresecurebrowser; this.allowartifactcreation = allowartifactcreation; } @Column(name="DELIVERY_CONTEXT_ID", nullable=false, precision=20, scale=0) public BigDecimal getDeliveryContextId() { return this.deliveryContextId; } public void setDeliveryContextId(BigDecimal deliveryContextId) { this.deliveryContextId = deliveryContextId; } @Column(name="ASSESSMENT_ID", nullable=false, precision=20, scale=0) public BigDecimal getAssessmentId() { return this.assessmentId; } public void setAssessmentId(BigDecimal assessmentId) { this.assessmentId = assessmentId; } @Column(name="ASSESSMENT_IDENT", nullable=false, length=768) public String getAssessmentIdent() { return this.assessmentIdent; } public void setAssessmentIdent(String assessmentIdent) { this.assessmentIdent = assessmentIdent; } @Column(name="MAXSCORE", nullable=false, precision=12, scale=4) public BigDecimal getMaxscore() { return this.maxscore; } public void setMaxscore(BigDecimal maxscore) { this.maxscore = maxscore; } @Column(name="NUMASSMTITEMS", nullable=false, precision=4, scale=0) public short getNumassmtitems() { return this.numassmtitems; } public void setNumassmtitems(short numassmtitems) { this.numassmtitems = numassmtitems; } @Column(name="SETTING_ID", nullable=false, precision=20, scale=0) public BigDecimal getSettingId() { return this.settingId; } public void setSettingId(BigDecimal settingId) { this.settingId = settingId; } @Column(name="NUMBEROFATTEMPTS", nullable=false, precision=3, scale=0) public short getNumberofattempts() { return this.numberofattempts; } public void setNumberofattempts(short numberofattempts) { this.numberofattempts = numberofattempts; } @Column(name="TIMEBETWEENATTEMPTS", nullable=false, precision=6, scale=0) public Integer getTimebetweenattempts() { return this.timebetweenattempts; } public void setTimebetweenattempts(Integer timebetweenattempts) { this.timebetweenattempts = timebetweenattempts; } @Column(name="TIMEBETWEENATTEMPTSUNITS", nullable=false, length=60) public String getTimebetweenattemptsunits() { return this.timebetweenattemptsunits; } public void setTimebetweenattemptsunits(String timebetweenattemptsunits) { this.timebetweenattemptsunits = timebetweenattemptsunits; } @Column(name="QUESTIONDELIVERY", nullable=false, length=20) public String getQuestiondelivery() { return this.questiondelivery; } public void setQuestiondelivery(String questiondelivery) { this.questiondelivery = questiondelivery; } @Column(name="DISPLAY_NEW_WINDOW", nullable=false, precision=1, scale=0) public boolean isDisplayNewWindow() { return this.displayNewWindow; } public void setDisplayNewWindow(boolean displayNewWindow) { this.displayNewWindow = displayNewWindow; } @Column(name="DURATION", nullable=false, precision=6, scale=0) public int getDuration() { return this.duration; } public void setDuration(int duration) { this.duration = duration; } @Column(name="DURATIONUNITS", nullable=false, length=60) public String getDurationunits() { return this.durationunits; } public void setDurationunits(String durationunits) { this.durationunits = durationunits; } @Column(name="DURATIONUNLIMITED", nullable=false, precision=1, scale=0) public boolean isDurationunlimited() { return this.durationunlimited; } public void setDurationunlimited(boolean durationunlimited) { this.durationunlimited = durationunlimited; } @Column(name="RESULTSEMAIL", nullable=false, length=320) public String getResultsemail() { return this.resultsemail; } public void setResultsemail(String resultsemail) { this.resultsemail = resultsemail; } @Column(name="RESULTSRELEASETYPE", nullable=false, length=30) public String getResultsreleasetype() { return this.resultsreleasetype; } public void setResultsreleasetype(String resultsreleasetype) { this.resultsreleasetype = resultsreleasetype; } @Column(name="RESULTSSCORETYPE", nullable=false, length=20) public String getResultsscoretype() { return this.resultsscoretype; } public void setResultsscoretype(String resultsscoretype) { this.resultsscoretype = resultsscoretype; } @Column(name="RESULTSCORRECTANSWER", nullable=false, precision=1, scale=0) public Boolean getResultscorrectanswer() { return this.resultscorrectanswer; } public void setResultscorrectanswer(Boolean resultscorrectanswer) { this.resultscorrectanswer = resultscorrectanswer; } @Column(name="RESULTSEVALUATION", nullable=false, precision=1, scale=0) public Boolean getResultsevaluation() { return this.resultsevaluation; } public void setResultsevaluation(Boolean resultsevaluation) { this.resultsevaluation = resultsevaluation; } @Column(name="RESULTSFEEDBACK", nullable=false, precision=1, scale=0) public Boolean getResultsfeedback() { return this.resultsfeedback; } public void setResultsfeedback(Boolean resultsfeedback) { this.resultsfeedback = resultsfeedback; } @Column(name="RESULTSFULLEVALUATION", nullable=false, precision=1, scale=0) public Boolean getResultsfullevaluation() { return this.resultsfullevaluation; } public void setResultsfullevaluation(Boolean resultsfullevaluation) { this.resultsfullevaluation = resultsfullevaluation; } @Column(name="RESULTSGRADERCOMMENTS", nullable=false, precision=1, scale=0) public Boolean getResultsgradercomments() { return this.resultsgradercomments; } public void setResultsgradercomments(Boolean resultsgradercomments) { this.resultsgradercomments = resultsgradercomments; } @Column(name="RESULTSRESPONSE", nullable=false, precision=1, scale=0) public Boolean getResultsresponse() { return this.resultsresponse; } public void setResultsresponse(Boolean resultsresponse) { this.resultsresponse = resultsresponse; } @Column(name="RESULTSSCORE", nullable=false, precision=1, scale=0) public Boolean getResultsscore() { return this.resultsscore; } public void setResultsscore(Boolean resultsscore) { this.resultsscore = resultsscore; } @Column(name="RESULTSTEXT", nullable=false, precision=1, scale=0) public Boolean getResultstext() { return this.resultstext; } public void setResultstext(Boolean resultstext) { this.resultstext = resultstext; } @Column(name="RESULTSTOTALSCORE", nullable=false, precision=1, scale=0) public Boolean getResultstotalscore() { return this.resultstotalscore; } public void setResultstotalscore(Boolean resultstotalscore) { this.resultstotalscore = resultstotalscore; } @Column(name="SECURITYPASSWORD", nullable=false, length=300) public String getSecuritypassword() { return this.securitypassword; } public void setSecuritypassword(String securitypassword) { this.securitypassword = securitypassword; } @Column(name="SECURITYADDRESSMASK", nullable=false, length=15) public String getSecurityaddressmask() { return this.securityaddressmask; } public void setSecurityaddressmask(String securityaddressmask) { this.securityaddressmask = securityaddressmask; } @Column(name="SUBMITMESSAGE", nullable=false, length=4000) public String getSubmitmessage() { return this.submitmessage; } public void setSubmitmessage(String submitmessage) { this.submitmessage = submitmessage; } @Column(name="SUBMITEMAILADDRESS", nullable=false, length=320) public String getSubmitemailaddress() { return this.submitemailaddress; } public void setSubmitemailaddress(String submitemailaddress) { this.submitemailaddress = submitemailaddress; } @Column(name="SHOWTITLE", nullable=false, precision=1, scale=0) public boolean isShowtitle() { return this.showtitle; } public void setShowtitle(boolean showtitle) { this.showtitle = showtitle; } @Column(name="ALLOWSUBMISSIONAFTER", nullable=false, precision=1, scale=0) public boolean isAllowsubmissionafter() { return this.allowsubmissionafter; } public void setAllowsubmissionafter(boolean allowsubmissionafter) { this.allowsubmissionafter = allowsubmissionafter; } @Column(name="SECURITYADDRESS", nullable=false, length=15) public String getSecurityaddress() { return this.securityaddress; } public void setSecurityaddress(String securityaddress) { this.securityaddress = securityaddress; } @Column(name="STARTTIME", nullable=false, precision=20, scale=0) public BigDecimal getStarttime() { return this.starttime; } public void setStarttime(BigDecimal starttime) { this.starttime = starttime; } @Column(name="ENDTIME", nullable=false, precision=20, scale=0) public BigDecimal getEndtime() { return this.endtime; } public void setEndtime(BigDecimal endtime) { this.endtime = endtime; } @Column(name="ID", nullable=false, precision=20, scale=0) public BigDecimal getId() { return this.id; } public void setId(BigDecimal id) { this.id = id; } @Column(name="SECTION_BOOK_ID", nullable=false, precision=20, scale=0) public BigDecimal getSectionBookId() { return this.sectionBookId; } public void setSectionBookId(BigDecimal sectionBookId) { this.sectionBookId = sectionBookId; } @Column(name="LEARNING_ACTIVITY_ID", nullable=false, precision=20, scale=0) public BigDecimal getLearningActivityId() { return this.learningActivityId; } public void setLearningActivityId(BigDecimal learningActivityId) { this.learningActivityId = learningActivityId; } @Column(name="COBALT_TYPE", nullable=false, length=40) public String getCobaltType() { return this.cobaltType; } public void setCobaltType(String cobaltType) { this.cobaltType = cobaltType; } @Column(name="ALIGNMENT", nullable=false, precision=1, scale=0) public Boolean getAlignment() { return this.alignment; } public void setAlignment(Boolean alignment) { this.alignment = alignment; } @Column(name="LABEL", nullable=false, length=1000) public String getLabel() { return this.label; } public void setLabel(String label) { this.label = label; } @Column(name="DECIMAL_SCALE", nullable=false, precision=1, scale=0) public Boolean getDecimalScale() { return this.decimalScale; } public void setDecimalScale(Boolean decimalScale) { this.decimalScale = decimalScale; } @Column(name="MANDATORY_FL", nullable=false, precision=1, scale=0) public Boolean getMandatoryFl() { return this.mandatoryFl; } public void setMandatoryFl(Boolean mandatoryFl) { this.mandatoryFl = mandatoryFl; } @Column(name="EDITABLE_FL", nullable=false, precision=1, scale=0) public Boolean getEditableFl() { return this.editableFl; } public void setEditableFl(Boolean editableFl) { this.editableFl = editableFl; } @Column(name="RELEASED_FL", nullable=false, precision=1, scale=0) public Boolean getReleasedFl() { return this.releasedFl; } public void setReleasedFl(Boolean releasedFl) { this.releasedFl = releasedFl; } @Column(name="OVERRIDABLE_FL", nullable=false, precision=1, scale=0) public Boolean getOverridableFl() { return this.overridableFl; } public void setOverridableFl(Boolean overridableFl) { this.overridableFl = overridableFl; } @Column(name="GRADE_FL", nullable=false, precision=1, scale=0) public Boolean getGradeFl() { return this.gradeFl; } public void setGradeFl(Boolean gradeFl) { this.gradeFl = gradeFl; } @Column(name="SELECTION_LIST", nullable=false, length=3000) public String getSelectionList() { return this.selectionList; } public void setSelectionList(String selectionList) { this.selectionList = selectionList; } @Column(name="LETTER_GRADE_SCHEME", nullable=false, length=1000) public String getLetterGradeScheme() { return this.letterGradeScheme; } public void setLetterGradeScheme(String letterGradeScheme) { this.letterGradeScheme = letterGradeScheme; } @Column(name="GRADE_FORMULA", nullable=false, length=4000) public String getGradeFormula() { return this.gradeFormula; } public void setGradeFormula(String gradeFormula) { this.gradeFormula = gradeFormula; } @Column(name="INHERITED_FL", nullable=false, precision=1, scale=0) public Boolean getInheritedFl() { return this.inheritedFl; } public void setInheritedFl(Boolean inheritedFl) { this.inheritedFl = inheritedFl; } @Column(name="MAX_VALUE", nullable=false, precision=7) public BigDecimal getMaxValue() { return this.maxValue; } public void setMaxValue(BigDecimal maxValue) { this.maxValue = maxValue; } @Column(name="SCHEME_UPDATE_DATE", nullable=false, precision=20, scale=0) public BigDecimal getSchemeUpdateDate() { return this.schemeUpdateDate; } public void setSchemeUpdateDate(BigDecimal schemeUpdateDate) { this.schemeUpdateDate = schemeUpdateDate; } @Column(name="RANDOMIZEATTEMPT", nullable=false, precision=1, scale=0) public boolean isRandomizeattempt() { return this.randomizeattempt; } public void setRandomizeattempt(boolean randomizeattempt) { this.randomizeattempt = randomizeattempt; } @Column(name="NUM_SUBMISSIONS", nullable=false, precision=22, scale=0) public BigDecimal getNumSubmissions() { return this.numSubmissions; } public void setNumSubmissions(BigDecimal numSubmissions) { this.numSubmissions = numSubmissions; } @Column(name="REQUIRESECUREBROWSER", nullable=false, precision=1, scale=0) public Boolean getRequiresecurebrowser() { return this.requiresecurebrowser; } public void setRequiresecurebrowser(Boolean requiresecurebrowser) { this.requiresecurebrowser = requiresecurebrowser; } @Column(name="ALLOWARTIFACTCREATION", nullable=false, precision=1, scale=0) public Boolean getAllowartifactcreation() { return this.allowartifactcreation; } public void setAllowartifactcreation(Boolean allowartifactcreation) { this.allowartifactcreation = allowartifactcreation; } }