public class KifsFileInfo extends Object
Constructor and Description |
---|
KifsFileInfo()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getCreatedBy() |
long |
getCreationTime() |
String |
getFileName() |
long |
getFileSize() |
Map<String,String> |
getInfo() |
void |
setCreatedBy(String createdBy) |
void |
setCreationTime(long creationTime) |
void |
setFileName(String fileName) |
void |
setFileSize(long fileSize) |
void |
setInfo(Map<String,String> info) |
String |
toString() |
public long getFileSize()
public void setFileSize(long fileSize)
public String getFileName()
public void setFileName(String fileName)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public long getCreationTime()
public void setCreationTime(long creationTime)
Copyright © 2024. All rights reserved.