fr.ifremer.allegro.referential.transcribing
Class TranscribingLocation.Factory

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

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

Constructs new instances of TranscribingLocation.


Constructor Summary
TranscribingLocation.Factory()
           
 
Method Summary
static TranscribingLocation newInstance()
          Constructs a new instance of TranscribingLocation.
static TranscribingLocation newInstance(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSide transcribingSide)
          Constructs a new instance of TranscribingLocation, taking all possible properties (except the identifier(s))as arguments.
static TranscribingLocation newInstance(java.lang.String externalCode, TranscribingSide transcribingSide)
          Constructs a new instance of TranscribingLocation, taking all required and/or read-only properties as arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranscribingLocation.Factory

public TranscribingLocation.Factory()
Method Detail

newInstance

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


newInstance

public static TranscribingLocation newInstance(java.lang.String externalCode,
                                               TranscribingSide transcribingSide)
Constructs a new instance of TranscribingLocation, taking all required and/or read-only properties as arguments.


newInstance

public static TranscribingLocation newInstance(java.lang.String externalCode,
                                               java.sql.Timestamp updateDate,
                                               TranscribingSide transcribingSide)
Constructs a new instance of TranscribingLocation, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.