X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Workspace%2FSiman-Common%2Fsrc%2Forg%2Fsplat%2Fservice%2FStudyServiceImpl.java;h=d0b9a56c0f5a9369f9cfeb5f7470544522f4c39d;hb=4219c15be3b42f18424b12d1b52d97ece0ed70ef;hp=a9fe8b47155581055b4a83a0a6264b9c38d4b807;hpb=c2222cb9e47029b593395fbea2047d88d2172332;p=tools%2Fsiman.git diff --git a/Workspace/Siman-Common/src/org/splat/service/StudyServiceImpl.java b/Workspace/Siman-Common/src/org/splat/service/StudyServiceImpl.java index a9fe8b4..d0b9a56 100644 --- a/Workspace/Siman-Common/src/org/splat/service/StudyServiceImpl.java +++ b/Workspace/Siman-Common/src/org/splat/service/StudyServiceImpl.java @@ -122,17 +122,6 @@ public class StudyServiceImpl implements StudyService { return added; } - /** - * @return - */ - public StepService getStepService() { - return _stepService; - } - - public void setStepService(StepService stepService) { - _stepService = stepService; - } - public SimulationContext addProjectContext(Study aStudy, SimulationContext context) { // ---------------------------------------------------------------------- @@ -495,4 +484,20 @@ public class StudyServiceImpl implements StudyService { ProjectElementService projectElementService) { _projectElementService = projectElementService; } + + /** + * Get the stepService. + * @return the stepService + */ + public StepService getStepService() { + return _stepService; + } + + /** + * Set the stepService. + * @param stepService the stepService to set + */ + public void setStepService(StepService stepService) { + _stepService = stepService; + } }