Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
106 espaco 1
package br.com.ec.domain.dto.anvisa;
2
 
3
import javax.xml.bind.annotation.XmlType;
4
 
5
@XmlType
6
public class Medicamentos {
7
 
8
        private EntradaMedicamentos entradaMedicamentos;
9
 
10
        public EntradaMedicamentos getEntradaMedicamentos() {
11
                return entradaMedicamentos;
12
        }
13
        public void setEntradaMedicamentos(EntradaMedicamentos entradaMedicamentos) {
14
                this.entradaMedicamentos = entradaMedicamentos;
15
        }
16
 
17
 
18
}