com.filenet.wcm.apps.server.presentation.util
Class TimeZoneChoices.Choice

java.lang.Object
  extended bycom.filenet.wcm.apps.server.presentation.util.TimeZoneChoices.Choice
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
TimeZoneChoices

public static class TimeZoneChoices.Choice
extends java.lang.Object
implements java.lang.Comparable


Field Summary
protected  java.lang.String displayName
           
protected  java.lang.String gmtExpr
           
protected  java.lang.String sortKey
           
protected  java.lang.String timezoneID
           
 
Constructor Summary
TimeZoneChoices.Choice(java.lang.String timezoneID, java.lang.String gmtExpr, java.lang.String displayName, java.lang.String sortKey)
           
 
Method Summary
 int compareTo(java.lang.Object object)
           
 java.lang.String getDisplayName()
           
 java.lang.String getID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayName

protected java.lang.String displayName

timezoneID

protected java.lang.String timezoneID

gmtExpr

protected java.lang.String gmtExpr

sortKey

protected java.lang.String sortKey
Constructor Detail

TimeZoneChoices.Choice

public TimeZoneChoices.Choice(java.lang.String timezoneID,
                              java.lang.String gmtExpr,
                              java.lang.String displayName,
                              java.lang.String sortKey)
Method Detail

getID

public java.lang.String getID()

getDisplayName

public java.lang.String getDisplayName()

compareTo

public int compareTo(java.lang.Object object)
Specified by:
compareTo in interface java.lang.Comparable


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.