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

net.avcompris.status.dao.impl.MutableServicesStatusDto Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version
package net.avcompris.status.dao.impl;

import net.avcompris.status.dao.ServiceStatusDto;
import net.avcompris.status.dao.ServicesStatusDto;

public interface MutableServicesStatusDto extends ServicesStatusDto {

	MutableServicesStatusDto addToItems(ServiceStatusDto item);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy