Modifier and Type | Field and Description |
---|---|
protected Long |
versionNumber |
Constructor and Description |
---|
File() |
File(Long id,
org.springframework.web.multipart.MultipartFile file) |
File(org.springframework.web.multipart.MultipartFile file) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes() |
String |
getContentType() |
org.springframework.web.multipart.MultipartFile |
getFile() |
String |
getFileName() |
int |
getFileSize() |
Long |
getId() |
Timestamp |
getPostedTimestamp() |
Long |
getVersionNumber() |
void |
setBytes(byte[] bytes) |
void |
setContentType(String contentType) |
void |
setFile(org.springframework.web.multipart.MultipartFile file) |
void |
setFileName(String fileName) |
void |
setFileSize(int fileSize) |
void |
setId(Long id) |
void |
setPostedTimestamp(Timestamp postedTimestamp) |
void |
setVersionNumber(Long versionNumber) |
String |
toString() |
protected Long versionNumber
public File()
public File(org.springframework.web.multipart.MultipartFile file)
public org.springframework.web.multipart.MultipartFile getFile()
public void setFile(org.springframework.web.multipart.MultipartFile file)
public Long getVersionNumber()
public void setVersionNumber(Long versionNumber)
public byte[] getBytes()
public void setBytes(byte[] bytes)
public String getContentType()
public void setContentType(String contentType)
public String getFileName()
public void setFileName(String fileName)
public int getFileSize()
public void setFileSize(int fileSize)
public Timestamp getPostedTimestamp()
public void setPostedTimestamp(Timestamp postedTimestamp)
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.