|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.addressbook.PhoneInfo
This class represents the phone information for a contact.
Nested Class Summary | |
static class |
PhoneInfo.PhoneType
This class represents the type of phone. |
Constructor Summary | |
PhoneInfo()
Constructor. |
|
PhoneInfo(java.lang.String sPhoneNumber,
PhoneInfo.PhoneType phoneType)
Constructor. |
Method Summary | |
java.lang.String |
getPhoneNumber()
Gets the phone number of the contact. |
PhoneInfo.PhoneType |
getPhoneType()
Gets the phone number type. |
void |
setPhoneNumber(java.lang.String sPhoneNumber)
Sets the phone number of the contact. |
void |
setPhoneType(PhoneInfo.PhoneType phoneType)
Sets the phone number type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PhoneInfo()
public PhoneInfo(java.lang.String sPhoneNumber, PhoneInfo.PhoneType phoneType)
sPhoneNumber
- the phone numberphoneType
- the phone number typeMethod Detail |
public java.lang.String getPhoneNumber()
public void setPhoneNumber(java.lang.String sPhoneNumber)
sPhoneNumber
- the phone numberpublic PhoneInfo.PhoneType getPhoneType()
public void setPhoneType(PhoneInfo.PhoneType phoneType)
phoneType
- the phone number type (may not be null)
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |