类 ParameterType

java.lang.Object
com.publiccms.views.pojo.entities.ParameterType
所有已实现的接口:
Serializable

public class ParameterType extends Object implements Serializable
ParameterType
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • type

      private String type
    • array

      private boolean array
    • required

      private boolean required
    • alias

      private String alias
    • defaultValue

      private String defaultValue
  • 构造器详细资料

    • ParameterType

      public ParameterType()
  • 方法详细资料

    • getType

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

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

      public boolean isArray()
      返回:
      the array
    • setArray

      public void setArray(boolean array)
      参数:
      array - the array to set
    • isRequired

      public boolean isRequired()
      返回:
      the required
    • setRequired

      public void setRequired(boolean required)
      参数:
      required - the required to set
    • getAlias

      public String getAlias()
      返回:
      the alias
    • setAlias

      public void setAlias(String alias)
      参数:
      alias - the alias to set
    • getDefaultValue

      public String getDefaultValue()
      返回:
      the defaultValue
    • setDefaultValue

      public void setDefaultValue(String defaultValue)
      参数:
      defaultValue - the defaultValue to set