|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.fe.statemachine.base.apploaders.LocalData
com.bankframe.fe.statemachine.base.apploaders.LocalStateData
public class LocalStateData
| Constructor Summary | |
|---|---|
LocalStateData(Locale locale)
Creates a new LocaStateData. |
|
| Method Summary | |
|---|---|
String |
getTitle()
Gets the title, one of the localised attributes of a State. |
Properties |
getUserProperties()
Gets the userProperties, one of the localised attributes of a State. |
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(String title)
Sets the title specific to this locale. |
void |
setUserProperties(Properties userProperties)
Sets the userProperties specific to this locale. |
void |
setViewName(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 |
|---|
public LocalStateData(Locale locale)
locale - | Method Detail |
|---|
public void setParent(LocalData parent)
LocalData
setParent in class LocalDatapublic String getTitle()
public String getViewName()
public Properties getUserProperties()
public void setViewName(String viewName)
viewName - public void setTitle(String title)
title - public void setUserProperties(Properties userProperties)
userProperties -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||