za.org.coefficient.util.common
Class ConfigKeyUtil

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

Field Summary
private  java.lang.String fieldName
           
static java.lang.String RADIO_BUTTON
           
private  java.lang.String type
           
static java.lang.String TYPE_TEXTAREA
           
static java.lang.String TYPE_TEXTFIELD
           
 
Constructor Summary
ConfigKeyUtil()
           
 
Method Summary
 java.lang.String getFieldName()
           
 java.lang.String getType()
           
 void setFieldName(java.lang.String fieldName)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ConfigKeyUtil

public ConfigKeyUtil()
Method Detail

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.