public interface HasFilename
Modifier and Type | Method and Description |
---|---|
String |
getFilename()
Accessor: Obtains the name of the file
|
void |
setFilename(String filename)
Accessor: Sets the name of an file object.
|
String getFilename()
setFilename(String)
void setFilename(String filename)
filename
- is the new name to store as filename.getFilename()