org.openfjord.business.entities
Class SurveyOwnerVOFactory

java.lang.Object
  |
  +--org.openfjord.business.entities.SurveyOwnerVOFactory

public class SurveyOwnerVOFactory
extends java.lang.Object

Title: openFJORD

Description: open Flexible Java Online Research Designer

Copyright: Michael Lange

Company: University of Muenster

Version:
1.0
Author:
Michael Lange
See Also:
SurveyAssemblerBean
Note:
this factory does not set any relationships

Method Summary
static SurveyOwner createValueObject(SurveyOwnerBean surveyOwnerBean)
          Creates an VO with all data without the relations.
static void mergeData(SurveyOwner ownerVO, SurveyOwnerBean surveyOwnerBean)
          This Method sets the Data without the Collection of all Surveys
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createValueObject

public static SurveyOwner createValueObject(SurveyOwnerBean surveyOwnerBean)
Creates an VO with all data without the relations.

Returns:
the created value object
See Also:
SurveyAssemblerBean

mergeData

public static void mergeData(SurveyOwner ownerVO,
                             SurveyOwnerBean surveyOwnerBean)
This Method sets the Data without the Collection of all Surveys

Parameters:
ownerVO - the given VO
See Also:
SurveyAssemblerBean


openFJORD Copyright © 2003 University of Muenster.