net.sourceforge.openutils.mgnlmedia.media.advancedsearch
Class Option

java.lang.Object
  extended by net.sourceforge.openutils.mgnlmedia.media.advancedsearch.Option

public class Option
extends Object

Version:
$Id: Option.java 3269 2011-01-23 19:06:39Z fgiust $
Author:
cstrappazzon

Constructor Summary
Option()
           
 
Method Summary
 Boolean getDefaultValue()
          Returns the defaultValue.
 String getLabel()
          Returns the label.
 String getValue()
          Returns the value.
 void setDefaultValue(Boolean defaultValue)
          Sets the defaultValue.
 void setLabel(String label)
          Sets the label.
 void setValue(String value)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Option

public Option()
Method Detail

getLabel

public String getLabel()
Returns the label.

Returns:
the label

setLabel

public void setLabel(String label)
Sets the label.

Parameters:
label - the label to set

getValue

public String getValue()
Returns the value.

Returns:
the value

setValue

public void setValue(String value)
Sets the value.

Parameters:
value - the value to set

getDefaultValue

public Boolean getDefaultValue()
Returns the defaultValue.

Returns:
the defaultValue

setDefaultValue

public void setDefaultValue(Boolean defaultValue)
Sets the defaultValue.

Parameters:
defaultValue - the defaultValue to set


Copyright © 2008-2011 Openmind. All Rights Reserved.