/**
  * Add attribute defaulting logic in this method.
  *
  * @param attributeList list of attribute names/values to initialize the row
  */
 protected void create(AttributeList attributeList) {
   super.create(attributeList);
   SequenceImpl si = new SequenceImpl("cms_book_export_html_s", this.getDBTransaction());
   this.setExportId(si.getSequenceNumber());
 }