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

java.lang.Object
  extended bycom.bankframe.fe.statemachine.base.apploaders.LocalData
      extended bycom.bankframe.fe.statemachine.base.apploaders.LocalStateData

public class LocalStateData
extends LocalData


Constructor Summary
LocalStateData(java.util.Locale locale)
          Creates a new LocaStateData.
 
Method Summary
 java.lang.String getTitle()
          Gets the title, one of the localised attributes of a State.
 java.util.Properties getUserProperties()
          Gets the userProperties, one of the localised attributes of a State.
 java.lang.String getViewName()
          Gets the viewName, one of the localised attributes of a State.
 void setParent(LocalData parent)
          Sets the parent LocalData for this LocalData.
 void setTitle(java.lang.String title)
          Sets the title specific to this locale.
 void setUserProperties(java.util.Properties userProperties)
          Sets the userProperties specific to this locale.
 void setViewName(java.lang.String viewName)
          Sets the viewName specific to this locale.
 
Methods inherited from class com.bankframe.fe.statemachine.base.apploaders.LocalData
getLocale
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalStateData

public LocalStateData(java.util.Locale locale)
Creates a new LocaStateData.

Parameters:
locale -
Method Detail

setParent

public void setParent(LocalData parent)
Description copied from class: LocalData
Sets the parent LocalData for this LocalData.

Specified by:
setParent in class LocalData
Parameters:
parent -

getTitle

public java.lang.String getTitle()
Gets the title, one of the localised attributes of a State.

Returns:
title

getViewName

public java.lang.String getViewName()
Gets the viewName, one of the localised attributes of a State.

Returns:
viewName

getUserProperties

public java.util.Properties getUserProperties()
Gets the userProperties, one of the localised attributes of a State.

Returns:
userProperties

setViewName

public void setViewName(java.lang.String viewName)
Sets the viewName specific to this locale.

Parameters:
viewName -

setTitle

public void setTitle(java.lang.String title)
Sets the title specific to this locale.

Parameters:
title -

setUserProperties

public void setUserProperties(java.util.Properties userProperties)
Sets the userProperties specific to this locale.

Parameters:
userProperties -


Copyright © 2004 Siebel Systems, Inc. All rights reserved.