Package com.docusign.esign.model
Class LocalePolicyTab
- java.lang.Object
-
- com.docusign.esign.model.LocalePolicyTab
-
- All Implemented Interfaces:
Serializable
public class LocalePolicyTab extends Object implements Serializable
LocalePolicyTab.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocalePolicyTab()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalePolicyTabaddressFormat(String addressFormat)addressFormat.LocalePolicyTabcalendarType(String calendarType)calendarType.LocalePolicyTabcultureName(String cultureName)cultureName.LocalePolicyTabcurrencyCode(String currencyCode)currencyCode.LocalePolicyTabcurrencyNegativeFormat(String currencyNegativeFormat)currencyNegativeFormat.LocalePolicyTabcurrencyPositiveFormat(String currencyPositiveFormat)currencyPositiveFormat.LocalePolicyTabcustomDateFormat(String customDateFormat)customDateFormat.LocalePolicyTabcustomTimeFormat(String customTimeFormat)customTimeFormat.LocalePolicyTabdateFormat(String dateFormat)dateFormat.booleanequals(Object o)Compares objects.StringgetAddressFormat().StringgetCalendarType().StringgetCultureName().StringgetCurrencyCode().StringgetCurrencyNegativeFormat().StringgetCurrencyPositiveFormat().StringgetCustomDateFormat().StringgetCustomTimeFormat().StringgetDateFormat().StringgetInitialFormat().StringgetNameFormat().StringgetTimeFormat().StringgetTimeZone().StringgetUseLongCurrencyFormat().inthashCode()Returns the HashCode.LocalePolicyTabinitialFormat(String initialFormat)initialFormat.LocalePolicyTabnameFormat(String nameFormat)nameFormat.voidsetAddressFormat(String addressFormat)setAddressFormat.voidsetCalendarType(String calendarType)setCalendarType.voidsetCultureName(String cultureName)setCultureName.voidsetCurrencyCode(String currencyCode)setCurrencyCode.voidsetCurrencyNegativeFormat(String currencyNegativeFormat)setCurrencyNegativeFormat.voidsetCurrencyPositiveFormat(String currencyPositiveFormat)setCurrencyPositiveFormat.voidsetCustomDateFormat(String customDateFormat)setCustomDateFormat.voidsetCustomTimeFormat(String customTimeFormat)setCustomTimeFormat.voidsetDateFormat(String dateFormat)setDateFormat.voidsetInitialFormat(String initialFormat)setInitialFormat.voidsetNameFormat(String nameFormat)setNameFormat.voidsetTimeFormat(String timeFormat)setTimeFormat.voidsetTimeZone(String timeZone)setTimeZone.voidsetUseLongCurrencyFormat(String useLongCurrencyFormat)setUseLongCurrencyFormat.LocalePolicyTabtimeFormat(String timeFormat)timeFormat.LocalePolicyTabtimeZone(String timeZone)timeZone.StringtoString()Converts the given object to string.LocalePolicyTabuseLongCurrencyFormat(String useLongCurrencyFormat)useLongCurrencyFormat.
-
-
-
Method Detail
-
addressFormat
public LocalePolicyTab addressFormat(String addressFormat)
addressFormat.- Returns:
- LocalePolicyTab
-
getAddressFormat
public String getAddressFormat()
.- Returns:
- addressFormat
-
setAddressFormat
public void setAddressFormat(String addressFormat)
setAddressFormat.
-
calendarType
public LocalePolicyTab calendarType(String calendarType)
calendarType.- Returns:
- LocalePolicyTab
-
getCalendarType
public String getCalendarType()
.- Returns:
- calendarType
-
setCalendarType
public void setCalendarType(String calendarType)
setCalendarType.
-
cultureName
public LocalePolicyTab cultureName(String cultureName)
cultureName.- Returns:
- LocalePolicyTab
-
getCultureName
public String getCultureName()
.- Returns:
- cultureName
-
setCultureName
public void setCultureName(String cultureName)
setCultureName.
-
currencyCode
public LocalePolicyTab currencyCode(String currencyCode)
currencyCode.- Returns:
- LocalePolicyTab
-
getCurrencyCode
public String getCurrencyCode()
.- Returns:
- currencyCode
-
setCurrencyCode
public void setCurrencyCode(String currencyCode)
setCurrencyCode.
-
currencyNegativeFormat
public LocalePolicyTab currencyNegativeFormat(String currencyNegativeFormat)
currencyNegativeFormat.- Returns:
- LocalePolicyTab
-
getCurrencyNegativeFormat
public String getCurrencyNegativeFormat()
.- Returns:
- currencyNegativeFormat
-
setCurrencyNegativeFormat
public void setCurrencyNegativeFormat(String currencyNegativeFormat)
setCurrencyNegativeFormat.
-
currencyPositiveFormat
public LocalePolicyTab currencyPositiveFormat(String currencyPositiveFormat)
currencyPositiveFormat.- Returns:
- LocalePolicyTab
-
getCurrencyPositiveFormat
public String getCurrencyPositiveFormat()
.- Returns:
- currencyPositiveFormat
-
setCurrencyPositiveFormat
public void setCurrencyPositiveFormat(String currencyPositiveFormat)
setCurrencyPositiveFormat.
-
customDateFormat
public LocalePolicyTab customDateFormat(String customDateFormat)
customDateFormat.- Returns:
- LocalePolicyTab
-
getCustomDateFormat
public String getCustomDateFormat()
.- Returns:
- customDateFormat
-
setCustomDateFormat
public void setCustomDateFormat(String customDateFormat)
setCustomDateFormat.
-
customTimeFormat
public LocalePolicyTab customTimeFormat(String customTimeFormat)
customTimeFormat.- Returns:
- LocalePolicyTab
-
getCustomTimeFormat
public String getCustomTimeFormat()
.- Returns:
- customTimeFormat
-
setCustomTimeFormat
public void setCustomTimeFormat(String customTimeFormat)
setCustomTimeFormat.
-
dateFormat
public LocalePolicyTab dateFormat(String dateFormat)
dateFormat.- Returns:
- LocalePolicyTab
-
getDateFormat
public String getDateFormat()
.- Returns:
- dateFormat
-
setDateFormat
public void setDateFormat(String dateFormat)
setDateFormat.
-
initialFormat
public LocalePolicyTab initialFormat(String initialFormat)
initialFormat.- Returns:
- LocalePolicyTab
-
getInitialFormat
public String getInitialFormat()
.- Returns:
- initialFormat
-
setInitialFormat
public void setInitialFormat(String initialFormat)
setInitialFormat.
-
nameFormat
public LocalePolicyTab nameFormat(String nameFormat)
nameFormat.- Returns:
- LocalePolicyTab
-
getNameFormat
public String getNameFormat()
.- Returns:
- nameFormat
-
setNameFormat
public void setNameFormat(String nameFormat)
setNameFormat.
-
timeFormat
public LocalePolicyTab timeFormat(String timeFormat)
timeFormat.- Returns:
- LocalePolicyTab
-
getTimeFormat
public String getTimeFormat()
.- Returns:
- timeFormat
-
setTimeFormat
public void setTimeFormat(String timeFormat)
setTimeFormat.
-
timeZone
public LocalePolicyTab timeZone(String timeZone)
timeZone.- Returns:
- LocalePolicyTab
-
getTimeZone
public String getTimeZone()
.- Returns:
- timeZone
-
setTimeZone
public void setTimeZone(String timeZone)
setTimeZone.
-
useLongCurrencyFormat
public LocalePolicyTab useLongCurrencyFormat(String useLongCurrencyFormat)
useLongCurrencyFormat.- Returns:
- LocalePolicyTab
-
getUseLongCurrencyFormat
public String getUseLongCurrencyFormat()
.- Returns:
- useLongCurrencyFormat
-
setUseLongCurrencyFormat
public void setUseLongCurrencyFormat(String useLongCurrencyFormat)
setUseLongCurrencyFormat.
-
equals
public boolean equals(Object o)
Compares objects.
-
-