Class SignupAttachment


  • public class SignupAttachment
    extends Object
    • Constructor Detail

      • SignupAttachment

        public SignupAttachment()
    • Method Detail

      • getResourceId

        public String getResourceId()
      • setResourceId

        public void setResourceId​(String resourceId)
      • getEncodedResourceId

        public String getEncodedResourceId()
      • getFilename

        public String getFilename()
      • setFilename

        public void setFilename​(String filename)
      • getMimeType

        public String getMimeType()
      • setMimeType

        public void setMimeType​(String mimeType)
      • getFileSize

        public Long getFileSize()
      • setFileSize

        public void setFileSize​(Long fileSize)
      • getLocation

        public String getLocation()
      • setLocation

        public void setLocation​(String location)
      • getIsLink

        public Boolean getIsLink()
      • setIsLink

        public void setIsLink​(Boolean isLink)
      • getTimeslotId

        public Long getTimeslotId()
      • setTimeslotId

        public void setTimeslotId​(Long timeslotId)
      • getViewByAll

        public Boolean getViewByAll()
      • setViewByAll

        public void setViewByAll​(Boolean viewByAll)
      • 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)