com.infoteria.asteria.flowlibrary2.property
クラス DateProperty
java.lang.Object
|
+--com.infoteria.asteria.flowlibrary2.property.ValueProperty
|
+--com.infoteria.asteria.flowlibrary2.property.DateProperty
- すべての実装インタフェース:
- Cloneable, Property
- public class DateProperty
- extends ValueProperty
Date型のプロパティクラスです。
|
コンストラクタの概要 |
DateProperty(String name)
DateProperty(name, false, true, null) と同じです。 |
DateProperty(String name,
boolean required)
DateProperty(name, required, true, null) と同じです。 |
DateProperty(String name,
boolean required,
boolean mapable)
DateProperty(name, required, mapable, null) と同じです。 |
DateProperty(String name,
boolean required,
boolean mapable,
Date value)
コンストラクタ |
| クラス com.infoteria.asteria.flowlibrary2.property.ValueProperty から継承したメソッド |
assign, clone, getName, getType, getValue, getValueType, init, isMapable, isNull, isRequired, setRequired, setString, toString |
DateProperty
public DateProperty(String name)
- DateProperty(name, false, true, null) と同じです。
DateProperty
public DateProperty(String name,
boolean required)
- DateProperty(name, required, true, null) と同じです。
DateProperty
public DateProperty(String name,
boolean required,
boolean mapable)
- DateProperty(name, required, mapable, null) と同じです。
DateProperty
public DateProperty(String name,
boolean required,
boolean mapable,
Date value)
- コンストラクタ
- パラメータ:
name - プロパティ名required - このプロパティが必須プロパティの場合はtruemapable - このプロパティがMapping可能な場合はtruevalue - デフォルト値
dateValue
public Date dateValue()
- プロパティ値を返します。
setValue
public void setValue(Date value)
- プロパティ値を設定します。