org.jboss.test.testbeancluster.interfaces
Interface EntityPK

All Superinterfaces:
EJBLocalObject (src)

public interface EntityPK
extends EJBLocalObject (src)


Method Summary
 int getOtherField()
           
 AComplexPK (src) readAllValues()
           
 void setOtherField(int newValue)
           
 void updateAllValues(AComplexPK (src)  aComplexPK)
           
 
Methods inherited from interface javax.ejb.EJBLocalObject (src)
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

readAllValues

public AComplexPK (src)  readAllValues()

updateAllValues

public void updateAllValues(AComplexPK (src)  aComplexPK)

getOtherField

public int getOtherField()

setOtherField

public void setOtherField(int newValue)