1 package net.sf.cglib.proxy;
2
3 public class EC1 extends EB implements Comparable{
4 private String address;
5 private ED ed;
6
7 public String getAddress() {
8 return address;
9 }
10
11 public void setAddress(String address) {
12 this.address = address;
13 }
14
15 public ED getED() {
16 return ed;
17 }
18
19 public void setED(ED ed) {
20 this.ed = ed;
21 }
22 }
23
This page was automatically generated by Maven