|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.samples.i18nctx.currencyexchangelibrary.AccInfoJBean
public class AccInfoJBean
Constructor Summary | |
---|---|
AccInfoJBean()
Public zero-argument constructer. |
|
AccInfoJBean(LocalCustomer customerCMP)
Contructor. |
Method Summary | |
---|---|
CustomerJBean |
getAccountInfo()
Accessor. |
static java.util.Locale |
getCompleteLocale(java.util.Locale locale)
Complete the supplied locale by setting its country code whenever it is unavailable. |
static boolean |
isMyLocale(java.util.Locale locale)
Determine whether the supplied locale is supported by this sampple. |
void |
setAccountInfo(CustomerJBean newAccountInfo)
Mutator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccInfoJBean()
public AccInfoJBean(LocalCustomer customerCMP)
Transfer Customer Entity Bean account-related fields to this AccInfoBean.
Method Detail |
---|
public CustomerJBean getAccountInfo()
public void setAccountInfo(CustomerJBean newAccountInfo)
newAccountInfo
- A com.ibm.websphere.samples.i18nctx.currencyexchangelibrary.CustomerJBeanpublic static java.util.Locale getCompleteLocale(java.util.Locale locale)
locale
- A java.util.Locale.
public static boolean isMyLocale(java.util.Locale locale)
locale
- A java.util.Locale.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |