com.softwareag.centrasite.appl.framework.beans.standard.impl
Class PersonNameImpl

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.beans.standard.impl.PersonNameImpl
All Implemented Interfaces:
PersonName

public class PersonNameImpl
extends java.lang.Object
implements PersonName


Constructor Summary
PersonNameImpl(javax.xml.registry.infomodel.PersonName jaxrPersonName)
          Constructor
 
Method Summary
 java.lang.String getFirstName()
          Gets the first name for this Person.
 java.lang.String getFullName()
          Gets the fully formatted name for this person.
 javax.xml.registry.infomodel.PersonName getJaxrPersonName()
          Get the the javax.xml.registry.infomodel.PersonName instance wrapped by this object
 java.lang.String getLastName()
          Gets the last name (surname) for this Person.
 java.lang.String getMiddleName()
          Gets the middle name for this Person.
 void setFirstName(java.lang.String firstName)
          Sets the first name for this Person.
 void setFullName(java.lang.String fullName)
          Sets the fully formatted name for this person.
 void setLastName(java.lang.String lastName)
          Sets the last name (surname) for this Person.
 void setMiddleName(java.lang.String middleName)
          Sets the middle name for this Person.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonNameImpl

public PersonNameImpl(javax.xml.registry.infomodel.PersonName jaxrPersonName)
Constructor

Parameters:
jaxrPersonName -
Method Detail

getFirstName

public java.lang.String getFirstName()
                              throws CSAppFrameworkException
Gets the first name for this Person.

Specified by:
getFirstName in interface PersonName
Returns:
String
Throws:
CSAppFrameworkException

setFirstName

public void setFirstName(java.lang.String firstName)
                  throws CSAppFrameworkException
Sets the first name for this Person.

Specified by:
setFirstName in interface PersonName
Parameters:
firstName -
Throws:
CSAppFrameworkException

getFullName

public java.lang.String getFullName()
                             throws CSAppFrameworkException
Gets the fully formatted name for this person.

Specified by:
getFullName in interface PersonName
Returns:
String
Throws:
CSAppFrameworkException

setFullName

public void setFullName(java.lang.String fullName)
                 throws CSAppFrameworkException
Sets the fully formatted name for this person.

Specified by:
setFullName in interface PersonName
Parameters:
fullName -
Throws:
CSAppFrameworkException

getLastName

public java.lang.String getLastName()
                             throws CSAppFrameworkException
Gets the last name (surname) for this Person.

Specified by:
getLastName in interface PersonName
Returns:
String
Throws:
CSAppFrameworkException

setLastName

public void setLastName(java.lang.String lastName)
                 throws CSAppFrameworkException
Sets the last name (surname) for this Person.

Specified by:
setLastName in interface PersonName
Parameters:
lastName -
Throws:
CSAppFrameworkException

getMiddleName

public java.lang.String getMiddleName()
                               throws CSAppFrameworkException
Gets the middle name for this Person.

Specified by:
getMiddleName in interface PersonName
Returns:
String
Throws:
CSAppFrameworkException

setMiddleName

public void setMiddleName(java.lang.String middleName)
                   throws CSAppFrameworkException
Sets the middle name for this Person.

Specified by:
setMiddleName in interface PersonName
Parameters:
middleName -
Throws:
CSAppFrameworkException

getJaxrPersonName

public javax.xml.registry.infomodel.PersonName getJaxrPersonName()
Get the the javax.xml.registry.infomodel.PersonName instance wrapped by this object

Returns:
javax.xml.registry.infomodel.PersonName