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

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

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

public class ED {
	private Long id;
	private float amount;

	public float getAmount() {
		return amount;
	}

	public Long getId() {
		return id;
	}

	public void setAmount(float amount) {
		this.amount = amount;
	}

	public void setId(Long id) {
		this.id = id;
	}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy