|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminEmailOptions
public class AdminEmailOptions
An object used to configure options used when sending eMails from the AdminApp
Field Summary | |
---|---|
private java.lang.String |
countryCode
|
private java.lang.String |
custom1
|
private java.lang.String |
custom2
|
private java.lang.String |
custom3
|
private AdminNameValue[] |
customAttrs
|
private int |
customInt1
|
private int |
customInt2
|
private boolean |
useCustomerLocale
|
Constructor Summary | |
---|---|
AdminEmailOptions()
|
Method Summary | |
---|---|
java.lang.String |
getCountryCode()
If set, this is the country code that will be used to search for the eMail template. |
java.lang.String |
getCustom1()
|
java.lang.String |
getCustom2()
|
java.lang.String |
getCustom3()
|
AdminNameValue[] |
getCustomAttrs()
|
int |
getCustomInt1()
|
int |
getCustomInt2()
|
boolean |
isUseCustomerLocale()
When set, the eMail sender looks for a template with the customer's language rather than the default language. |
void |
setCountryCode(java.lang.String countryCode)
If set, this is the country code that will be used to search for the eMail template. |
void |
setCustom1(java.lang.String custom1)
|
void |
setCustom2(java.lang.String custom2)
|
void |
setCustom3(java.lang.String custom3)
|
void |
setCustomAttrs(AdminNameValue[] customAttrs)
|
void |
setCustomInt1(int customInt1)
|
void |
setCustomInt2(int customInt2)
|
void |
setUseCustomerLocale(boolean useCustomerLocale)
When set, the eMail sender looks for a template with the customer's language rather than the default language. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private AdminNameValue[] customAttrs
private boolean useCustomerLocale
private java.lang.String countryCode
private java.lang.String custom1
private java.lang.String custom2
private java.lang.String custom3
private int customInt1
private int customInt2
Constructor Detail |
---|
public AdminEmailOptions()
Method Detail |
---|
public AdminNameValue[] getCustomAttrs()
public void setCustomAttrs(AdminNameValue[] customAttrs)
customAttrs
- The customAttrs to set.public boolean isUseCustomerLocale()
public void setUseCustomerLocale(boolean useCustomerLocale)
useCustomerLocale
- the useCustomerLocale to setpublic java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- the countryCode to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setpublic java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- the custom3 to setpublic int getCustomInt1()
public void setCustomInt1(int customInt1)
customInt1
- the customInt1 to setpublic int getCustomInt2()
public void setCustomInt2(int customInt2)
customInt2
- the customInt2 to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |