org.gnomekr.potron.data
Class PluralForms
java.lang.Object
org.gnomekr.potron.data.PluralForms
- All Implemented Interfaces:
- Serializable
public class PluralForms
- extends Object
- implements Serializable
PluralForms.java
- Version:
- $Revision 1.1 $ $Date: 2005/07/24 02:29:15 $
- Author:
- Xavier Cho
- See Also:
- Serialized Form
PluralForms
public PluralForms()
PluralForms
public PluralForms(int count,
String expression)
- Parameters:
count
- expression
-
getCount
public int getCount()
- Returns:
- Returns the name.
setCount
public void setCount(int count)
- Parameters:
count
- The count to set.
getExpression
public String getExpression()
- Returns:
- Returns the expression.
setExpression
public void setExpression(String expression)
- Parameters:
value
- The expression to set.
equals
public boolean equals(Object object)
- Overrides:
equals
in class Object
- See Also:
Object.equals(java.lang.Object)
toString
public String toString()
- Overrides:
toString
in class Object
- See Also:
Object.toString()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
- See Also:
Object.hashCode()
Copyright © 2000-2005 Gnome Korea. All Rights Reserved.