org.apache.openejb.test.entity.ejbql
Interface QueryDataRemote

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface QueryDataRemote
extends javax.ejb.EJBObject


Method Summary
 boolean getBooleanField()
           
 byte getByteField()
           
 char getCharField()
           
 double getDoubleField()
           
 float getFloatField()
           
 java.lang.Integer getId()
           
 int getIntField()
           
 long getLongField()
           
 short getShortField()
           
 java.lang.String getStringField()
           
 void setBooleanField(boolean value)
           
 void setByteField(byte value)
           
 void setCharField(char value)
           
 void setDoubleField(double value)
           
 void setFloatField(float value)
           
 void setId(java.lang.Integer id)
           
 void setIntField(int value)
           
 void setLongField(long value)
           
 void setShortField(short value)
           
 void setStringField(java.lang.String value)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

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.