org.formaria.editor.langed
Class LangItem
java.lang.Object
org.formaria.editor.langed.LangItem
public class LangItem
- extends java.lang.Object
A place holder for the language name and code / id.
Copyright (c) Formaria Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Formaria.
$Revision: 1.4 $
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
OK
public static final int OK
- See Also:
- Constant Field Values
NEW_ITEM
public static final int NEW_ITEM
- See Also:
- Constant Field Values
MODIFIED
public static final int MODIFIED
- See Also:
- Constant Field Values
LangItem
public LangItem()
LangItem
public LangItem(int _id)
LangItem
public LangItem(boolean hashMethod)
LangItem
public LangItem(java.lang.String str,
int _id)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getKeyString
public java.lang.String getKeyString()
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object