fr.ifremer.allegro.referential.buyer
Class Buyer.Factory

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

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

Constructs new instances of Buyer.


Constructor Summary
Buyer.Factory()
           
 
Method Summary
static Buyer newInstance()
          Constructs a new instance of Buyer.
static Buyer newInstance(Status status)
          Constructs a new instance of Buyer, taking all required and/or read-only properties as arguments.
static Buyer newInstance(java.lang.String registrationCode, java.lang.String name, java.lang.String street, java.lang.String zipCode, java.lang.String city, java.sql.Timestamp updateDate, Status status)
          Constructs a new instance of Buyer, 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

Buyer.Factory

public Buyer.Factory()
Method Detail

newInstance

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


newInstance

public static Buyer newInstance(Status status)
Constructs a new instance of Buyer, taking all required and/or read-only properties as arguments.


newInstance

public static Buyer newInstance(java.lang.String registrationCode,
                                java.lang.String name,
                                java.lang.String street,
                                java.lang.String zipCode,
                                java.lang.String city,
                                java.sql.Timestamp updateDate,
                                Status status)
Constructs a new instance of Buyer, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.