| java.lang.Object net.jforum.entities.Config
Config | public class Config (Code) | | author: Rafael Steil version: $Id: Config.java,v 1.6 2006/08/23 02:13:45 rafaelsteil Exp $ |
Constructor Summary | |
public | Config() |
getName | public String getName()(Code) | | Gets the entry name
The Entry name |
getValue | public String getValue()(Code) | | Gets the entry value
The Entry value |
setId | public void setId(int id)(Code) | | |
setName | public void setName(String string)(Code) | | Sets the entry name
Parameters: string - The entry name to set |
setValue | public void setValue(String string)(Code) | | Sets the entry value
Parameters: string - The entry value to set |
|
|