BillLineBean.java
371 Bytes
package fi.codecrew.moya.beans;
import javax.ejb.Stateless;
import fi.insomnia.bortal.beans.BillLineBeanLocal;
/**
* Session Bean implementation class BillLineBean
*/
@Stateless
public class BillLineBean implements BillLineBeanLocal {
/**
* Default constructor.
*/
public BillLineBean() {
// TODO Auto-generated constructor stub
}
}