org.sakaiproject.tool.assessment.ui.bean.author
Class AttachmentBean

java.lang.Object
  extended by org.sakaiproject.tool.assessment.ui.bean.author.AttachmentBean
All Implemented Interfaces:
Serializable

public class AttachmentBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AttachmentBean()
           
AttachmentBean(AttachmentIfc a)
           
 
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

AttachmentBean

public AttachmentBean()

AttachmentBean

public AttachmentBean(AttachmentIfc a)
Method Detail

getAttachmentId

public Long getAttachmentId()

setAttachmentId

public void setAttachmentId(Long attachmentId)

getResourceId

public String getResourceId()

setResourceId

public void setResourceId(String resourceId)

getFilename

public String getFilename()

setFilename

public void setFilename(String filename)

setMimeType

public void setMimeType(String mimeType)

getMimeType

public String getMimeType()

getFileSize

public Long getFileSize()

setFileSize

public void setFileSize(Long fileSize)

getDescription

public String getDescription()

setDescription

public void setDescription(String pdescription)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getIsLink

public Boolean getIsLink()

setIsLink

public void setIsLink(Boolean isLink)

getStatus

public Integer getStatus()

setStatus

public void setStatus(Integer status)

getCreatedBy

public String getCreatedBy()

setCreatedBy

public void setCreatedBy(String createdBy)

getCreatedDate

public Date getCreatedDate()

setCreatedDate

public void setCreatedDate(Date createdDate)

getLastModifiedBy

public String getLastModifiedBy()

setLastModifiedBy

public void setLastModifiedBy(String lastModifiedBy)

getLastModifiedDate

public Date getLastModifiedDate()

setLastModifiedDate

public void setLastModifiedDate(Date lastModifiedDate)

getAttachmentType

public Long getAttachmentType()

setAttachmentType

public void setAttachmentType(Long attachmentType)


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