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

com.greenpepper.server.domain.dao.SystemInfoDao Maven / Gradle / Ivy

There is a newer version: 4.2.4
Show newest version
package com.greenpepper.server.domain.dao;

import com.greenpepper.server.domain.SystemInfo;

/**
 * 

SystemInfoDao interface.

* * @author oaouattara * @version $Id: $Id */ public interface SystemInfoDao { /** *

getSystemInfo.

* * @return The SystemInfo */ public SystemInfo getSystemInfo(); /** * Stores the SystemInfo. *

* * @param systemInfo a {@link com.greenpepper.server.domain.SystemInfo} object. */ public void store(SystemInfo systemInfo); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy