クラス NumericRangePropertyEditor

すべての実装されたインタフェース:
Serializable, org.iplass.adminconsole.view.annotation.Refrectable, RangePropertyEditor

public class NumericRangePropertyEditor extends CustomPropertyEditor implements RangePropertyEditor
数値範囲型プロパティエディタ
関連項目:
  • コンストラクタの詳細

    • NumericRangePropertyEditor

      public NumericRangePropertyEditor()
  • メソッドの詳細

    • getDisplayType

      クラスからコピーされた説明: PropertyEditor
      表示タイプを取得します。
      定義:
      getDisplayType クラス内 PropertyEditor
      戻り値:
      表示タイプ
    • getObjectName

      public String getObjectName()
      オブジェクト名を取得します。
      戻り値:
      オブジェクト名
    • setObjectName

      public void setObjectName(String objectName)
      オブジェクト名を設定します。
      パラメータ:
      objectName - オブジェクト名
    • getEditor

      public PropertyEditor getEditor()
      定義:
      getEditor インタフェース内 RangePropertyEditor
      戻り値:
      editor
    • setEditor

      public void setEditor(PropertyEditor editor)
      パラメータ:
      editor - セットする editor
    • isInputNullFrom

      public boolean isInputNullFrom()
      戻り値:
      inputNullFrom
    • setInputNullFrom

      public void setInputNullFrom(boolean inputNullFrom)
      パラメータ:
      FromのNull許容フラグをセットする -
    • isFromConditionAsLesserEqual

      public boolean isFromConditionAsLesserEqual()
      Fromプロパティに対して値を含めて検索するかを取得します。
      戻り値:
      Fromプロパティに対して値を含めて検索するか
    • setFromConditionAsLesserEqual

      public void setFromConditionAsLesserEqual(boolean fromConditionAsLesserEqual)
      Fromプロパティに対して値を含めて検索するかを設定します。
      パラメータ:
      fromConditionAsLesserEqual - Fromプロパティに対して値を含めて検索するか
    • getToEditor

      public PropertyEditor getToEditor()
      定義:
      getToEditor インタフェース内 RangePropertyEditor
      戻り値:
      toEditor
    • setToEditor

      public void setToEditor(PropertyEditor toEditor)
      パラメータ:
      toEditor - セットする toEditor
    • getToPropertyName

      public String getToPropertyName()
      定義:
      getToPropertyName インタフェース内 RangePropertyEditor
      戻り値:
      toPropertyName
    • setToPropertyName

      public void setToPropertyName(String toPropertyName)
      パラメータ:
      toPropertyName - セットする toPropertyName
    • getToPropertyDisplayName

      public String getToPropertyDisplayName()
      定義:
      getToPropertyDisplayName インタフェース内 RangePropertyEditor
      戻り値:
      toPropertyDisplayName
    • setToPropertyDisplayName

      public void setToPropertyDisplayName(String toPropertyDisplayName)
      パラメータ:
      toPropertyDisplayName - セットする toPropertyName
    • getLocalizedToPropertyDisplayNameList

      public List<LocalizedStringDefinition> getLocalizedToPropertyDisplayNameList()
      Toプロパティ表示名の多言語設定情報を取得します。
      定義:
      getLocalizedToPropertyDisplayNameList インタフェース内 RangePropertyEditor
      戻り値:
      リスト
    • setLocalizedToPropertyDisplayNameList

      public void setLocalizedToPropertyDisplayNameList(List<LocalizedStringDefinition> localizedToPropertyDisplayNameList)
      Toプロパティ表示名の多言語設定情報を設定します。
      パラメータ:
      localizedDescriptionList - リスト
    • isInputNullTo

      public boolean isInputNullTo()
      戻り値:
      inputNullTo
    • setInputNullTo

      public void setInputNullTo(boolean inputNullTo)
      パラメータ:
      ToのNull許容フラグをセットする -
    • isToConditionAsGreaterEqual

      public boolean isToConditionAsGreaterEqual()
      Toプロパティに対して値を含めて検索するかを取得します。
      戻り値:
      Toプロパティに対して値を含めて検索するか
    • setToConditionAsGreaterEqual

      public void setToConditionAsGreaterEqual(boolean toConditionAsGreaterEqual)
      Toプロパティに対して値を含めて検索するかを設定します。
      パラメータ:
      toConditionAsGreaterEqual - Toプロパティに対して値を含めて検索するか
    • isEquivalentInput

      public boolean isEquivalentInput()
      戻り値:
      equivalentInput
    • setEquivalentInput

      public void setEquivalentInput(boolean equivalentInput)
      パラメータ:
      同値の登録の許容フラグをセットする -
    • getErrorMessage

      public String getErrorMessage()
      定義:
      getErrorMessage インタフェース内 RangePropertyEditor
      戻り値:
      errorMessage
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
      パラメータ:
      errorMessage - セットする errorMessage
    • getLocalizedErrorMessageList

      public List<LocalizedStringDefinition> getLocalizedErrorMessageList()
      定義:
      getLocalizedErrorMessageList インタフェース内 RangePropertyEditor
      戻り値:
      localizedErrorMessageList
    • setLocalizedErrorMessageList

      public void setLocalizedErrorMessageList(List<LocalizedStringDefinition> localizedErrorMessageList)
      パラメータ:
      localizedErrorMessageList - セットする localizedErrorMessageList