public static SDMSTriggerQueue getObject(SystemEnvironment env, Long id, long version)
     throws SDMSException {
   return (SDMSTriggerQueue) table.get(env, id, version);
 }