gUpdateMessage-class {MVCClass}R Documentation

Class "gUpdateMessage": A class to represent an update message

Description

gUpdateMessage is a class to represent an update message. Both gUpdateViewMessage and gUpdateDataMessage classes are inherited from gUpdateMessage. Although, gUpdateMessage is not a virtual class, it is not intended to have objects of gUpdateMessage class created.

Objects from the Class

Objects can be created by calls of the form new("gUpdateMessage", ...). However, remember that objects of this class should not be created.

Slots

type:
the type of update to be performed, will be a character string
mData:
a list of information needed to perform the update
dataName:
the name of the data set to be updated

Extends

Class "gMessage", directly.

Methods

dataName<-
Sets the dataName slot
dataName
Returns the dataName slot
mData<-
Sets the mData slot
mData
Returns the mData slot
type<-
Sets the type slot
type
Returns the type slot

Author(s)

Elizabeth Whalen

See Also

gMessage-class, gUpdateViewMessage-class, gUpdateDataMessage-class

Examples






[Package MVCClass version 1.6.0 Index]