CourseGradeModifyEvent

org.openurp.edu.grade.service.event.CourseGradeModifyEvent
class CourseGradeModifyEvent(source: Seq[CourseGrade]) extends BusinessEvent

已发布成绩变化事件(由于已发布成绩发生变化如修改申请或加分等引起的成绩改变的事件)

Attributes

Graph
Supertypes
class BusinessEvent
class Event
class EventObject
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def getSource(): <FromJavaObject>

Attributes

Inherited from:
EventObject
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.

Inherited from:
EventObject

Inherited fields

var detail: String

event details

event details

Attributes

Inherited from:
Event
var resource: String

resource where the event happened

resource where the event happened

Attributes

Inherited from:
Event
var subject: String

event subject

event subject

Attributes

Inherited from:
Event
val timestamp: Long

System time when the event happened

System time when the event happened

Attributes

Inherited from:
Event