com.klg.jclass.field
Class DataProperties
java.lang.Object
|
+--com.klg.jclass.field.DataProperties
- public class DataProperties
- extends Object
A Bean property which wraps the validator, data model, and
Field objects properties into one property.
Constructor Summary |
DataProperties(JCValidator validator,
com.klg.jclass.util.value.JCValueModel value,
JCInvalidInfo invalid_info)
Constructs a DataProperties object with the validator, data model, and
Field properties specified. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
validator
protected JCValidator validator
value
protected com.klg.jclass.util.value.JCValueModel value
invalidInfo
protected JCInvalidInfo invalidInfo
DataProperties
public DataProperties(JCValidator validator,
com.klg.jclass.util.value.JCValueModel value,
JCInvalidInfo invalid_info)
- Constructs a DataProperties object with the validator, data model, and
Field properties specified.
- See Also:
JCValidator
,
JCValueModel
,
JCInvalidInfo
getValidator
public JCValidator getValidator()
- Returns the validator currently being used.
- See Also:
JCValidator
getValueModel
public com.klg.jclass.util.value.JCValueModel getValueModel()
- Returns the data model currently being used.
- See Also:
JCValueModel
getInvalidInfo
public JCInvalidInfo getInvalidInfo()
- Returns the invalid policy used.