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

es.tid.emulator.node.resources.Resource Maven / Gradle / Ivy

The newest version!
package es.tid.emulator.node.resources;

/**
 *
 * Class to include the needed information to check, reserve or free a network resource 
 * 
 * @author Fernando Mu�oz del Nuevo
 *
 *	FIXME: A�adir la informaci�n necesaria para tocar los recursos
 *
 */

public class Resource {

	private String resourceName;

	public String getResourceName() {
		return resourceName;
	}

	public void setResourceName(String resourceName) {
		this.resourceName = resourceName;
	}
	
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy