com.jgoodies.skeleton.domain
Class ProjectFactory
java.lang.Object
com.jgoodies.skeleton.domain.ProjectFactory
public final class ProjectFactory
- extends Object
A factory that can create a sample project with a sample description,
some shafts and child segments and flanges.
- Version:
- $Revision: 1.8 $
- Author:
- Karsten Lentzsch
- See Also:
Project
,
Description
,
Flange
,
Segment
,
Shaft
Method Summary |
static Project |
createSample()
Creates and returns a sample data model with sample components. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createSample
public static Project createSample()
- Creates and returns a sample data model with sample components.
- Returns:
- a sample data model with sample components.
Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.