|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--agentland.info.IMRecord
Describe class IMRecord
here.
Serializable
, Serialized FormConstructor Summary | |
IMRecord()
Creates a new IMRecord instance. |
|
IMRecord(Appointment app)
Creates a new IMRecord instance. |
|
IMRecord(boolean em,
boolean ph,
boolean sp,
Appointment app)
Creates a new IMRecord instance. |
Method Summary | |
Appointment |
getAppointment()
Describe getAppointment method here. |
boolean |
getMakePhoneCall()
Describe getMakePhoneCall method here. |
boolean |
getSendEmail()
Describe getSendEmail method here. |
boolean |
getSpeak()
Describe getSpeak method here. |
void |
makePhoneCall(boolean ph)
Describe makePhoneCall method here. |
void |
sendEmail(boolean em)
Describe sendEmail method here. |
void |
setAppointment(Appointment app)
Describe setAppointment method here. |
void |
setReminderTypes(boolean em,
boolean ph,
boolean sp)
Describe setReminderTypes method here. |
void |
speakMessage(boolean sp)
Describe speakMessage method here. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IMRecord()
IMRecord
instance.public IMRecord(Appointment app)
IMRecord
instance.app
- an Appointment
valuepublic IMRecord(boolean em, boolean ph, boolean sp, Appointment app)
IMRecord
instance.em
- a boolean
valueph
- a boolean
valuesp
- a boolean
valueapp
- an Appointment
valueMethod Detail |
public void setReminderTypes(boolean em, boolean ph, boolean sp)
setReminderTypes
method here.em
- a boolean
valueph
- a boolean
valuesp
- a boolean
valuepublic void sendEmail(boolean em)
sendEmail
method here.em
- a boolean
valuepublic void makePhoneCall(boolean ph)
makePhoneCall
method here.ph
- a boolean
valuepublic void speakMessage(boolean sp)
speakMessage
method here.sp
- a boolean
valuepublic boolean getSendEmail()
getSendEmail
method here.boolean
valuepublic boolean getMakePhoneCall()
getMakePhoneCall
method here.boolean
valuepublic boolean getSpeak()
getSpeak
method here.boolean
valuepublic Appointment getAppointment()
getAppointment
method here.Appointment
valuepublic void setAppointment(Appointment app)
setAppointment
method here.app
- an Appointment
value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |