|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Person
A person for which the attributes are self describing.
| Method Summary | |
|---|---|
Organization |
getAffiliation()
Returns the value of this Person object's affiliation attribute. |
java.lang.String |
getFirstName()
Returns the value of this Person object's firstName attribute. |
java.lang.String |
getLastName()
Returns the value of this Person object's lastName attribute. |
java.lang.String |
getMidInitials()
Returns the value of this Person object's midInitials attribute. |
void |
setAffiliation(Organization p_affiliation)
Sets the affiliation attribute. |
void |
setFirstName(java.lang.String p_firstName)
Sets the firstName attribute. |
void |
setLastName(java.lang.String p_lastName)
Sets the lastName attribute. |
void |
setMidInitials(java.lang.String p_midInitials)
Sets the midInitials attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.AuditAndSecurity.Contact |
|---|
getAddress, getEmail, getFax, getPhone, getRoles, getTollFreePhone, getURI, setAddress, setEmail, setFax, setPhone, setRoles, setTollFreePhone, setURI |
| Methods inherited from interface gov.nih.nci.mageom.domain.Identifiable |
|---|
getIdentifier, getName, setIdentifier, setName |
| Methods inherited from interface gov.nih.nci.mageom.domain.Describable |
|---|
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setLastName(java.lang.String p_lastName)
Person object.
p_lastName - The new value for lastName.getLastName()java.lang.String getLastName()
Person object's lastName attribute.
Description of lastName:
DOCUMENT ME!
String The value of lastName.void setFirstName(java.lang.String p_firstName)
Person object.
p_firstName - The new value for firstName.getFirstName()java.lang.String getFirstName()
Person object's firstName attribute.
Description of firstName:
DOCUMENT ME!
String The value of firstName.void setMidInitials(java.lang.String p_midInitials)
Person object.
p_midInitials - The new value for midInitials.getMidInitials()java.lang.String getMidInitials()
Person object's midInitials attribute.
Description of midInitials:
DOCUMENT ME!
String The value of midInitials.void setAffiliation(Organization p_affiliation)
Person object.
p_affiliation - The new value for affiliation.getAffiliation()Organization getAffiliation()
Person object's affiliation attribute.
gov.nih.nci.mageom.bean.AuditAndSecurity.Organization The value of affiliation.Organization
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||