public class Summary extends Object
| Constructor and Description |
|---|
Summary(String fileName,
String task)
Instantiates a new Summary.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Gets file name.
|
String |
getTask()
Gets task.
|
void |
setFileName(String fileName)
Sets file name.
|
void |
setTask(String task)
Sets task.
|
public String getFileName()
public void setFileName(String fileName)
fileName - the file namepublic String getTask()
public void setTask(String task)
task - the taskCopyright © 2016–2020. All rights reserved.