public class Context
extends Object
Model to represent the system
-
Constructor Summary
Constructors
-
Method Summary
Getter for id
Unique id of the system
Getter for system
System name
void
Setter for id
Unique id of the system
void
Setter for system
System name
Returns a JSON string representation of Context
-
-
Method Details
-
getId
Getter for id
Unique id of the system
-
setId
public void setId(String value)
Setter for id
Unique id of the system
-
getSystem
Getter for system
System name
-
setSystem
public void setSystem(String value)
Setter for system
System name
-
toString
Returns a JSON string representation of Context
- Overrides:
toString
in class Object