public class ItemGradingAttachment extends GradingAttachmentData implements Serializable, ItemGradingAttachmentIfc
ACTIVE_STATUS, ASSESSMENT_ATTACHMENT, INACTIVE_STATUS, ITEM_ATTACHMENT, ITEMGRADING_ATTACHMENT, SECTION_ATTACHMENT| Constructor and Description |
|---|
ItemGradingAttachment() |
ItemGradingAttachment(Long attachmentId,
ItemGradingIfc itemGrading,
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() |
ItemGradingIfc |
getItemGrading() |
void |
setAttachmentType(Long attachmentType) |
void |
setItemGrading(ItemGradingIfc itemGrading) |
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 ItemGradingAttachment()
public ItemGradingAttachment(Long attachmentId, ItemGradingIfc itemGrading, 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 ItemGradingIfc getItemGrading()
getItemGrading in interface ItemGradingAttachmentIfcpublic void setItemGrading(ItemGradingIfc itemGrading)
setItemGrading in interface ItemGradingAttachmentIfcpublic Long getAttachmentType()
getAttachmentType in interface ItemGradingAttachmentIfcgetAttachmentType in class GradingAttachmentDatapublic void setAttachmentType(Long attachmentType)
setAttachmentType in interface ItemGradingAttachmentIfcsetAttachmentType in class GradingAttachmentDataCopyright © 2005-2014 Sakai Project. All Rights Reserved.