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

io.github.mivek.model.trend.validity.IValidity Maven / Gradle / Ivy

package io.github.mivek.model.trend.validity;

/**
 * Interface for validity objects.
 * @author mivek
 */
public interface IValidity {

    /**
     * @return the startDay
     */

    Integer getStartDay();

    /**
     * @param pStartDay the startDay to set
     */
    void setStartDay(Integer pStartDay);

    /**
     * @return the startHour
     */
    Integer getStartHour();

    /**
     * @param pStartHour the startHour to set
     */
    void setStartHour(Integer pStartHour);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy