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

com.nfbsoftware.ab.model.AbResource Maven / Gradle / Ivy

Go to download

The NFB Software Simple-AB is a Java wrapper for the Academic Benchmarks API

There is a newer version: 1.0.17
Show newest version
package com.nfbsoftware.ab.model;

import java.io.Serializable;



/**
 * 
 * @author brendanclemenzi
 */
public class AbResource implements Serializable
{
    private static final long serialVersionUID = 1L;
    
    private AbData m_data;

    public AbData getData()
    {
        return m_data;
    }
    public void setData(AbData data)
    {
        m_data = data;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy