za.org.coefficient.util.common
Class ConfigKeyUtil
java.lang.Object
za.org.coefficient.util.common.ConfigKeyUtil
public class ConfigKeyUtil
- extends java.lang.Object
- Author:
- pieter20 Apr 26, 2005 This class is based on suggestions by tfogwill
It will store the field name to display as well as the field type
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fieldName
private java.lang.String fieldName
type
private java.lang.String type
TYPE_TEXTAREA
public static java.lang.String TYPE_TEXTAREA
TYPE_TEXTFIELD
public static java.lang.String TYPE_TEXTFIELD
RADIO_BUTTON
public static java.lang.String RADIO_BUTTON
ConfigKeyUtil
public ConfigKeyUtil()
getFieldName
public java.lang.String getFieldName()
- Returns:
- Returns the fieldName. Apr 26, 2005 pieter20
setFieldName
public void setFieldName(java.lang.String fieldName)
- Parameters:
fieldName - The fieldName to set. Apr 26, 2005 pieter20
getType
public java.lang.String getType()
- Returns:
- Returns the type. Apr 26, 2005 pieter20
setType
public void setType(java.lang.String type)
- Parameters:
type - The type to set. Apr 26, 2005 pieter20
Copyright CSIR. All Rights Reserved.