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

com.salesmanager.shop.model.entity.ReadableAuditable Maven / Gradle / Ivy

The newest version!
package com.salesmanager.shop.model.entity;

public interface ReadableAuditable {
	
	void setReadableAudit(ReadableAudit audit);
	ReadableAudit getReadableAudit();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy