edu.uoc.tfc.dbmodel
Class TipusSiniestre.Factory

java.lang.Object
  extended by edu.uoc.tfc.dbmodel.TipusSiniestre.Factory
Enclosing class:
TipusSiniestre

public static final class TipusSiniestre.Factory
extends java.lang.Object

Constructs new instances of TipusSiniestre.


Constructor Summary
TipusSiniestre.Factory()
           
 
Method Summary
static TipusSiniestre newInstance()
          Constructs a new instance of TipusSiniestre.
static TipusSiniestre newInstance(java.lang.String nom, java.lang.Boolean actiu)
          Constructs a new instance of TipusSiniestre, taking all required and/or read-only properties as arguments.
static TipusSiniestre newInstance(java.lang.String nom, java.lang.Boolean actiu, java.util.Collection parts)
          Constructs a new instance of TipusSiniestre, taking all possible properties (except the identifier(s))as arguments.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TipusSiniestre.Factory

public TipusSiniestre.Factory()
Method Detail

newInstance

public static TipusSiniestre newInstance()
Constructs a new instance of TipusSiniestre.


newInstance

public static TipusSiniestre newInstance(java.lang.String nom,
                                         java.lang.Boolean actiu)
Constructs a new instance of TipusSiniestre, taking all required and/or read-only properties as arguments.


newInstance

public static TipusSiniestre newInstance(java.lang.String nom,
                                         java.lang.Boolean actiu,
                                         java.util.Collection parts)
Constructs a new instance of TipusSiniestre, taking all possible properties (except the identifier(s))as arguments.