Ontimize 5.2072EN

com.ontimize.gui.field.document
Class DateDocument.DateFormatCacheKey

java.lang.Object
  extended bycom.ontimize.gui.field.document.DateDocument.DateFormatCacheKey
Enclosing class:
DateDocument

protected static class DateDocument.DateFormatCacheKey
extends java.lang.Object


Field Summary
protected  java.util.Locale locale
           
protected  java.lang.String pattern
           
 
Constructor Summary
DateDocument.DateFormatCacheKey(java.util.Locale l, java.lang.String pattern)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

locale

protected java.util.Locale locale

pattern

protected java.lang.String pattern
Constructor Detail

DateDocument.DateFormatCacheKey

public DateDocument.DateFormatCacheKey(java.util.Locale l,
                                       java.lang.String pattern)
Method Detail

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()

Ontimize