org.weda.model.impl
Class FilterEditorModel<T extends FilterEditorModelGroup>

java.lang.Object
  extended by org.weda.model.impl.AbstractEditorModel<T>
      extended by org.weda.model.impl.FilterEditorModel<T>
All Implemented Interfaces:
EditorModel<T>, NamedObject

public class FilterEditorModel<T extends FilterEditorModelGroup>
extends AbstractEditorModel<T>

Author:
Mikhail Titov

Constructor Summary
FilterEditorModel()
           
 
Method Summary
 java.lang.String getObjectAlias()
           
 PropertyDescriptor getPropertyDescriptor()
          Метод возвращает описание свойства
 java.lang.String getPropertyPath()
           
 java.lang.Object getValue()
          Метод возвращает значение свойства.
 void setObjectAlias(java.lang.String objectAlias)
           
 void setPropertyPath(java.lang.String propertyPath)
          Метод устанавливает путь до свойства. ???
 void setValue(java.lang.Object value)
          Метод устанавливает значение свойства.
 
Methods inherited from class org.weda.model.impl.AbstractEditorModel
activateDetailConstraints, addDetailInfo, deactivateDetailConstraints, getDisableIfNull, getModelGroup, getName, getObjectName, getPattern, getValuePretender, getValuesList, hasValuesList, isEditable, isLevelsValuesUniq, isNeedConversion, isValuePretenderSetted, isValuesListAliased, refreshValuesList, resetModel, resetValuesList, setDisableIfNull, setEditable, setLevelsValuesUniq, setModelGroup, setName, setNeedConversion, setPattern, setValuePretender
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterEditorModel

public FilterEditorModel()
Method Detail

setValue

public void setValue(java.lang.Object value)
              throws java.lang.Exception
Description copied from interface: EditorModel
Метод устанавливает значение свойства.

Throws:
java.lang.Exception

getValue

public java.lang.Object getValue()
                          throws EditorModelException
Description copied from interface: EditorModel
Метод возвращает значение свойства.

Throws:
EditorModelException

getPropertyDescriptor

public PropertyDescriptor getPropertyDescriptor()
                                         throws EditorModelException
Description copied from interface: EditorModel
Метод возвращает описание свойства

Throws:
EditorModelException

getObjectAlias

public java.lang.String getObjectAlias()

setObjectAlias

public void setObjectAlias(java.lang.String objectAlias)

getPropertyPath

public java.lang.String getPropertyPath()

setPropertyPath

public void setPropertyPath(java.lang.String propertyPath)
Description copied from interface: EditorModel
Метод устанавливает путь до свойства. ???



Copyright © 2005-2006 . All Rights Reserved.