public class AttachmentData extends Object implements Serializable, AttachmentIfc
ACTIVE_STATUS, ASSESSMENT_ATTACHMENT, INACTIVE_STATUS, ITEM_ATTACHMENT, ITEM_TEXT_ATTACHMENT, ITEMGRADING_ATTACHMENT, SECTION_ATTACHMENT| Constructor and Description |
|---|
AttachmentData() |
AttachmentData(Long attachmentId,
String resourceId,
Long attachmentType,
String filename,
String mimeType,
Long fileSize,
String description,
String location,
Boolean isLink,
Integer status,
String createdBy,
Date createdDate,
String lastModifiedBy,
Date lastModifiedDate) |
AttachmentData(String resourceId,
Long attachmentType,
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 |
getAttachmentId() |
Long |
getAttachmentType() |
String |
getCreatedBy() |
Date |
getCreatedDate() |
String |
getDescription() |
String |
getFilename() |
Long |
getFileSize() |
Boolean |
getIsLink() |
String |
getLastModifiedBy() |
Date |
getLastModifiedDate() |
String |
getLocation() |
String |
getMimeType() |
String |
getResourceId() |
Integer |
getStatus() |
void |
setAttachmentId(Long attachmentId) |
void |
setAttachmentType(Long attachmentType) |
void |
setCreatedBy(String createdBy) |
void |
setCreatedDate(Date createdDate) |
void |
setDescription(String pdescription) |
void |
setFilename(String filename) |
void |
setFileSize(Long fileSize) |
void |
setIsLink(Boolean isLink) |
void |
setLastModifiedBy(String lastModifiedBy) |
void |
setLastModifiedDate(Date lastModifiedDate) |
void |
setLocation(String location) |
void |
setMimeType(String mimeType) |
void |
setResourceId(String resourceId) |
void |
setStatus(Integer status) |
public AttachmentData()
public AttachmentData(String resourceId, Long attachmentType, String filename, String mimeType, Long fileSize, String description, String location, Boolean isLink, Integer status, String createdBy, Date createdDate, String lastModifiedBy, Date lastModifiedDate)
public Long getAttachmentId()
getAttachmentId in interface AttachmentIfcpublic void setAttachmentId(Long attachmentId)
setAttachmentId in interface AttachmentIfcpublic String getResourceId()
getResourceId in interface AttachmentIfcpublic void setResourceId(String resourceId)
setResourceId in interface AttachmentIfcpublic String getFilename()
getFilename in interface AttachmentIfcpublic void setFilename(String filename)
setFilename in interface AttachmentIfcpublic void setMimeType(String mimeType)
setMimeType in interface AttachmentIfcpublic String getMimeType()
getMimeType in interface AttachmentIfcpublic Long getFileSize()
getFileSize in interface AttachmentIfcpublic void setFileSize(Long fileSize)
setFileSize in interface AttachmentIfcpublic String getDescription()
getDescription in interface AttachmentIfcpublic void setDescription(String pdescription)
setDescription in interface AttachmentIfcpublic String getLocation()
getLocation in interface AttachmentIfcpublic void setLocation(String location)
setLocation in interface AttachmentIfcpublic Boolean getIsLink()
getIsLink in interface AttachmentIfcpublic void setIsLink(Boolean isLink)
setIsLink in interface AttachmentIfcpublic Integer getStatus()
getStatus in interface AttachmentIfcpublic void setStatus(Integer status)
setStatus in interface AttachmentIfcpublic String getCreatedBy()
getCreatedBy in interface AttachmentIfcpublic void setCreatedBy(String createdBy)
setCreatedBy in interface AttachmentIfcpublic Date getCreatedDate()
getCreatedDate in interface AttachmentIfcpublic void setCreatedDate(Date createdDate)
setCreatedDate in interface AttachmentIfcpublic String getLastModifiedBy()
getLastModifiedBy in interface AttachmentIfcpublic void setLastModifiedBy(String lastModifiedBy)
setLastModifiedBy in interface AttachmentIfcpublic Date getLastModifiedDate()
getLastModifiedDate in interface AttachmentIfcpublic void setLastModifiedDate(Date lastModifiedDate)
setLastModifiedDate in interface AttachmentIfcpublic Long getAttachmentType()
public void setAttachmentType(Long attachmentType)
Copyright © 2005-2015 Sakai Project. All Rights Reserved.