rath.msnm.entity
Class Group

java.lang.Object
  |
  +--rath.msnm.entity.Group

public class Group
extends Object

MSN ¸Þ½ÅÁ®ÀÇ ±×·ìÀ» represent ÇÏ´Â class

Version:
$Id: Group.java,v 1.1.1.1 2002/03/03 21:32:36 xrath Exp $, since 2002/02/26
Author:
Jang-Ho Hwang, rath@xrath.com

Constructor Summary
Group(String name)
           
Group(String name, int index)
           
Group(String name, Integer index)
           
 
Method Summary
 boolean equals(Object o)
           
 String getFormattedName()
           
 Integer getIndex()
           
 int getIndexInt()
           
 String getName()
           
 int hashCode()
           
 void setIndex(int index)
           
 void setIndex(Integer index)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Group

public Group(String name)

Group

public Group(String name,
             int index)

Group

public Group(String name,
             Integer index)
Method Detail

setName

public void setName(String name)

getName

public String getName()

getFormattedName

public String getFormattedName()

setIndex

public void setIndex(int index)

setIndex

public void setIndex(Integer index)

getIndex

public Integer getIndex()

getIndexInt

public int getIndexInt()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object