My JS App

myapp  1.0.0

My JS App > myapp > MYAPP.Person
Search:
 
Filters

Class MYAPP.Person

Constructs Person objects

Constructor

MYAPP.Person ( first , last )
Parameters:
first <String> First name
last <String> Last name

Properties

first_name - String

Name of the person

last_name - String

Last (family) name of the person

Methods

getName

String getName ( )
Returns the name of the person object
Returns: String
The name of the person


Copyright © 2010 Yahoo! Inc. All rights reserved.