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