fr.ifremer.allegro.referential
Class SurveyQualification.Factory

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

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

Constructs new instances of SurveyQualification.


Constructor Summary
SurveyQualification.Factory()
           
 
Method Summary
static SurveyQualification newInstance()
          Constructs a new instance of SurveyQualification.
static SurveyQualification newInstance(java.lang.String name, java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, Status status)
          Constructs a new instance of SurveyQualification, taking all required and/or read-only properties as arguments.
static SurveyQualification newInstance(java.lang.String name, java.lang.Boolean enableForActivity, java.lang.Boolean enableForFishingEffort, java.lang.Boolean enableForFishingTrip, java.lang.Boolean enableForLanding, java.sql.Timestamp updateDate, Status status)
          Constructs a new instance of SurveyQualification, 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

SurveyQualification.Factory

public SurveyQualification.Factory()
Method Detail

newInstance

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


newInstance

public static SurveyQualification newInstance(java.lang.String name,
                                              java.lang.Boolean enableForActivity,
                                              java.lang.Boolean enableForFishingEffort,
                                              java.lang.Boolean enableForFishingTrip,
                                              java.lang.Boolean enableForLanding,
                                              Status status)
Constructs a new instance of SurveyQualification, taking all required and/or read-only properties as arguments.


newInstance

public static SurveyQualification newInstance(java.lang.String name,
                                              java.lang.Boolean enableForActivity,
                                              java.lang.Boolean enableForFishingEffort,
                                              java.lang.Boolean enableForFishingTrip,
                                              java.lang.Boolean enableForLanding,
                                              java.sql.Timestamp updateDate,
                                              Status status)
Constructs a new instance of SurveyQualification, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.