Set the value of the description property @param description The description
(String description)
| 187 | * @param description The description |
| 188 | */ |
| 189 | public void setDescription(String description) { |
| 190 | this.description = description; |
| 191 | } |
| 192 | |
| 193 | |
| 194 | /** |
no outgoing calls
no test coverage detected