com.mymed.model.data
Class AbstractMBean

java.lang.Object
  extended by com.mymed.model.data.AbstractMBean
Direct Known Subclasses:
MApplicationBean, MApplicationModelBean, MApplicationViewBean, MAuthenticationBean, MDataBean, MFeedBackBean, MInteractionBean, MOntologyBean, MOntologyTypeBean, MPositionBean, MPredicateBean, MReportBean, MReputationBean, MSearchBean, MSessionBean, MUserBean

public abstract class AbstractMBean
extends java.lang.Object

myMed java Beans.

The required conventions are as follows:

Author:
lvanni, Milo Casagrande

Constructor Summary
AbstractMBean()
           
 
Method Summary
 java.util.Map<java.lang.String,byte[]> getAttributeToMap()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractMBean

public AbstractMBean()
Method Detail

getAttributeToMap

public java.util.Map<java.lang.String,byte[]> getAttributeToMap()
                                                         throws InternalBackEndException
Returns:
all the fields in a hashMap format for the myMed wrapper
Throws:
InternalBackEndException
java.security.PrivilegedActionException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object