biz.janux.people
Interface PersonName

All Superinterfaces:
Cloneable, PartyName, Serializable

public interface PersonName
extends PartyName

Simple bean to store the name of a Person


Method Summary
 String getFirst()
           
 String getHonorificPrefix()
          titles that may be used before a name such as: Mr., Ms., Dr., etc...
 String getHonorificSuffix()
          titles that are used after a name such as Jr., Sr., M.D., C.P.A., etc...
 String getLast()
           
 String getMiddle()
           
 void setFirst(String s)
           
 void setHonorificPrefix(String s)
           
 void setHonorificSuffix(String s)
           
 void setLast(String s)
           
 void setMiddle(String s)
           
 
Methods inherited from interface biz.janux.people.PartyName
clone, getLong, getShort, setLong, setShort
 

Method Detail

getFirst

String getFirst()

setFirst

void setFirst(String s)

getMiddle

String getMiddle()

setMiddle

void setMiddle(String s)

getLast

String getLast()

setLast

void setLast(String s)

getHonorificPrefix

String getHonorificPrefix()
titles that may be used before a name such as: Mr., Ms., Dr., etc...


setHonorificPrefix

void setHonorificPrefix(String s)

getHonorificSuffix

String getHonorificSuffix()
titles that are used after a name such as Jr., Sr., M.D., C.P.A., etc...


setHonorificSuffix

void setHonorificSuffix(String s)


Copyright © 2005-2013 Janux. All Rights Reserved.