
ch.sbb.releasetrain.business.modelaccessor.Recognizable Maven / Gradle / Ivy
/*
* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements;
* and to You under the Apache License, Version 2.0.
*/
package ch.sbb.releasetrain.business.modelaccessor;
/**
* provides a getter for an ID
*
* @author u203244 (Daniel Marthaler)
* @since 0.0.1, 2016
*/
public interface Recognizable extends Comparable {
public String getId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy