org.sakaiproject.tool.assessment.data.ifc.assessment
Interface AttachmentIfc

All Superinterfaces:
Serializable
All Known Subinterfaces:
AssessmentAttachmentIfc, ItemAttachmentIfc, ItemGradingAttachmentIfc, SectionAttachmentIfc

public interface AttachmentIfc
extends Serializable


Field Summary
static Integer ACTIVE_STATUS
           
static Long ASSESSMENT_ATTACHMENT
           
static Integer INACTIVE_STATUS
           
static Long ITEM_ATTACHMENT
           
static Long ITEMGRADING_ATTACHMENT
           
static Long SECTION_ATTACHMENT
           
 
Method Summary
 Long getAttachmentId()
           
 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 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)
           
 

Field Detail

ASSESSMENT_ATTACHMENT

static final Long ASSESSMENT_ATTACHMENT

SECTION_ATTACHMENT

static final Long SECTION_ATTACHMENT

ITEM_ATTACHMENT

static final Long ITEM_ATTACHMENT

ITEMGRADING_ATTACHMENT

static final Long ITEMGRADING_ATTACHMENT

ACTIVE_STATUS

static final Integer ACTIVE_STATUS

INACTIVE_STATUS

static final Integer INACTIVE_STATUS
Method Detail

getAttachmentId

Long getAttachmentId()

setAttachmentId

void setAttachmentId(Long attachmentId)

setResourceId

void setResourceId(String resourceId)

getResourceId

String getResourceId()

getFilename

String getFilename()

setFilename

void setFilename(String filename)

setMimeType

void setMimeType(String mimeType)

getMimeType

String getMimeType()

getFileSize

Long getFileSize()

setFileSize

void setFileSize(Long fileSize)

getDescription

String getDescription()

setDescription

void setDescription(String pdescription)

getLocation

String getLocation()

setLocation

void setLocation(String location)

getIsLink

Boolean getIsLink()

setIsLink

void setIsLink(Boolean isLink)

getStatus

Integer getStatus()

setStatus

void setStatus(Integer status)

getCreatedBy

String getCreatedBy()

setCreatedBy

void setCreatedBy(String createdBy)

getCreatedDate

Date getCreatedDate()

setCreatedDate

void setCreatedDate(Date createdDate)

getLastModifiedBy

String getLastModifiedBy()

setLastModifiedBy

void setLastModifiedBy(String lastModifiedBy)

getLastModifiedDate

Date getLastModifiedDate()

setLastModifiedDate

void setLastModifiedDate(Date lastModifiedDate)


Copyright © 2005-2013 Sakai Project. All Rights Reserved.