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