|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.buyer.Buyer.Factory
public static final class Buyer.Factory
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 |
---|
public Buyer.Factory()
Method Detail |
---|
public static Buyer newInstance()
Buyer
.
public static Buyer newInstance(Status status)
Buyer
, taking all required and/or
read-only properties as arguments.
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)
Buyer
, taking all possible properties
(except the identifier(s))as arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |