org.sakaiproject.tool.assessment.data.ifc.shared
Interface TypeIfc

All Superinterfaces:
Serializable
All Known Subinterfaces:
SiteTypeIfc

public interface TypeIfc
extends Serializable


Field Summary
static Long AUDIO_RECORDING
           
static Long DEFAULT_SECTION
           
static String DOMAIN_ASSESSMENT_ITEM
           
static Long ESSAY_QUESTION
           
static Long FILE_UPLOAD
           
static Long FILL_IN_BLANK
           
static Long FILL_IN_NUMERIC
           
static Long FINAL
           
static Long HOMEWORK
           
static Long MATCHING
           
static Long MATRIX_CHOICES_SURVEY
           
static Long MIDTERM
           
static Long MULTIPLE_CHOICE
           
static Long MULTIPLE_CHOICE_SURVEY
           
static Long MULTIPLE_CORRECT
           
static Long MULTIPLE_CORRECT_SINGLE_SELECTION
           
static Long QUIZ
           
static String SITE_AUTHORITY
           
static Long TEMPLATE_FINAL
           
static Long TEMPLATE_HOMEWORK
           
static Long TEMPLATE_MIDTERM
           
static Long TEMPLATE_QUIZ
           
static Long TRUE_FALSE
           
 
Method Summary
 String getAuthority()
           
 String getCreatedBy()
           
 Date getCreatedDate()
           
 String getDescription()
           
 String getDomain()
           
 String getKeyword()
           
 String getLastModifiedBy()
           
 Date getLastModifiedDate()
           
 int getStatus()
           
 Long getTypeId()
           
 void setAuthority(String authority)
           
 void setCreatedBy(String createdBy)
           
 void setCreatedDate(Date createdDate)
           
 void setDescription(String description)
           
 void setDomain(String domain)
           
 void setKeyword(String keyword)
           
 void setLastModifiedBy(String lastModifiedBy)
           
 void setLastModifiedDate(Date lastModifiedDate)
           
 void setStatus(int status)
           
 void setTypeId(Long typeId)
           
 

Field Detail

MULTIPLE_CHOICE

static final Long MULTIPLE_CHOICE

MULTIPLE_CORRECT

static final Long MULTIPLE_CORRECT

MULTIPLE_CHOICE_SURVEY

static final Long MULTIPLE_CHOICE_SURVEY

TRUE_FALSE

static final Long TRUE_FALSE

ESSAY_QUESTION

static final Long ESSAY_QUESTION

FILE_UPLOAD

static final Long FILE_UPLOAD

AUDIO_RECORDING

static final Long AUDIO_RECORDING

FILL_IN_BLANK

static final Long FILL_IN_BLANK

MATCHING

static final Long MATCHING

FILL_IN_NUMERIC

static final Long FILL_IN_NUMERIC

MULTIPLE_CORRECT_SINGLE_SELECTION

static final Long MULTIPLE_CORRECT_SINGLE_SELECTION

MATRIX_CHOICES_SURVEY

static final Long MATRIX_CHOICES_SURVEY

DEFAULT_SECTION

static final Long DEFAULT_SECTION

TEMPLATE_QUIZ

static final Long TEMPLATE_QUIZ

TEMPLATE_HOMEWORK

static final Long TEMPLATE_HOMEWORK

TEMPLATE_MIDTERM

static final Long TEMPLATE_MIDTERM

TEMPLATE_FINAL

static final Long TEMPLATE_FINAL

QUIZ

static final Long QUIZ

HOMEWORK

static final Long HOMEWORK

MIDTERM

static final Long MIDTERM

FINAL

static final Long FINAL

SITE_AUTHORITY

static final String SITE_AUTHORITY
See Also:
Constant Field Values

DOMAIN_ASSESSMENT_ITEM

static final String DOMAIN_ASSESSMENT_ITEM
See Also:
Constant Field Values
Method Detail

getTypeId

Long getTypeId()

setTypeId

void setTypeId(Long typeId)

getAuthority

String getAuthority()

setAuthority

void setAuthority(String authority)

getDomain

String getDomain()

setDomain

void setDomain(String domain)

getKeyword

String getKeyword()

setKeyword

void setKeyword(String keyword)

getDescription

String getDescription()

setDescription

void setDescription(String description)

getStatus

int getStatus()

setStatus

void setStatus(int status)

getCreatedBy

String getCreatedBy()

setCreatedBy

void setCreatedBy(String createdBy)

getCreatedDate

Date getCreatedDate()

setCreatedDate

void setCreatedDate(Date createdDate)

getLastModifiedBy

String getLastModifiedBy()

setLastModifiedBy

void setLastModifiedBy(String lastModifiedBy)

getLastModifiedDate

Date getLastModifiedDate()

setLastModifiedDate

void setLastModifiedDate(Date lastModifiedDate)


Copyright © 2005-2013 Sakai Project. All Rights Reserved.