fr.ifremer.allegro.referential.pmfm
Class Matrix.Factory

java.lang.Object
  extended by fr.ifremer.allegro.referential.pmfm.Matrix.Factory
Enclosing class:
Matrix

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

Constructs new instances of Matrix.


Constructor Summary
Matrix.Factory()
           
 
Method Summary
static Matrix newInstance()
          Constructs a new instance of Matrix.
static Matrix newInstance(java.lang.String name, java.util.Date creationDate, java.util.Collection fractions, Status status)
          Constructs a new instance of Matrix, taking all required and/or read-only properties as arguments.
static Matrix newInstance(java.lang.String name, java.lang.String description, java.util.Date creationDate, java.sql.Timestamp updateDate, java.util.Collection fractions, Status status)
          Constructs a new instance of Matrix, taking all possible properties (except the identifier(s))as arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Matrix.Factory

public Matrix.Factory()
Method Detail

newInstance

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


newInstance

public static Matrix newInstance(java.lang.String name,
                                 java.util.Date creationDate,
                                 java.util.Collection fractions,
                                 Status status)
Constructs a new instance of Matrix, taking all required and/or read-only properties as arguments.


newInstance

public static Matrix newInstance(java.lang.String name,
                                 java.lang.String description,
                                 java.util.Date creationDate,
                                 java.sql.Timestamp updateDate,
                                 java.util.Collection fractions,
                                 Status status)
Constructs a new instance of Matrix, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.