Class PropertyValidationCondition
java.lang.Object
org.iplass.mtp.view.generic.element.property.validation.PropertyValidationCondition
- All Implemented Interfaces:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
public class PropertyValidationCondition
extends Object
implements org.iplass.adminconsole.view.annotation.Refrectable
入力チェックの条件となるプロパティ
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionプロパティ名を取得します。void
setPropertyName
(String propertyName) プロパティ名を設定します。
-
Constructor Details
-
PropertyValidationCondition
public PropertyValidationCondition()
-
-
Method Details
-
getPropertyName
プロパティ名を取得します。- Returns:
- プロパティ名
-
setPropertyName
プロパティ名を設定します。- Parameters:
propertyName
- プロパティ名
-