1 package com.sri.emo.wizard.completion; 2 3 4 /*** 5 * Metadata for multiple attributes. 6 * 7 * @author Michael Rimov 8 * @todo BUG -- Attributes here must be moved to Wizard Page or 9 * eventually when we rebuild Metadata with each step we'll lose 10 * the settings. 11 */ 12 public class MultiEntryMetadata extends MinMaxPageMetadata { 13 14 15 /*** 16 * 17 */ 18 private static final long serialVersionUID = 1L; 19 20 /*** 21 * Default constructor. 22 */ 23 public MultiEntryMetadata() { 24 super(); 25 } 26 27 28 }