Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static Contact |
newInstance()
Constructs a new instance of
Contact . |
static Contact |
newInstance(String street,
String zip,
String city,
PhoneNumber phone,
PhoneNumber fax,
Country country)
Constructs a new instance of
Contact , taking all
possible properties (except the identifier(s))as arguments. |
public static Contact newInstance(String street, String zip, String city, PhoneNumber phone, PhoneNumber fax, Country country)
Contact
, taking all
possible properties (except the identifier(s))as arguments.Copyright © 2019 Communote team. All rights reserved.