DeliveryProblemReportpublic class DeliveryProblemReport extends Object
Fields Summary |
---|
private String | number | private String | description | private Date | dateOpened | private Date | dateClosed | private int | resolution | private int | status |
Methods Summary |
---|
public int | calcOpenToCloseDuration()
return 0;
| public boolean | isClosed()
return false;
| public static java.util.Vector | listProblemReports()
return new Vector();
| public void | makeDeliveryProblemReport()
|
|