agentland.info
Class IMRecord

java.lang.Object
  |
  +--agentland.info.IMRecord
All Implemented Interfaces:
Serializable

public class IMRecord
extends Object
implements Serializable

Describe class IMRecord here.

See Also:
Serializable, Serialized Form

Constructor 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

IMRecord

public IMRecord()
Creates a new IMRecord instance.

IMRecord

public IMRecord(Appointment app)
Creates a new IMRecord instance.
Parameters:
app - an Appointment value

IMRecord

public IMRecord(boolean em,
                boolean ph,
                boolean sp,
                Appointment app)
Creates a new IMRecord instance.
Parameters:
em - a boolean value
ph - a boolean value
sp - a boolean value
app - an Appointment value
Method Detail

setReminderTypes

public void setReminderTypes(boolean em,
                             boolean ph,
                             boolean sp)
Describe setReminderTypes method here.
Parameters:
em - a boolean value
ph - a boolean value
sp - a boolean value

sendEmail

public void sendEmail(boolean em)
Describe sendEmail method here.
Parameters:
em - a boolean value

makePhoneCall

public void makePhoneCall(boolean ph)
Describe makePhoneCall method here.
Parameters:
ph - a boolean value

speakMessage

public void speakMessage(boolean sp)
Describe speakMessage method here.
Parameters:
sp - a boolean value

getSendEmail

public boolean getSendEmail()
Describe getSendEmail method here.
Returns:
a boolean value

getMakePhoneCall

public boolean getMakePhoneCall()
Describe getMakePhoneCall method here.
Returns:
a boolean value

getSpeak

public boolean getSpeak()
Describe getSpeak method here.
Returns:
a boolean value

getAppointment

public Appointment getAppointment()
Describe getAppointment method here.
Returns:
an Appointment value

setAppointment

public void setAppointment(Appointment app)
Describe setAppointment method here.
Parameters:
app - an Appointment value