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

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

public abstract class LocalData
extends java.lang.Object


Constructor Summary
LocalData(java.util.Locale locale)
          Creates new LocalData.
 
Method Summary
 java.util.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(java.util.Locale locale)
Creates new LocalData.

Parameters:
locale -
Method Detail

getLocale

public java.util.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 © 2004 Siebel Systems, Inc. All rights reserved.