| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| ProductStatus |
|
| 1.0;1 |
| 1 | package org.paneris.jammyjoes.model; | |
| 2 | ||
| 3 | import org.paneris.jammyjoes.model.generated.ProductStatusBase; | |
| 4 | ||
| 5 | public class ProductStatus extends ProductStatusBase { | |
| 6 | 0 | public ProductStatus() {} |
| 7 | ||
| 8 | // programmer's domain-specific code here | |
| 9 | } |