1 /***
2 * Created on Sep 9, 2005, Copyright UC Regents
3 */
4 package org.telscenter.pas.steps;
5
6 /***
7 * @author turadg
8 *
9 */
10 public interface IntroductionHtmlAware {
11
12 public String getIntroductionHtml();
13
14 public void setIntroductionHtml(String introductionHtml);
15
16 }