org.sakaiproject.tool.assessment.data.dao.assessment
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
|
Constructor Summary |
AssessmentAttachment()
|
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)
|
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)
|
| 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 |
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)
AssessmentAttachment
public 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)
getAssessment
public AssessmentIfc getAssessment()
- Specified by:
getAssessment in interface AssessmentAttachmentIfc
setAssessment
public void setAssessment(AssessmentIfc assessment)
- Specified by:
setAssessment in interface AssessmentAttachmentIfc
getAttachmentType
public Long getAttachmentType()
- Specified by:
getAttachmentType in interface AssessmentAttachmentIfc- Overrides:
getAttachmentType in class AttachmentData
setAttachmentType
public void setAttachmentType(Long attachmentType)
- Specified by:
setAttachmentType in interface AssessmentAttachmentIfc- Overrides:
setAttachmentType in class AttachmentData
Copyright © 2005-2012 Sakai Project. All Rights Reserved.