org.sakaiproject.tool.assessment.data.dao.assessment
Class SectionAttachment
java.lang.Object
org.sakaiproject.tool.assessment.data.dao.assessment.AttachmentData
org.sakaiproject.tool.assessment.data.dao.assessment.SectionAttachment
- All Implemented Interfaces:
- Serializable, AttachmentIfc, SectionAttachmentIfc
public class SectionAttachment
- extends AttachmentData
- implements Serializable, SectionAttachmentIfc
- See Also:
- Serialized Form
|
Constructor Summary |
SectionAttachment()
|
SectionAttachment(Long attachmentId,
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)
|
| 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 |
SectionAttachment
public SectionAttachment()
SectionAttachment
public SectionAttachment(Long attachmentId,
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
public 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)
getSection
public SectionDataIfc getSection()
- Specified by:
getSection in interface SectionAttachmentIfc
setSection
public void setSection(SectionDataIfc section)
- Specified by:
setSection in interface SectionAttachmentIfc
getAttachmentType
public Long getAttachmentType()
- Specified by:
getAttachmentType in interface SectionAttachmentIfc- Overrides:
getAttachmentType in class AttachmentData
setAttachmentType
public void setAttachmentType(Long attachmentType)
- Specified by:
setAttachmentType in interface SectionAttachmentIfc- Overrides:
setAttachmentType in class AttachmentData
Copyright © 2005-2012 Sakai Project. All Rights Reserved.