public interface BillEntity
extends javax.ejb.EJBObject
| Modifier and Type | Method and Description |
|---|---|
Date |
getDate() |
Integer |
getId() |
boolean |
getPaid() |
void |
setDate(Date date) |
void |
setPaid(boolean isPaid) |
Integer getId() throws RemoteException
RemoteExceptionDate getDate() throws RemoteException
RemoteExceptionvoid setDate(Date date) throws RemoteException
RemoteExceptionboolean getPaid()
throws RemoteException
RemoteExceptionvoid setPaid(boolean isPaid)
throws RemoteException
RemoteExceptionCopyright © 2003–2018. All rights reserved.