All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mockrunner.example.ejb.interfaces.UserEntity Maven / Gradle / Ivy

Go to download

Mockrunner is a lightweight framework for unit testing applications in the J2EE environment. It supports servlets, filters, tag classes and Struts actions. It includes a JDBC a JMS and a JCA test framework and can be used to test EJB based applications.

The newest version!
/*
 * Generated by XDoclet - Do not edit!
 */
package com.mockrunner.example.ejb.interfaces;

/**
 * Remote interface for UserEntity.
 */
public interface UserEntity
   extends javax.ejb.EJBObject
{

   public java.lang.String getPassword(  )
      throws java.rmi.RemoteException;

   public void setPassword( java.lang.String password )
      throws java.rmi.RemoteException;

   public java.lang.String getUsername(  )
      throws java.rmi.RemoteException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy