EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.model
Class AutoLookupModel.DefaultEntry

java.lang.Object
  extended by echopoint.model.AutoLookupModel.DefaultEntry
All Implemented Interfaces:
AutoLookupModel.Entry
Enclosing interface:
AutoLookupModel

public static class AutoLookupModel.DefaultEntry
extends Object
implements AutoLookupModel.Entry

A simple implementation of AutoLookupModel.Entry is provided.


Constructor Summary
AutoLookupModel.DefaultEntry(String value)
          Constructs a AutoLookupModel.DefaultEntry where all three values (value, sortValue, xhtml) are the same
 
Method Summary
 String getValue()
           
 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

AutoLookupModel.DefaultEntry

public AutoLookupModel.DefaultEntry(String value)
Constructs a AutoLookupModel.DefaultEntry where all three values (value, sortValue, xhtml) are the same

Parameters:
value - The value to use.
Method Detail

getValue

public String getValue()
Specified by:
getValue in interface AutoLookupModel.Entry
Returns:
the value that is used
See Also:
AutoLookupModel.Entry.getValue()

setValue

public void setValue(String value)
Sets the value

Parameters:
value - - the new value The value to set.

EchoPoint API - 3.0.0b5
App Webcontainer