org.jboss.test.testbean.interfaces
Interface EntityPK

All Superinterfaces:
EJBObject (src) , java.rmi.Remote

public interface EntityPK
extends EJBObject (src)


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

Method Detail

readAllValues

public AComplexPK (src)  readAllValues()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateAllValues

public void updateAllValues(AComplexPK (src)  aComplexPK)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getOtherField

public int getOtherField()
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setOtherField

public void setOtherField(int newValue)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException