Ejemplo n.º 1
0
 public static SDMSGroup getObject(SystemEnvironment env, Long id, long version)
     throws SDMSException {
   return (SDMSGroup) table.get(env, id, version);
 }