Class DateRangePropertyEditor
java.lang.Object
org.iplass.mtp.view.generic.editor.PropertyEditor
org.iplass.mtp.view.generic.editor.CustomPropertyEditor
org.iplass.mtp.view.generic.editor.DateRangePropertyEditor
- All Implemented Interfaces:
Serializable,org.iplass.adminconsole.view.annotation.Refrectable,RangePropertyEditor
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.iplass.mtp.view.generic.editor.PropertyEditor
propertyName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription表示タイプを取得します。Toプロパティ表示名の多言語設定情報を取得します。オブジェクト名を取得します。booleanbooleanFromプロパティに対して値を含めて検索するかを取得します。booleanbooleanbooleanToプロパティに対して値を含めて検索するかを取得します。voidsetEditor(PropertyEditor editor) voidsetEquivalentInput(boolean equivalentInput) voidsetErrorMessage(String errorMessage) voidsetFromConditionAsLesserEqual(boolean fromConditionAsLesserEqual) Fromプロパティに対して値を含めて検索するかを設定します。voidsetInputNullFrom(boolean inputNullFrom) voidsetInputNullTo(boolean inputNullTo) voidsetLocalizedErrorMessageList(List<LocalizedStringDefinition> localizedErrorMessageList) voidsetLocalizedToPropertyDisplayNameList(List<LocalizedStringDefinition> localizedToPropertyDisplayNameList) Toプロパティ表示名の多言語設定情報を設定します。voidsetObjectName(String objectName) オブジェクト名を設定します。voidsetToConditionAsGreaterEqual(boolean toConditionAsGreaterEqual) Toプロパティに対して値を含めて検索するかを設定します。voidsetToEditor(PropertyEditor toEditor) voidsetToPropertyDisplayName(String toPropertyDisplayName) voidsetToPropertyName(String toPropertyName) Methods inherited from class org.iplass.mtp.view.generic.editor.CustomPropertyEditor
isHideMethods inherited from class org.iplass.mtp.view.generic.editor.PropertyEditor
getCustomStyle, getInputCustomStyle, getInputCustomStyleScriptKey, getOutputCustomStyleScriptKey, getPropertyName, setCustomStyle, setInputCustomStyle, setInputCustomStyleScriptKey, setOutputCustomStyleScriptKey, setPropertyNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.iplass.mtp.view.generic.editor.RangePropertyEditor
getPropertyName
-
Constructor Details
-
DateRangePropertyEditor
public DateRangePropertyEditor()
-
-
Method Details
-
getDisplayType
Description copied from class:PropertyEditor表示タイプを取得します。- Specified by:
getDisplayTypein classPropertyEditor- Returns:
- 表示タイプ
-
getObjectName
オブジェクト名を取得します。- Returns:
- オブジェクト名
-
setObjectName
オブジェクト名を設定します。- Parameters:
objectName- オブジェクト名
-
getEditor
- Specified by:
getEditorin interfaceRangePropertyEditor- Returns:
- editor
-
setEditor
- Parameters:
editor- セットする editor
-
isInputNullFrom
public boolean isInputNullFrom()- Returns:
- inputNullFrom
-
setInputNullFrom
public void setInputNullFrom(boolean inputNullFrom) - Parameters:
FromのNull許容フラグをセットする-
-
isFromConditionAsLesserEqual
public boolean isFromConditionAsLesserEqual()Fromプロパティに対して値を含めて検索するかを取得します。- Returns:
- Fromプロパティに対して値を含めて検索するか
-
setFromConditionAsLesserEqual
public void setFromConditionAsLesserEqual(boolean fromConditionAsLesserEqual) Fromプロパティに対して値を含めて検索するかを設定します。- Parameters:
fromConditionAsLesserEqual- Fromプロパティに対して値を含めて検索するか
-
getToEditor
- Specified by:
getToEditorin interfaceRangePropertyEditor- Returns:
- toEditor
-
setToEditor
- Parameters:
toEditor- セットする toEditor
-
getToPropertyName
- Specified by:
getToPropertyNamein interfaceRangePropertyEditor- Returns:
- toPropertyName
-
setToPropertyName
- Parameters:
toPropertyName- セットする toPropertyName
-
getToPropertyDisplayName
- Specified by:
getToPropertyDisplayNamein interfaceRangePropertyEditor- Returns:
- toPropertyDisplayName
-
setToPropertyDisplayName
- Parameters:
toPropertyDisplayName- セットする toPropertyName
-
getLocalizedToPropertyDisplayNameList
Toプロパティ表示名の多言語設定情報を取得します。- Specified by:
getLocalizedToPropertyDisplayNameListin interfaceRangePropertyEditor- Returns:
- リスト
-
setLocalizedToPropertyDisplayNameList
public void setLocalizedToPropertyDisplayNameList(List<LocalizedStringDefinition> localizedToPropertyDisplayNameList) Toプロパティ表示名の多言語設定情報を設定します。- Parameters:
localizedDescriptionList- リスト
-
isInputNullTo
public boolean isInputNullTo()- Returns:
- inputNullTo
-
setInputNullTo
public void setInputNullTo(boolean inputNullTo) - Parameters:
ToのNull許容フラグをセットする-
-
isToConditionAsGreaterEqual
public boolean isToConditionAsGreaterEqual()Toプロパティに対して値を含めて検索するかを取得します。- Returns:
- Toプロパティに対して値を含めて検索するか
-
setToConditionAsGreaterEqual
public void setToConditionAsGreaterEqual(boolean toConditionAsGreaterEqual) Toプロパティに対して値を含めて検索するかを設定します。- Parameters:
toConditionAsGreaterEqual- Toプロパティに対して値を含めて検索するか
-
isEquivalentInput
public boolean isEquivalentInput()- Returns:
- equivalentInput
-
setEquivalentInput
public void setEquivalentInput(boolean equivalentInput) - Parameters:
同値の登録の許容フラグをセットする-
-
getErrorMessage
- Specified by:
getErrorMessagein interfaceRangePropertyEditor- Returns:
- errorMessage
-
setErrorMessage
- Parameters:
errorMessage- セットする errorMessage
-
getLocalizedErrorMessageList
- Specified by:
getLocalizedErrorMessageListin interfaceRangePropertyEditor- Returns:
- localizedErrorMessageList
-
setLocalizedErrorMessageList
- Parameters:
localizedErrorMessageList- セットする localizedErrorMessageList
-