public interface QueryDataRemote
extends javax.ejb.EJBObject
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBooleanField() |
byte |
getByteField() |
char |
getCharField() |
double |
getDoubleField() |
float |
getFloatField() |
Integer |
getId() |
int |
getIntField() |
long |
getLongField() |
short |
getShortField() |
String |
getStringField() |
void |
setBooleanField(boolean value) |
void |
setByteField(byte value) |
void |
setCharField(char value) |
void |
setDoubleField(double value) |
void |
setFloatField(float value) |
void |
setId(Integer id) |
void |
setIntField(int value) |
void |
setLongField(long value) |
void |
setShortField(short value) |
void |
setStringField(String value) |
Integer getId() throws RemoteException
RemoteExceptionvoid setId(Integer id) throws RemoteException
RemoteExceptionboolean getBooleanField()
throws RemoteException
RemoteExceptionvoid setBooleanField(boolean value)
throws RemoteException
RemoteExceptionchar getCharField()
throws RemoteException
RemoteExceptionvoid setCharField(char value)
throws RemoteException
RemoteExceptionbyte getByteField()
throws RemoteException
RemoteExceptionvoid setByteField(byte value)
throws RemoteException
RemoteExceptionshort getShortField()
throws RemoteException
RemoteExceptionvoid setShortField(short value)
throws RemoteException
RemoteExceptionint getIntField()
throws RemoteException
RemoteExceptionvoid setIntField(int value)
throws RemoteException
RemoteExceptionlong getLongField()
throws RemoteException
RemoteExceptionvoid setLongField(long value)
throws RemoteException
RemoteExceptionfloat getFloatField()
throws RemoteException
RemoteExceptionvoid setFloatField(float value)
throws RemoteException
RemoteExceptiondouble getDoubleField()
throws RemoteException
RemoteExceptionvoid setDoubleField(double value)
throws RemoteException
RemoteExceptionString getStringField() throws RemoteException
RemoteExceptionvoid setStringField(String value) throws RemoteException
RemoteExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.