toolbox.app
Interface AppBean

Package class diagram package AppBean

public interface AppBean

Defines an interface that can be used in conjunction with the toolbox.dao package to persist Java Beans.


Method Summary
 java.util.Map getMap()
          Return the Map containing the bean properties.
 void setMap(java.util.Map map)
          Set the Map containing the bean properties.
 

Method Detail

setMap

void setMap(java.util.Map map)
Set the Map containing the bean properties.

Parameters:
map - Map containing bean properties.

getMap

java.util.Map getMap()
Return the Map containing the bean properties.

Returns:
Map containing the bean properties.