psdi.webclient.beans.countbook

Class CountBookSelBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class CountBookSelBean
    extends DataBean
    • Constructor Detail

      • CountBookSelBean

        public CountBookSelBean()
    • Method Detail

      • delete

        public void delete(int nRow)
                    throws MXException,
                           java.rmi.RemoteException
        Description copied from class: DataBean
        Deletes the given row. Fires a row change event to all listeners upon success.
        Overrides:
        delete in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • getString

        public java.lang.String getString(java.lang.String attribute)
        Description copied from class: DataBean
        Return the string for the specified column in the current row
        Overrides:
        getString in class DataBean