Class AssessmentAttachment
- java.lang.Object
-
- org.sakaiproject.tool.assessment.data.dao.assessment.AttachmentData
-
- org.sakaiproject.tool.assessment.data.dao.assessment.AssessmentAttachment
-
- All Implemented Interfaces:
Serializable,AssessmentAttachmentIfc,AttachmentIfc
public class AssessmentAttachment extends AttachmentData implements Serializable, AssessmentAttachmentIfc
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.sakaiproject.tool.assessment.data.ifc.assessment.AttachmentIfc
ACTIVE_STATUS, ASSESSMENT_ATTACHMENT, ASSESSMENTGRADING_ATTACHMENT, INACTIVE_STATUS, ITEM_ATTACHMENT, ITEM_TEXT_ATTACHMENT, ITEMGRADING_ATTACHMENT, SECTION_ATTACHMENT
-
-
Constructor Summary
Constructors Constructor Description AssessmentAttachment()AssessmentAttachment(Long attachmentId, String resourceId, String filename, String mimeType, Long fileSize, String description, String location, Boolean isLink, Integer status, String createdBy, Date createdDate, String lastModifiedBy, Date lastModifiedDate)AssessmentAttachment(Long attachmentId, AssessmentIfc assessment, String resourceId, String filename, String mimeType, Long fileSize, String description, String location, Boolean isLink, Integer status, String createdBy, Date createdDate, String lastModifiedBy, Date lastModifiedDate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssessmentIfcgetAssessment()LonggetAttachmentType()voidsetAssessment(AssessmentIfc assessment)voidsetAttachmentType(Long attachmentType)-
Methods inherited from class org.sakaiproject.tool.assessment.data.dao.assessment.AttachmentData
getAttachmentId, getCreatedBy, getCreatedDate, getDescription, getFilename, getFileSize, getIsLink, getLastModifiedBy, getLastModifiedDate, getLocation, getMimeType, getResourceId, getStatus, setAttachmentId, setCreatedBy, setCreatedDate, setDescription, setFilename, setFileSize, setIsLink, setLastModifiedBy, setLastModifiedDate, setLocation, setMimeType, setResourceId, setStatus
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sakaiproject.tool.assessment.data.ifc.assessment.AttachmentIfc
getAttachmentId, getCreatedBy, getCreatedDate, getDescription, getFilename, getFileSize, getIsLink, getLastModifiedBy, getLastModifiedDate, getLocation, getMimeType, getResourceId, getStatus, setAttachmentId, setCreatedBy, setCreatedDate, setDescription, setFilename, setFileSize, setIsLink, setLastModifiedBy, setLastModifiedDate, setLocation, setMimeType, setResourceId, setStatus
-
-
-
-
Constructor Detail
-
AssessmentAttachment
public AssessmentAttachment()
-
AssessmentAttachment
public AssessmentAttachment(Long attachmentId, AssessmentIfc assessment, String resourceId, String filename, String mimeType, Long fileSize, String description, String location, Boolean isLink, Integer status, String createdBy, Date createdDate, String lastModifiedBy, Date lastModifiedDate)
-
-
Method Detail
-
getAssessment
public AssessmentIfc getAssessment()
- Specified by:
getAssessmentin interfaceAssessmentAttachmentIfc
-
setAssessment
public void setAssessment(AssessmentIfc assessment)
- Specified by:
setAssessmentin interfaceAssessmentAttachmentIfc
-
getAttachmentType
public Long getAttachmentType()
- Specified by:
getAttachmentTypein interfaceAssessmentAttachmentIfc- Overrides:
getAttachmentTypein classAttachmentData
-
setAttachmentType
public void setAttachmentType(Long attachmentType)
- Specified by:
setAttachmentTypein interfaceAssessmentAttachmentIfc- Overrides:
setAttachmentTypein classAttachmentData
-
-