pt.moredata.netbeans.modules.moredatatemplates.model
Class EntryModelFactory

java.lang.Object
  extended bypt.moredata.netbeans.modules.moredatatemplates.model.EntryModelFactory

public class EntryModelFactory
extends java.lang.Object

A factory to create a data entry model based on the information collected by a wizard in a Data object.

Author:
sergio

Constructor Summary
EntryModelFactory()
          Creates a new instance of EntryModelFactory
 
Method Summary
static DataEntryModel produceEntryModel(Data data)
          Create the data entry model based on the information colected.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryModelFactory

public EntryModelFactory()
Creates a new instance of EntryModelFactory

Method Detail

produceEntryModel

public static DataEntryModel produceEntryModel(Data data)
Create the data entry model based on the information colected.

Returns:
The model created