| |
|
| java.lang.Object net.jforum.entities.Ranking
Ranking | public class Ranking implements Serializable(Code) | | Represents an user ranking in the System.
An user ranking is just a given "status" which some user have
basead on the number of messages posted by them.
author: Rafael Steil version: $Id: Ranking.java,v 1.8 2006/12/02 03:19:55 rafaelsteil Exp $ |
Constructor Summary | |
public | Ranking() |
getId | public int getId()(Code) | | int |
getMin | public int getMin()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isSpecial | public boolean isSpecial()(Code) | | String |
setId | public void setId(int id)(Code) | | Sets the id.
Parameters: id - The id to set |
setImage | public void setImage(String image)(Code) | | Sets the image.
Parameters: image - The image to set |
setMin | public void setMin(int i)(Code) | | Parameters: i - |
setSpecial | public void setSpecial(boolean special)(Code) | | Sets the special.
Parameters: special - The special to set |
setTitle | public void setTitle(String title)(Code) | | Sets the title.
Parameters: title - The title to set |
|
|
|