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

org.bidib.wizard.mvc.main.model.StartCondition Maven / Gradle / Ivy

There is a newer version: 2.0.0-M1
Show newest version
package org.bidib.wizard.mvc.main.model;

public abstract class StartCondition {
    public boolean equals(Object obj) {
        return getClass().getSimpleName().equals(obj.getClass().getSimpleName());
    }

    public int hashCode() {
        return getClass().getSimpleName().hashCode();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy