org.weda.model.impl
Class ObjectSetEditorModel<T extends ObjectSetEditorModelGroup>

java.lang.Object
  extended by org.weda.model.impl.AbstractEditorModel<T>
      extended by org.weda.model.impl.ObjectSetEditorModel<T>
All Implemented Interfaces:
EditorModel<T>, NamedObject
Direct Known Subclasses:
BaseObjectSourceEditorModel

public class ObjectSetEditorModel<T extends ObjectSetEditorModelGroup>
extends AbstractEditorModel<T>

Author:
Mikhail Titov

Constructor Summary
ObjectSetEditorModel()
           
 
Method Summary
 ObjectSet getObjectSet()
           
 PropertyDescriptor getPropertyDescriptor()
          Метод возвращает описание свойства
 java.lang.String getPropertyPath()
           
 java.lang.Object getValue()
          Метод возвращает значение свойства.
 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

ObjectSetEditorModel

public ObjectSetEditorModel()
Method Detail

getObjectSet

public ObjectSet getObjectSet()
                       throws EditorModelGroupException
Throws:
EditorModelGroupException

getPropertyPath

public java.lang.String getPropertyPath()

setPropertyPath

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


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


Copyright © 2005-2006 . All Rights Reserved.