1 package org.telscenter.pas.otrunk.skeleton; 2 3 import org.concord.framework.otrunk.OTObjectList; 4 5 6 public interface OTPasActivity extends OTPasEntity 7 { 8 public OTObjectList getStepList(); 9 }