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

Method Summary
 String getAddress()
           
 String getCity()
           
 String getCountry()
           
 String getEmail()
           
 String getFax()
           
 String getPhone()
           
 String getTollFreePhone()
           
 void setAddress(String address)
           
 void setCity(String city)
           
 void setCountry(String country)
           
 void setEmail(String email)
           
 void setFax(String fax)
           
 void setPhone(String phone)
           
 void setTollFreePhone(String tollFreePhone)
           
 
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
 

Method Detail

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.