org.molgenis.omx.auth
Interface Contact
- All Superinterfaces:
- Entity
- All Known Implementing Classes:
- Institute, MolgenisUser, Person
public interface Contact
- extends Entity
Contact: A contact is either a person or an organization. Copied
from FuGE::Contact..
- Author:
- MOLGENIS generator
| Methods inherited from interface org.molgenis.util.Entity |
create, get, getFields, getFields, getFields, getIdField, getIdValue, getLabelFields, getLabelValue, getValues, getValues, getXrefIdFieldName, isReadonly, set, set, set, setReadonly, validate |
getAddress
String getAddress()
setAddress
void setAddress(String address)
getPhone
String getPhone()
setPhone
void setPhone(String phone)
getEmail
String getEmail()
setEmail
void setEmail(String email)
getFax
String getFax()
setFax
void setFax(String fax)
getTollFreePhone
String getTollFreePhone()
setTollFreePhone
void setTollFreePhone(String tollFreePhone)
getCity
String getCity()
setCity
void setCity(String city)
getCountry
String getCountry()
setCountry
void setCountry(String country)
Copyright © 2013. All Rights Reserved.