类 EwaSetting

java.lang.Object
com.gdxsoft.easyweb.global.EwaSetting

public class EwaSetting extends Object
  • 构造器详细资料

    • EwaSetting

      public EwaSetting()
  • 方法详细资料

    • getCurrency

      public String getCurrency()
      返回:
      the _Currency
    • setCurrency

      public void setCurrency(String currency)
      参数:
      currency - the _Currency to set
    • getLang

      public String getLang()
      返回:
      the _Lang
    • setLang

      public void setLang(String lang)
      参数:
      lang - the _Lang to set
    • getWeeks

      public String[] getWeeks()
      返回:
      the _Weeks
    • setWeeks

      public void setWeeks(String[] weeks)
      参数:
      weeks - the _Weeks to set
    • getMonths

      public String[] getMonths()
      返回:
      the _Months
    • setMonths

      public void setMonths(String[] months)
      参数:
      months - the _Months to set
    • getDate

      public String getDate()
      返回:
      the _Date
    • setDate

      public void setDate(String date)
      参数:
      date - the _Date to set
    • getTime

      public String getTime()
      返回:
      the _Time
    • setTime

      public void setTime(String time)
      参数:
      time - the _Time to set
    • createJs

      public String createJs()
    • getToday

      public String getToday()
      返回:
      the _Today
    • setToday

      public void setToday(String today)
      参数:
      today - the _Today to set
    • getHour

      public String getHour()
      返回:
      the _Hour
    • setHour

      public void setHour(String hour)
      参数:
      hour - the _Hour to set
    • getMinute

      public String getMinute()
      返回:
      the _Minute
    • setMinute

      public void setMinute(String minute)
      参数:
      minute - the _Minute to set
    • getSecond

      public String getSecond()
      返回:
      the _Second
    • setSecond

      public void setSecond(String second)
      参数:
      second - the _Second to set