public class SignupAttachment extends Object
| Constructor and Description |
|---|
SignupAttachment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedBy() |
Date |
getCreatedDate() |
String |
getEncodedResourceId() |
String |
getFilename() |
Long |
getFileSize() |
Boolean |
getIsLink() |
String |
getLastModifiedBy() |
Date |
getLastModifiedDate() |
String |
getLocation() |
String |
getMimeType() |
String |
getResourceId() |
Long |
getTimeslotId() |
Boolean |
getViewByAll() |
void |
setCreatedBy(String createdBy) |
void |
setCreatedDate(Date createdDate) |
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 |
setTimeslotId(Long timeslotId) |
void |
setViewByAll(Boolean viewByAll) |
public String getResourceId()
public void setResourceId(String resourceId)
public String getEncodedResourceId()
public String getFilename()
public void setFilename(String filename)
public String getMimeType()
public void setMimeType(String mimeType)
public Long getFileSize()
public void setFileSize(Long fileSize)
public String getLocation()
public void setLocation(String location)
public Boolean getIsLink()
public void setIsLink(Boolean isLink)
public Long getTimeslotId()
public void setTimeslotId(Long timeslotId)
public Boolean getViewByAll()
public void setViewByAll(Boolean viewByAll)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
public String getLastModifiedBy()
public void setLastModifiedBy(String lastModifiedBy)
public Date getLastModifiedDate()
public void setLastModifiedDate(Date lastModifiedDate)
Copyright © 2007–2018 Sakai Project. All rights reserved.