bsys.propertyview
Class PropertyView.Handler

java.lang.Object
  extended by bsys.propertyview.PropertyView.Handler
Enclosing class:
PropertyView

public static class PropertyView.Handler
extends java.lang.Object

Interface giving access to an object's attributes

Author:
Bernard Bou

Field Summary
 java.util.Set<PropertyView.AttributeDescriptor> theAttributeDescriptors
          Set of attributes descriptors
 PropertyView.Getter theGetter
          Get routines
 PropertyView.IdGetter theIdGetter
          Access to id map
 PropertyView.Setter theSetter
          Set routines
 
Constructor Summary
PropertyView.Handler()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theAttributeDescriptors

public java.util.Set<PropertyView.AttributeDescriptor> theAttributeDescriptors
Set of attributes descriptors


theSetter

public PropertyView.Setter theSetter
Set routines


theGetter

public PropertyView.Getter theGetter
Get routines


theIdGetter

public PropertyView.IdGetter theIdGetter
Access to id map

Constructor Detail

PropertyView.Handler

public PropertyView.Handler()