类 Description

java.lang.Object
com.gdxsoft.easyweb.script.template.Description
所有已实现的接口:
Serializable

public class Description extends Object implements Serializable
作者:
Administrator
另请参阅:
  • 构造器详细资料

    • Description

      public Description()
  • 方法详细资料

    • getLang

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

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

      public String getMemo()
      返回:
      the _Memo
    • setMemo

      public void setMemo(String memo)
      参数:
      memo - the _Memo to set
    • getJs

      public String getJs()
      返回:
      the _Js
    • setJs

      public void setJs(String js)
      参数:
      js - the _Js to set
    • getInfo

      public String getInfo()
      返回:
      the _Info
    • setInfo

      public void setInfo(String info)
      参数:
      info - the _Info to set