public class Report extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Report() |
|
Report(String id,
String name,
String description,
String state) |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
void |
description(String description) |
String |
id() |
void |
id(String id) |
String |
name() |
void |
name(String name) |
String |
state() |
void |
state(String state) |
String |
toString() |
Copyright © 2019. All Rights Reserved.