public class FileInfo extends AbstractBo
| 构造器和说明 |
|---|
FileInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getError() |
File |
getFile() |
String |
getName() |
String |
getOldName() |
String |
getPath() |
Double |
getSize() |
String |
getType() |
void |
setError(String error) |
void |
setFile(File file) |
void |
setName(String name) |
void |
setOldName(String oldName) |
void |
setPath(String path) |
void |
setSize(Double size) |
void |
setType(String type) |
toStringpublic String getName()
public void setName(String name)
public String getOldName()
public void setOldName(String oldName)
public String getPath()
public void setPath(String path)
public String getType()
public void setType(String type)
public File getFile()
public void setFile(File file)
public Double getSize()
public void setSize(Double size)
public String getError()
public void setError(String error)
Copyright © 2016. All rights reserved.