public class SectionAttachment extends AttachmentData implements Serializable, org.sakaiproject.tool.assessment.data.ifc.assessment.SectionAttachmentIfc
| Constructor and Description |
|---|
SectionAttachment() |
SectionAttachment(Long attachmentId,
org.sakaiproject.tool.assessment.data.ifc.assessment.SectionDataIfc section,
String resourceId,
String filename,
String mimeType,
Long fileSize,
String description,
String location,
Boolean isLink,
Integer status,
String createdBy,
Date createdDate,
String lastModifiedBy,
Date lastModifiedDate) |
SectionAttachment(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) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAttachmentType() |
org.sakaiproject.tool.assessment.data.ifc.assessment.SectionDataIfc |
getSection() |
void |
setAttachmentType(Long attachmentType) |
void |
setSection(org.sakaiproject.tool.assessment.data.ifc.assessment.SectionDataIfc section) |
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, setStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttachmentId, getCreatedBy, getCreatedDate, getDescription, getFilename, getFileSize, getIsLink, getLastModifiedBy, getLastModifiedDate, getLocation, getMimeType, getResourceId, getStatus, setAttachmentId, setCreatedBy, setCreatedDate, setDescription, setFilename, setFileSize, setIsLink, setLastModifiedBy, setLastModifiedDate, setLocation, setMimeType, setResourceId, setStatuspublic SectionAttachment()
public SectionAttachment(Long attachmentId, org.sakaiproject.tool.assessment.data.ifc.assessment.SectionDataIfc section, String resourceId, String filename, String mimeType, Long fileSize, String description, String location, Boolean isLink, Integer status, String createdBy, Date createdDate, String lastModifiedBy, Date lastModifiedDate)
public org.sakaiproject.tool.assessment.data.ifc.assessment.SectionDataIfc getSection()
getSection in interface org.sakaiproject.tool.assessment.data.ifc.assessment.SectionAttachmentIfcpublic void setSection(org.sakaiproject.tool.assessment.data.ifc.assessment.SectionDataIfc section)
setSection in interface org.sakaiproject.tool.assessment.data.ifc.assessment.SectionAttachmentIfcpublic Long getAttachmentType()
getAttachmentType in interface org.sakaiproject.tool.assessment.data.ifc.assessment.SectionAttachmentIfcgetAttachmentType in class AttachmentDatapublic void setAttachmentType(Long attachmentType)
setAttachmentType in interface org.sakaiproject.tool.assessment.data.ifc.assessment.SectionAttachmentIfcsetAttachmentType in class AttachmentDataCopyright © 2005-2014 Sakai Project. All Rights Reserved.