/** getUpdated_by */
 public java.lang.String getUpdated_by() throws java.rmi.RemoteException {
   EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);
   Object[] _jacc_parms = null;
   java.lang.String _EJS_result = null;
   try {
     if (container.doesJaccNeedsEJBArguments(this)) {
       _jacc_parms = new Object[0];
     }
     com.ardais.bigr.orm.beans.ObjectsBean beanRef =
         (com.ardais.bigr.orm.beans.ObjectsBean) container.preInvoke(this, 3, _EJS_s, _jacc_parms);
     _EJS_result = beanRef.getUpdated_by();
   } catch (java.rmi.RemoteException ex) {
     _EJS_s.setUncheckedException(ex);
   } catch (Throwable ex) {
     _EJS_s.setUncheckedException(ex);
     throw new java.rmi.RemoteException("bean method raised unchecked exception", ex);
   } finally {
     try {
       container.postInvoke(this, 3, _EJS_s);
     } finally {
       container.putEJSDeployedSupport(_EJS_s);
     }
   }
   return _EJS_result;
 }
  /** setUpdate_date */
  public void setUpdate_date(java.sql.Timestamp newValue) throws java.rmi.RemoteException {
    EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);
    Object[] _jacc_parms = null;

    try {
      if (container.doesJaccNeedsEJBArguments(this)) {
        _jacc_parms = new Object[1];
        _jacc_parms[0] = newValue;
      }
      com.ardais.bigr.orm.beans.ObjectsBean beanRef =
          (com.ardais.bigr.orm.beans.ObjectsBean)
              container.preInvoke(this, 15, _EJS_s, _jacc_parms);
      beanRef.setUpdate_date(newValue);
    } catch (java.rmi.RemoteException ex) {
      _EJS_s.setUncheckedException(ex);
    } catch (Throwable ex) {
      _EJS_s.setUncheckedException(ex);
      throw new java.rmi.RemoteException("bean method raised unchecked exception", ex);
    } finally {
      try {
        container.postInvoke(this, 15, _EJS_s);
      } finally {
        container.putEJSDeployedSupport(_EJS_s);
      }
    }
    return;
  }
  /** _copyToEJB */
  public void _copyToEJB(java.util.Hashtable arg0) throws java.rmi.RemoteException {
    EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);
    Object[] _jacc_parms = null;

    try {
      if (container.doesJaccNeedsEJBArguments(this)) {
        _jacc_parms = new Object[1];
        _jacc_parms[0] = arg0;
      }
      com.ardais.bigr.orm.beans.ObjectsBean beanRef =
          (com.ardais.bigr.orm.beans.ObjectsBean)
              container.preInvoke(this, 18, _EJS_s, _jacc_parms);
      beanRef._copyToEJB(arg0);
    } catch (java.rmi.RemoteException ex) {
      _EJS_s.setUncheckedException(ex);
    } catch (Throwable ex) {
      _EJS_s.setUncheckedException(ex);
      throw new java.rmi.RemoteException("bean method raised unchecked exception", ex);
    } finally {
      try {
        container.postInvoke(this, 18, _EJS_s);
      } finally {
        container.putEJSDeployedSupport(_EJS_s);
      }
    }
    return;
  }
 /** getUseraccessmodule */
 public java.util.Enumeration getUseraccessmodule()
     throws java.rmi.RemoteException, javax.ejb.FinderException {
   EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);
   Object[] _jacc_parms = null;
   java.util.Enumeration _EJS_result = null;
   try {
     if (container.doesJaccNeedsEJBArguments(this)) {
       _jacc_parms = new Object[0];
     }
     com.ardais.bigr.orm.beans.ObjectsBean beanRef =
         (com.ardais.bigr.orm.beans.ObjectsBean) container.preInvoke(this, 7, _EJS_s, _jacc_parms);
     _EJS_result = beanRef.getUseraccessmodule();
   } catch (java.rmi.RemoteException ex) {
     _EJS_s.setUncheckedException(ex);
   } catch (javax.ejb.FinderException ex) {
     _EJS_s.setCheckedException(ex);
     throw ex;
   } catch (Throwable ex) {
     _EJS_s.setUncheckedException(ex);
     throw new java.rmi.RemoteException("bean method raised unchecked exception", ex);
   } finally {
     try {
       container.postInvoke(this, 7, _EJS_s);
     } finally {
       container.putEJSDeployedSupport(_EJS_s);
     }
   }
   return _EJS_result;
 }