Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol
Class ServerStoredDetails.WorkMobilePhoneDetail

java.lang.Object
  extended by net.java.sip.communicator.service.protocol.ServerStoredDetails.GenericDetail
      extended by net.java.sip.communicator.service.protocol.ServerStoredDetails.StringDetail
          extended by net.java.sip.communicator.service.protocol.ServerStoredDetails.PhoneNumberDetail
              extended by net.java.sip.communicator.service.protocol.ServerStoredDetails.MobilePhoneDetail
                  extended by net.java.sip.communicator.service.protocol.ServerStoredDetails.WorkMobilePhoneDetail
Enclosing class:
ServerStoredDetails

public static class ServerStoredDetails.WorkMobilePhoneDetail
extends ServerStoredDetails.MobilePhoneDetail

A detail used for representing a work mobile phone number.


Field Summary
 
Fields inherited from class net.java.sip.communicator.service.protocol.ServerStoredDetails.GenericDetail
detailDisplayName, value
 
Constructor Summary
ServerStoredDetails.WorkMobilePhoneDetail(String workMobile)
           
 
Method Summary
 
Methods inherited from class net.java.sip.communicator.service.protocol.ServerStoredDetails.PhoneNumberDetail
getNumber
 
Methods inherited from class net.java.sip.communicator.service.protocol.ServerStoredDetails.StringDetail
getString
 
Methods inherited from class net.java.sip.communicator.service.protocol.ServerStoredDetails.GenericDetail
equals, getDetailDisplayName, getDetailValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerStoredDetails.WorkMobilePhoneDetail

public ServerStoredDetails.WorkMobilePhoneDetail(String workMobile)

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.