public class RemoveInformation extends FileInfoContainer
| Constructor and Description |
|---|
RemoveInformation() |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getFile() |
boolean |
isRemoved() |
void |
setFile(java.io.File file) |
void |
setRemoved(boolean rem) |
java.lang.String |
toString()
Return a string representation of this object.
|
public java.io.File getFile()
getFile in class FileInfoContainerpublic void setFile(java.io.File file)
public void setRemoved(boolean rem)
public boolean isRemoved()
public java.lang.String toString()
toString in class java.lang.Object