TimeRequest

org.openurp.edu.room.model.TimeRequest
class TimeRequest extends Component with DateRange

时间要求

Attributes

Graph
Supertypes
trait DateRange
trait Component
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def calcMinutes(): Unit
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

def within(date: LocalDate): Boolean

Attributes

Inherited from:
DateRange

Concrete fields

var minutes: Int

分钟

分钟

Attributes

var timeComment: Option[String]

借用时间要求

借用时间要求

Attributes

var times: Buffer[WeekTime]

申请时间

申请时间

Attributes

Inherited fields

var beginOn: LocalDate

起始日期

起始日期

Attributes

Inherited from:
DateRange
var endOn: LocalDate

结束日期

结束日期

Attributes

Inherited from:
DateRange