|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.beans.standard.impl.PersonNameImpl
public class PersonNameImpl
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 |
---|
public PersonNameImpl(javax.xml.registry.infomodel.PersonName jaxrPersonName)
jaxrPersonName
- Method Detail |
---|
public java.lang.String getFirstName() throws CSAppFrameworkException
getFirstName
in interface PersonName
CSAppFrameworkException
public void setFirstName(java.lang.String firstName) throws CSAppFrameworkException
setFirstName
in interface PersonName
firstName
-
CSAppFrameworkException
public java.lang.String getFullName() throws CSAppFrameworkException
getFullName
in interface PersonName
CSAppFrameworkException
public void setFullName(java.lang.String fullName) throws CSAppFrameworkException
setFullName
in interface PersonName
fullName
-
CSAppFrameworkException
public java.lang.String getLastName() throws CSAppFrameworkException
getLastName
in interface PersonName
CSAppFrameworkException
public void setLastName(java.lang.String lastName) throws CSAppFrameworkException
setLastName
in interface PersonName
lastName
-
CSAppFrameworkException
public java.lang.String getMiddleName() throws CSAppFrameworkException
getMiddleName
in interface PersonName
CSAppFrameworkException
public void setMiddleName(java.lang.String middleName) throws CSAppFrameworkException
setMiddleName
in interface PersonName
middleName
-
CSAppFrameworkException
public javax.xml.registry.infomodel.PersonName getJaxrPersonName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |