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

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

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

import java.io.Serializable;

public interface ICreatorUser extends Serializable {
	Long getCreatorUserId();

	void setCreatorUserId(Long userId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy