949596979899100101102103104
Object[] params = { this }; PersistenceService ps = (PersistenceService)ServiceFactory .getService( PersistenceService.class, rundata, params); ps.getPage().setAttribute( attrName, attrValue ); ps.store(); } catch ( ServiceException e ) {} } /**