|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersonName
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. |
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. |
Method Detail |
---|
java.lang.String getFirstName() throws CSAppFrameworkException
CSAppFrameworkException
void setFirstName(java.lang.String firstName) throws CSAppFrameworkException
firstName
-
CSAppFrameworkException
java.lang.String getFullName() throws CSAppFrameworkException
CSAppFrameworkException
void setFullName(java.lang.String fullName) throws CSAppFrameworkException
fullName
-
CSAppFrameworkException
java.lang.String getLastName() throws CSAppFrameworkException
CSAppFrameworkException
void setLastName(java.lang.String lastName) throws CSAppFrameworkException
lastName
-
CSAppFrameworkException
java.lang.String getMiddleName() throws CSAppFrameworkException
CSAppFrameworkException
void setMiddleName(java.lang.String middleName) throws CSAppFrameworkException
middleName
-
CSAppFrameworkException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |