JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
be.vlaanderen.vip.magda.client.domain.giveenterprise
Interface Enterprise.ContactInfo
Enclosing interface:
Enterprise
public static interface
Enterprise.ContactInfo
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
emailAddress
()
String
faxNumber
()
String
mobileNumber
()
String
phoneNumber
()
String
website
()
Method Details
phoneNumber
@Nullable
String
phoneNumber
()
faxNumber
@Nullable
String
faxNumber
()
mobileNumber
@Nullable
String
mobileNumber
()
emailAddress
@Nullable
String
emailAddress
()
website
@Nullable
String
website
()