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

com.dottydingo.hyperion.api.ApiObject Maven / Gradle / Ivy

The newest version!
package com.dottydingo.hyperion.api;

import java.io.Serializable;

/**
 * An API object.
 */
public interface ApiObject extends Serializable
{
    /**
     * Return the Id of the API object.
     * @return the Id.
     */
    ID getId();

    /**
     * Set the id of the API object.
     * @param id The Id.
     */
    void setId(ID id);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy