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

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.ValidatableConceptRefProperty
All Implemented Interfaces:
NamedObject, Validatable, ValidatableProperty

public class ValidatableConceptRefProperty
extends ValidatableBeanProperty

Subclass of ValidatableBeanProperty for concept properties. This is typically used to create classifications.


Constructor Summary
ValidatableConceptRefProperty()
           
 
Method Summary
 com.softwareag.centrasite.appl.framework.data.CSAppConceptRef getValue()
          Returns the concept.
 void setValue(com.softwareag.centrasite.appl.framework.data.CSAppConceptRef pConcept)
          Sets the concept.
 
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

ValidatableConceptRefProperty

public ValidatableConceptRefProperty()
Method Detail

setValue

public void setValue(com.softwareag.centrasite.appl.framework.data.CSAppConceptRef pConcept)
              throws com.softwareag.centrasite.appl.framework.CSAppFrameworkException
Sets the concept.

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

getValue

public com.softwareag.centrasite.appl.framework.data.CSAppConceptRef getValue()
                                                                       throws com.softwareag.centrasite.appl.framework.CSAppFrameworkException
Returns the concept.

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