com.objectwave.persist.value
Class PersonValue

java.lang.Object
  |
  +--com.objectwave.persist.value.PersonValue

public class PersonValue
extends java.lang.Object

Version:
$Id: PersonValue.java,v 1.1 2001/10/03 14:59:03 dave_hoag Exp $
Author:
cson

Constructor Summary
PersonValue()
           
 
Method Summary
 int getAge()
          Gets the Age attribute of the PersonValue object
 java.lang.String getAreaCode()
          Gets the AreaCode attribute of the PersonValue object
 java.lang.String getExtension()
          Gets the Extension attribute of the PersonValue object
 java.lang.String getFirstName()
          Gets the FirstName attribute of the PersonValue object
 java.lang.String getLastName()
          Gets the LastName attribute of the PersonValue object
 java.lang.String getPhoneNumber()
          Gets the PhoneNumber attribute of the PersonValue object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonValue

public PersonValue()
Method Detail

getFirstName

public java.lang.String getFirstName()
Gets the FirstName attribute of the PersonValue object

Returns:
The FirstName value

getLastName

public java.lang.String getLastName()
Gets the LastName attribute of the PersonValue object

Returns:
The LastName value

getAge

public int getAge()
Gets the Age attribute of the PersonValue object

Returns:
The Age value

getAreaCode

public java.lang.String getAreaCode()
Gets the AreaCode attribute of the PersonValue object

Returns:
The AreaCode value

getPhoneNumber

public java.lang.String getPhoneNumber()
Gets the PhoneNumber attribute of the PersonValue object

Returns:
The PhoneNumber value

getExtension

public java.lang.String getExtension()
Gets the Extension attribute of the PersonValue object

Returns:
The Extension value