| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| ItemJTextArea |
|
| 1.0;1 |
| 1 | 0 | package br.mia.test.view.factory; |
| 2 | ||
| 3 | import javax.swing.JTextArea; | |
| 4 | ||
| 5 | 0 | public class ItemJTextArea extends ItemComponente { |
| 6 | ||
| 7 | private JTextArea campo; | |
| 8 | ||
| 9 | public JTextArea getCampo() { | |
| 10 | 0 | return campo; |
| 11 | } | |
| 12 | ||
| 13 | public void setCampo(JTextArea campo) { | |
| 14 | 0 | this.campo = campo; |
| 15 | 0 | } |
| 16 | ||
| 17 | ||
| 18 | ||
| 19 | } |