Class Index | File Index

Classes


Class finesse.restservices.Contact


Extends finesse.restservices.RestBase.
A Contact is a single entry in a PhoneBook, consisting of a First and Last Name, a Phone Number, and a Description.
Defined in: finesse.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
Getter for the description.
 
Getter for the firstName.
 
Getter for the lastName.
 
Getter for the phoneNumber.
Methods borrowed from class finesse.restservices.RestBase:
addHandler, getData, getId, getProperty, hasProperty, isLoaded, refresh, removeHandler
Class Detail
finesse.restservices.Contact()
See:
finesse.restservices.PhoneBook
Method Detail
{String} getDescription()
Getter for the description.
Returns:
{String} The description.

{String} getFirstName()
Getter for the firstName.
Returns:
{String} The firstName.

{String} getLastName()
Getter for the lastName.
Returns:
{String} The lastName.

{String} getPhoneNumber()
Getter for the phoneNumber.
Returns:
{String} The phoneNumber.

Documentation generated by JsDoc Toolkit 2.3.2 on Thu Feb 23 2017 02:41:29 GMT-0500 (EST)