Class TimeOfDay

java.lang.Object
com.iland.core.web.rest.shared.time.TimeOfDay
All Implemented Interfaces:
Serializable

public final class TimeOfDay extends Object implements Serializable
Specifies a time in day with hours and minutes.
Author:
Cory Snyder
See Also:
  • Constructor Details

  • Method Details

    • getHour

      public Integer getHour()
      Specifies an (0-23) hour in a day.
      Returns:
      the hour
    • getMinute

      public Integer getMinute()
      Specifies a (0-59) minute in an hour.
      Returns:
      the minute
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object