com.filenet.wcm.apps.server.presentation.util
Class TimeZoneChoices.Choice
java.lang.Object
com.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
Constructor Summary |
TimeZoneChoices.Choice(java.lang.String timezoneID,
java.lang.String gmtExpr,
java.lang.String displayName,
java.lang.String sortKey)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
displayName
protected java.lang.String displayName
timezoneID
protected java.lang.String timezoneID
gmtExpr
protected java.lang.String gmtExpr
sortKey
protected java.lang.String sortKey
TimeZoneChoices.Choice
public TimeZoneChoices.Choice(java.lang.String timezoneID,
java.lang.String gmtExpr,
java.lang.String displayName,
java.lang.String sortKey)
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.