com.finalist.mmbase.uml
Class MMBaseOptionVo

java.lang.Object
  extended by com.finalist.mmbase.uml.MMBaseOptionVo

public class MMBaseOptionVo
extends java.lang.Object

This class contains the information about the options in an optionlist.

Version:
$Revision: 1.3 $, $Date: 2004/10/23 08:54:39 $
Author:
Kors van Beem

Constructor Summary
MMBaseOptionVo(java.lang.String key, java.lang.String value)
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 void setKey(java.lang.String key)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MMBaseOptionVo

public MMBaseOptionVo(java.lang.String key,
                      java.lang.String value)
Parameters:
key - The identifier for this option.
value - The value to be displayed in the optionList.
Method Detail

getKey

public java.lang.String getKey()
Returns:
The key value.

setKey

public void setKey(java.lang.String key)
Parameters:
key - The key value to set.

getValue

public java.lang.String getValue()
Returns:
the display value to return.

setValue

public void setValue(java.lang.String value)
Parameters:
value - The display value to be set.


Copyright © 2003-2006 mmapps. All Rights Reserved.