
org.geojsf.interfaces.model.monitoring.GeoStationCapability Maven / Gradle / Ivy
The newest version!
package org.geojsf.interfaces.model.monitoring;
import net.sf.ahtutils.interfaces.model.status.UtilsDescription;
import net.sf.ahtutils.interfaces.model.status.UtilsLang;
import net.sf.ahtutils.interfaces.model.status.UtilsStatus;
import net.sf.ahtutils.interfaces.model.with.code.EjbWithCode;
import net.sf.ahtutils.model.interfaces.with.EjbWithId;
public interface GeoStationCapability,
CAP extends GeoStationCapability,
CAPT extends UtilsStatus,
CAPS extends UtilsStatus>
extends EjbWithId,EjbWithCode
{
STATION getStation();
void setStation(STATION station);
CAPS getStatus();
void setStatus(CAPS status);
CAPT getType();
void setType(CAPT type);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy