org.nhindirect.config.ui.form
Class SettingsForm

java.lang.Object
  extended by org.nhindirect.config.ui.form.SettingsForm

public class SettingsForm
extends Object


Constructor Summary
SettingsForm()
           
 
Method Summary
 long getId()
           
 String getKey()
           
 List<String> getRemove()
           
 String getValue()
           
 void setId(long id)
           
 void setKey(String key)
           
 void setRemove(List<String> remove)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingsForm

public SettingsForm()
Method Detail

setKey

public void setKey(String key)

getKey

public String getKey()

setValue

public void setValue(String value)

getValue

public String getValue()

setRemove

public void setRemove(List<String> remove)

getRemove

public List<String> getRemove()

setId

public void setId(long id)

getId

public long getId()


Copyright © 2011. All Rights Reserved.