public String getP_title() { return trainPlan.getP_title(); }
public void setP_title(String p_title) { trainPlan.setP_title(p_title); }
public void setTrainPlan(Trainplan trainP) { this.trainPlan = trainP;
}
public Trainplan getTrainPlan() { return this.trainPlan;
}
public void setTheFile1(org.apache.struts.upload.FormFile theFile1) { this.theFile1 = theFile1; }
public org.apache.struts.upload.FormFile getTheFile2() { return theFile2; }
public void setTheFile2(org.apache.struts.upload.FormFile theFile2) { this.theFile2 = theFile2; }
public org.apache.struts.upload.FormFile getTheFile3() { return theFile3; }
public void setTheFile3(org.apache.struts.upload.FormFile theFile3) { this.theFile3 = theFile3; }
public org.apache.struts.upload.FormFile getTheFile1() { return theFile1; }
public ActionErrors validate(ActionMapping actionMapping, HttpServletRequest httpServletRequest) { /**@todo: finish this method, this is just the skeleton.*/ return null; }
public void reset(ActionMapping actionMapping, HttpServletRequest httpServletRequest) { }