com.l2fprod.common.beans.editor
Class ComboBoxPropertyEditor.Value

java.lang.Object
  extended by com.l2fprod.common.beans.editor.ComboBoxPropertyEditor.Value
Enclosing class:
ComboBoxPropertyEditor

public static final class ComboBoxPropertyEditor.Value
extends java.lang.Object


Constructor Summary
ComboBoxPropertyEditor.Value(java.lang.Object value, java.lang.Object visualValue)
           
 
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
 

Constructor Detail

ComboBoxPropertyEditor.Value

public ComboBoxPropertyEditor.Value(java.lang.Object value,
                                    java.lang.Object visualValue)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object