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

org.devocative.demeter.entity.IModifierUser Maven / Gradle / Ivy

The newest version!
package org.devocative.demeter.entity;

import java.io.Serializable;

public interface IModifierUser extends Serializable {
	Long getModifierUserId();

	void setModifierUserId(Long userId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy