Package rs.baselib.bean

Provides support for objects and classes implementing the Java Bean Specification.

The package defines the appropriate interface, an abstract implementation that any bean can derive from and a utility class to work with such objects.

  • Interface Summary 
    Interface Description
    IBean
    A general interface for bean support.
    IPropertyChangeProvider
    An interface telling that the object informs about property changes.
    NamedObject
    A BO having a name.
  • Class Summary 
    Class Description
    AbstractBean
    Abstract support for beans.
    BeanSupport
    Support Bean property actions.
  • Annotation Types Summary 
    Annotation Type Description
    NoCopy
    Annotation of properties that are not allowed to be copied in IBean.copyTo(Object).