Class ModelFactory

java.lang.Object
de.hybris.platform.b2b.testframework.ModelFactory

public class ModelFactory extends Object
This is a class for easy model creation, it should be used in test as well as for initial creation of a valid model of any type. The purpose is to avoid complicated fixture setup or to simplify any model creation. TODO in the future the factory class should be split in general model creation methods and in extension specific ones