org.gnomekr.potron.data
Class PluralForms

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

Constructor Summary
PluralForms()
           
PluralForms(int count, String expression)
           
 
Method Summary
 boolean equals(Object object)
           
 int getCount()
           
 String getExpression()
           
 int hashCode()
           
 void setCount(int count)
           
 void setExpression(String expression)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluralForms

public PluralForms()

PluralForms

public PluralForms(int count,
                   String expression)
Parameters:
count -
expression -
Method Detail

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.