类 XItemParameterValue

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

public class XItemParameterValue extends Object implements Serializable
另请参阅:
  • 构造器详细资料

    • XItemParameterValue

      public XItemParameterValue()
  • 方法详细资料

    • getName

      public String getName()
      返回:
      the _Name
    • setName

      public void setName(String name)
      参数:
      name - the _Name to set
    • getType

      public String getType()
      返回:
      the _Type
    • setType

      public void setType(String type)
      参数:
      type - the _Type to set
    • getRef

      public String getRef()
      返回:
      the _Ref
    • setRef

      public void setRef(String ref)
      参数:
      ref - the _Ref to set
    • getDescriptions

      public Descriptions getDescriptions()
      返回:
      the _Descriptions
    • setDescriptions

      public void setDescriptions(Descriptions descriptions)
      参数:
      descriptions - the _Descriptions to set
    • isCDATA

      public boolean isCDATA()
      返回:
      the _IsCDATA
    • setIsCDATA

      public void setIsCDATA(boolean isCDATA)
      参数:
      isCDATA - the _IsCDATA to set
    • isUnique

      public boolean isUnique()
      返回:
      the _IsUnique
    • setIsUnique

      public void setIsUnique(boolean isUnique)
      参数:
      isUnique - the _IsUnique to set
    • isNotJsShow

      public boolean isNotJsShow()
      返回:
      the _IsNotJsShow
    • setIsNotJsShow

      public void setIsNotJsShow(boolean isNotJsShow)
      参数:
      isNotJsShow - the _IsNotJsShow to set