org.formaria.editor.langed
Class LangItem

java.lang.Object
  extended by 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 $


Field Summary
static int MODIFIED
           
static int NEW_ITEM
           
static int OK
           
 
Constructor Summary
LangItem()
           
LangItem(boolean hashMethod)
           
LangItem(int _id)
           
LangItem(java.lang.String str, int _id)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getKeyString()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

LangItem

public LangItem()

LangItem

public LangItem(int _id)

LangItem

public LangItem(boolean hashMethod)

LangItem

public LangItem(java.lang.String str,
                int _id)
Method Detail

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