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

test.org.neodatis.odb.test.oid.B Maven / Gradle / Ivy

There is a newer version: 1.9.30.689
Show newest version
package org.neodatis.odb.test.oid;

public class B {
	private String name;

	public B(String name) {
		super();
		this.name = name;
	}

	public String getName() {
		return name;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy