All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.test.net.sf.cglib.proxy.EC1 Maven / Gradle / Ivy

There is a newer version: 3.9
Show newest version
package net.sf.cglib.proxy;

public class EC1 extends EB implements Comparable{
	private String address;
	private ED ed;

	public String getAddress() {
		return address;
	}

	public void setAddress(String address) {
		this.address = address;
	}

	public ED getED() {
		return ed;
	}

	public void setED(ED ed) {
		this.ed = ed;
	}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy