org.speakright.sro.tests
Class TestListNavigator.MyFlightItem

java.lang.Object
  extended by org.speakright.core.ModelItemBase
      extended by org.speakright.sro.tests.TestListNavigator.MyFlightItem
All Implemented Interfaces:
java.io.Serializable, IModelItem
Enclosing class:
TestListNavigator

public static class TestListNavigator.MyFlightItem
extends ModelItemBase
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
 class TestListNavigator.MyFlightItem.FlightItemFormatter
           
static class TestListNavigator.MyFlightItem.FlightItemShortFormatter
           
 
Field Summary
 
Fields inherited from class org.speakright.core.ModelItemBase
m_formatter, m_isSet, m_name
 
Method Summary
 void clear()
          clear the value back to its default, and clear the 'set' flag.
 java.lang.String get()
           
 java.lang.Object rawValue()
          get raw value as object.
 void set(java.lang.String val)
           
 
Methods inherited from class org.speakright.core.ModelItemBase
getFormattedItem, getFormatter, isSet, log, setFormatter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

rawValue

public java.lang.Object rawValue()
Description copied from interface: IModelItem
get raw value as object. (for internal use)

Specified by:
rawValue in interface IModelItem
Returns:

clear

public void clear()
Description copied from interface: IModelItem
clear the value back to its default, and clear the 'set' flag.

Specified by:
clear in interface IModelItem

get

public java.lang.String get()

set

public void set(java.lang.String val)