com.softwareag.centrasite.appl.framework.validation.impl
Class ValidatableListProperty

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.validation.impl.DefaultValidatable
      extended by com.softwareag.centrasite.appl.framework.validation.impl.ValidatableBeanProperty
          extended by com.softwareag.centrasite.appl.framework.validation.impl.ValidatableListProperty
All Implemented Interfaces:
NamedObject, Validatable, ValidatableProperty

public class ValidatableListProperty
extends ValidatableBeanProperty

Subclass of ValidatableBeanProperty for list properties.


Constructor Summary
ValidatableListProperty()
           
 
Method Summary
 java.util.List<?> getValue()
          Returns the property value.
 void setValue(java.util.List<?> pValue)
          Sets the property value.
 
Methods inherited from class com.softwareag.centrasite.appl.framework.validation.impl.ValidatableBeanProperty
change, getBean, getGetter, getProperty, getSetter, getType, setBean, setGetter, setSetter, value
 
Methods inherited from class com.softwareag.centrasite.appl.framework.validation.impl.DefaultValidatable
add, addConstraint, getConstraints, getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.softwareag.centrasite.appl.framework.validation.NamedObject
getName
 

Constructor Detail

ValidatableListProperty

public ValidatableListProperty()
Method Detail

setValue

public void setValue(java.util.List<?> pValue)
              throws com.softwareag.centrasite.appl.framework.CSAppFrameworkException
Sets the property value.

Throws:
com.softwareag.centrasite.appl.framework.CSAppFrameworkException

getValue

public java.util.List<?> getValue()
                           throws com.softwareag.centrasite.appl.framework.CSAppFrameworkException
Returns the property value.

Throws:
com.softwareag.centrasite.appl.framework.CSAppFrameworkException