com.bankframe.fe.statemachine.base.apploaders
Class LocalData

java.lang.Object
  extended by com.bankframe.fe.statemachine.base.apploaders.LocalData
Direct Known Subclasses:
LocalEventData, LocalStateData

public abstract class LocalData
extends Object


Constructor Summary
LocalData(Locale locale)
          Creates new LocalData.
 
Method Summary
 Locale getLocale()
          Returns the Locale that this data is intended for.
abstract  void setParent(LocalData parent)
          Sets the parent LocalData for this LocalData.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalData

public LocalData(Locale locale)
Creates new LocalData.

Parameters:
locale -
Method Detail

getLocale

public Locale getLocale()
Returns the Locale that this data is intended for.

Returns:
locale

setParent

public abstract void setParent(LocalData parent)
Sets the parent LocalData for this LocalData.

Parameters:
parent -


Copyright © 2005, 2007, Oracle. All rights reserved.