public class ProgramList extends Object implements Serializable
Constructor and Description |
---|
ProgramList() |
Modifier and Type | Method and Description |
---|---|
void |
addProgram(Program program)
Adds a program to the list
|
boolean |
equals(Object obj) |
List<Program> |
getPrograms()
Returns the list of changed programs.
|
String |
getVersion() |
int |
hashCode() |
void |
removeProgram(Program program)
Removes a program from the list
|
String |
toString()
Returns a json String
|
public String getVersion()
public List<Program> getPrograms()
public void addProgram(Program program)
program
- the programpublic void removeProgram(Program program)
program
- the programCopyright © 2016–2025. All rights reserved.