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

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

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

Constructs new instances of Pmfm.


Constructor Summary
Pmfm.Factory()
           
 
Method Summary
static Pmfm newInstance()
          Constructs a new instance of Pmfm.
static Pmfm newInstance(java.util.Date creationDate, Parameter parameter, Matrix matrix, Method method, Unit unit, Fraction fraction, Status status, AggregationLevel aggregationLevel)
          Constructs a new instance of Pmfm, taking all required and/or read-only properties as arguments.
static Pmfm newInstance(java.lang.Integer signifFiguresNumber, java.lang.Integer maximumNumberDecimals, java.lang.Float detectionThreshold, java.lang.Float minValue, java.lang.Float maxValue, java.lang.Float precision, java.lang.Float defaultValue, java.util.Date creationDate, java.sql.Timestamp updateDate, Parameter parameter, Matrix matrix, Method method, Unit unit, Fraction fraction, java.util.Collection qualitativeValues, Status status, AggregationLevel aggregationLevel)
          Constructs a new instance of Pmfm, 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

Pmfm.Factory

public Pmfm.Factory()
Method Detail

newInstance

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


newInstance

public static Pmfm newInstance(java.util.Date creationDate,
                               Parameter parameter,
                               Matrix matrix,
                               Method method,
                               Unit unit,
                               Fraction fraction,
                               Status status,
                               AggregationLevel aggregationLevel)
Constructs a new instance of Pmfm, taking all required and/or read-only properties as arguments.


newInstance

public static Pmfm newInstance(java.lang.Integer signifFiguresNumber,
                               java.lang.Integer maximumNumberDecimals,
                               java.lang.Float detectionThreshold,
                               java.lang.Float minValue,
                               java.lang.Float maxValue,
                               java.lang.Float precision,
                               java.lang.Float defaultValue,
                               java.util.Date creationDate,
                               java.sql.Timestamp updateDate,
                               Parameter parameter,
                               Matrix matrix,
                               Method method,
                               Unit unit,
                               Fraction fraction,
                               java.util.Collection qualitativeValues,
                               Status status,
                               AggregationLevel aggregationLevel)
Constructs a new instance of Pmfm, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.