クラス BusinessHourSlot

java.lang.Object
one.cafebabe.businesscalendar4j.BusinessHourSlot
すべての実装されたインタフェース:
Serializable

public final class BusinessHourSlot extends Object implements Serializable
a model representing a business hour slot
関連項目:
  • フィールド詳細

    • from

      @NotNull public final @NotNull LocalDateTime from
      Start time of this slot
    • to

      @NotNull public final @NotNull LocalDateTime to
      End time of this slot
  • メソッドの詳細

    • equals

      public boolean equals(Object o)
      オーバーライド:
      equals クラス内 Object
    • hashCode

      public int hashCode()
      オーバーライド:
      hashCode クラス内 Object
    • toString

      public String toString()
      オーバーライド:
      toString クラス内 Object