com.softicar.platform.common.date.Time Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of platform-common Show documentation
Show all versions of platform-common Show documentation
The SoftiCAR Platform is a lightweight, Java-based library to create interactive business web applications.
package com.softicar.platform.common.date;
import java.util.Objects;
/**
* Represents the time of the day in hours, minutes and seconds.
*
* @author Oliver Richers
* @author Semsudin Mekanic
*/
public class Time implements Comparable