Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

java.lang.Object
  extended by net.java.sip.communicator.service.protocol.ServerStoredDetails.GenericDetail
      extended by net.java.sip.communicator.service.protocol.ServerStoredDetails.TimeZoneDetail
Enclosing class:
ServerStoredDetails

public static class ServerStoredDetails.TimeZoneDetail
extends ServerStoredDetails.GenericDetail

A generic detail meant to represent the time zone associated with the corresponding contact and that could be extended to represent other time zone related details.


Field Summary
 
Fields inherited from class net.java.sip.communicator.service.protocol.ServerStoredDetails.GenericDetail
detailDisplayName, value
 
Constructor Summary
ServerStoredDetails.TimeZoneDetail(String displayDetailName, TimeZone timeZone)
           
 
Method Summary
 TimeZone getTimeZone()
           
 
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.TimeZoneDetail

public ServerStoredDetails.TimeZoneDetail(String displayDetailName,
                                          TimeZone timeZone)
Method Detail

getTimeZone

public TimeZone getTimeZone()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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