| org.jboss.test.proxycompiler.beans.interfaces.ProxyCompilerTestLocal
ProxyCompilerTestLocal | public interface ProxyCompilerTestLocal extends javax.ejb.EJBLocalObject(Code) | | Local interface for ProxyCompilerTest.
|
getBool | public boolean getBool()(Code) | | |
getByte | public byte getByte()(Code) | | |
getChar | public char getChar()(Code) | | |
getDouble | public double getDouble()(Code) | | |
getFloat | public float getFloat()(Code) | | |
getInt | public int getInt()(Code) | | |
getIntArray | public int[] getIntArray()(Code) | | |
getLong | public long getLong()(Code) | | |
getShort | public short getShort()(Code) | | |
noArgsMethod | public boolean noArgsMethod()(Code) | | |
setBool | public void setBool(boolean arg)(Code) | | |
setByte | public void setByte(byte arg)(Code) | | |
setChar | public void setChar(char arg)(Code) | | |
setDouble | public void setDouble(double arg)(Code) | | |
setFloat | public void setFloat(float arg)(Code) | | |
setInt | public void setInt(int arg)(Code) | | |
setIntArray | public void setIntArray(int[] arg)(Code) | | |
setLong | public void setLong(long arg)(Code) | | |
setObjectArray | public void setObjectArray(Object[] arg)(Code) | | |
setShort | public void setShort(short arg)(Code) | | |
|
|