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

it.amattioli.dominate.jcr.JcrEntityImpl Maven / Gradle / Ivy

The newest version!
package it.amattioli.dominate.jcr;

public class JcrEntityImpl implements JcrEntity {
	private String id;

	@Override
	public String getId() {
		return id;
	}

	@Override
	public void setId(String id) {
		this.id = id;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy