org.sakaiproject.tool.assessment.data.dao.grading
Class GradingAttachmentData

java.lang.Object
  extended by org.sakaiproject.tool.assessment.data.dao.grading.GradingAttachmentData
All Implemented Interfaces:
Serializable, AttachmentIfc
Direct Known Subclasses:
ItemGradingAttachment

public class GradingAttachmentData
extends Object
implements Serializable, AttachmentIfc

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.sakaiproject.tool.assessment.data.ifc.assessment.AttachmentIfc
ACTIVE_STATUS, ASSESSMENT_ATTACHMENT, INACTIVE_STATUS, ITEM_ATTACHMENT, ITEMGRADING_ATTACHMENT, SECTION_ATTACHMENT
 
Constructor Summary
GradingAttachmentData()
           
GradingAttachmentData(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)
           
GradingAttachmentData(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)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GradingAttachmentData

public GradingAttachmentData()

GradingAttachmentData

public GradingAttachmentData(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)

GradingAttachmentData

public GradingAttachmentData(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)
Method Detail

getAttachmentId

public Long getAttachmentId()
Specified by:
getAttachmentId in interface AttachmentIfc

setAttachmentId

public void setAttachmentId(Long attachmentId)
Specified by:
setAttachmentId in interface AttachmentIfc

getResourceId

public String getResourceId()
Specified by:
getResourceId in interface AttachmentIfc

setResourceId

public void setResourceId(String resourceId)
Specified by:
setResourceId in interface AttachmentIfc

getFilename

public String getFilename()
Specified by:
getFilename in interface AttachmentIfc

setFilename

public void setFilename(String filename)
Specified by:
setFilename in interface AttachmentIfc

setMimeType

public void setMimeType(String mimeType)
Specified by:
setMimeType in interface AttachmentIfc

getMimeType

public String getMimeType()
Specified by:
getMimeType in interface AttachmentIfc

getFileSize

public Long getFileSize()
Specified by:
getFileSize in interface AttachmentIfc

setFileSize

public void setFileSize(Long fileSize)
Specified by:
setFileSize in interface AttachmentIfc

getDescription

public String getDescription()
Specified by:
getDescription in interface AttachmentIfc

setDescription

public void setDescription(String pdescription)
Specified by:
setDescription in interface AttachmentIfc

getLocation

public String getLocation()
Specified by:
getLocation in interface AttachmentIfc

setLocation

public void setLocation(String location)
Specified by:
setLocation in interface AttachmentIfc

getIsLink

public Boolean getIsLink()
Specified by:
getIsLink in interface AttachmentIfc

setIsLink

public void setIsLink(Boolean isLink)
Specified by:
setIsLink in interface AttachmentIfc

getStatus

public Integer getStatus()
Specified by:
getStatus in interface AttachmentIfc

setStatus

public void setStatus(Integer status)
Specified by:
setStatus in interface AttachmentIfc

getCreatedBy

public String getCreatedBy()
Specified by:
getCreatedBy in interface AttachmentIfc

setCreatedBy

public void setCreatedBy(String createdBy)
Specified by:
setCreatedBy in interface AttachmentIfc

getCreatedDate

public Date getCreatedDate()
Specified by:
getCreatedDate in interface AttachmentIfc

setCreatedDate

public void setCreatedDate(Date createdDate)
Specified by:
setCreatedDate in interface AttachmentIfc

getLastModifiedBy

public String getLastModifiedBy()
Specified by:
getLastModifiedBy in interface AttachmentIfc

setLastModifiedBy

public void setLastModifiedBy(String lastModifiedBy)
Specified by:
setLastModifiedBy in interface AttachmentIfc

getLastModifiedDate

public Date getLastModifiedDate()
Specified by:
getLastModifiedDate in interface AttachmentIfc

setLastModifiedDate

public void setLastModifiedDate(Date lastModifiedDate)
Specified by:
setLastModifiedDate in interface AttachmentIfc

getAttachmentType

public Long getAttachmentType()

setAttachmentType

public void setAttachmentType(Long attachmentType)


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