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

org.openstack4j.model.ResourceEntity Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package org.openstack4j.model;

/**
 * Model class which is used for Service Operations that is backed by a unique identifier and a name 
 * 
 * @author Jeremy Unruh
 */
public interface ResourceEntity extends ModelEntity {

	/**
	 * @return the id of this entity
	 */
	String getId();
	
	/**
	 * @return the name of this entity
	 */
	String getName();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy