org.ow2.carol.cmi.ha
Interface EntityBeanReference


public interface EntityBeanReference

This interface implements reference to entity beans.

Author:
Francisco Perez-Sorrosal (fpsorrosal@no-spam@fi.upm.es), Alberto Paz-Jimenez (apaz@no-spam@fi.upm.es)

Method Summary
 java.lang.Object getPrimaryKey()
          Returns the entity bean primary key.
 boolean isModified()
          Returns true if the bean is modified.
 

Method Detail

isModified

boolean isModified()
Returns true if the bean is modified.

Returns:
true if the bean is modified

getPrimaryKey

java.lang.Object getPrimaryKey()
Returns the entity bean primary key.

Returns:
the primary key


Copyright © 2007 OW2 Consortium. All Rights Reserved.