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

test.org.neodatis.odb.test.cache.MyObjectWithMyHashCode Maven / Gradle / Ivy

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

public class MyObjectWithMyHashCode {
	private Long myLong;

	public MyObjectWithMyHashCode(Long myLong) {
		super();
		this.myLong = myLong;
	}

	public Long getMyLong() {
		return myLong;
	}

	public void setMyLong(Long myLong) {
		this.myLong = myLong;
	}

	public int hashCode() {
		return myLong.hashCode();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy