Uses of Class
sc2002.FCS1.grp2.Message
Packages that use Message
-
Uses of Message in sc2002.FCS1.grp2
Fields in sc2002.FCS1.grp2 declared as MessageModifier and TypeFieldDescriptionprivate MessageEnquiry.questionA question intended for an authorised HDB manager or officer to respond to.private MessageEnquiry.responseA response from an authorised HDB manager or officer to answer the question.Methods in sc2002.FCS1.grp2 that return MessageModifier and TypeMethodDescriptionEnquiry.getQuestion()Retrieve the question message that has been added in by the applicant that has submitted this enquiry.Enquiry.getResponse()Retrieve the response object provided by an authorised officer or manager, if any.Methods in sc2002.FCS1.grp2 with parameters of type MessageModifier and TypeMethodDescriptionvoidEnquiry.setResponse(Message response) Use this to provide a response to the enquiry question.Constructors in sc2002.FCS1.grp2 with parameters of type MessageModifierConstructorDescriptionEnquiry(Message question, BTOProject project) Construct a new enquiry from anApplicantrole.