public interface Contactable
| Modifier and Type | Method and Description |
|---|---|
String |
getContactOrganizationName()
This method returns the contact's organization name.
|
String |
getEmailAddress()
This method returns the contact's e-mail address.
|
String |
getFirstName() |
String |
getFullName()
This method returns the full name of the contact.
|
Serializable |
getIdentifier()
This method returns the serializable identifier of the contact.
|
String |
getLastName() |
String |
getOrganizationIdentifier()
This method returns the contact's associated unit number.
|
String |
getPhoneNumber()
This method returns the contact's phone number.
|
Unit |
getUnit()
This method returns the associated unit
|
Serializable getIdentifier()
String getFullName()
Unit getUnit()
String getContactOrganizationName()
String getOrganizationIdentifier()
String getEmailAddress()
String getPhoneNumber()
String getFirstName()
String getLastName()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.