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;

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

* @param systemInfo */ public void store(SystemInfo systemInfo); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy