TimeRequest

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

时间要求

Attributes

Graph
Supertypes
trait DateRange
trait Component
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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 active: Boolean

Attributes

Inherited from:
DateRange
def within(date: LocalDate): Boolean

Attributes

Inherited from:
DateRange

Concrete fields

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