org.apache.openejb.test.entity.ejbql
Interface QueryDataRemote
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
public interface QueryDataRemote
- extends javax.ejb.EJBObject
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
getId
java.lang.Integer getId()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setId
void setId(java.lang.Integer id)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getBooleanField
boolean getBooleanField()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setBooleanField
void setBooleanField(boolean value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getCharField
char getCharField()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setCharField
void setCharField(char value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getByteField
byte getByteField()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setByteField
void setByteField(byte value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getShortField
short getShortField()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setShortField
void setShortField(short value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getIntField
int getIntField()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setIntField
void setIntField(int value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getLongField
long getLongField()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setLongField
void setLongField(long value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFloatField
float getFloatField()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setFloatField
void setFloatField(float value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getDoubleField
double getDoubleField()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setDoubleField
void setDoubleField(double value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getStringField
java.lang.String getStringField()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setStringField
void setStringField(java.lang.String value)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.