Package no.difi.sdp.client2.domain.sbd
Class ContactInformation
- java.lang.Object
-
- no.difi.sdp.client2.domain.sbd.ContactInformation
-
public class ContactInformation extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcontactprotected StringcontactTypeIdentifierprotected StringemailAddressprotected StringfaxNumberprotected StringtelephoneNumber
-
Constructor Summary
Constructors Constructor Description ContactInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContact()StringgetContactTypeIdentifier()StringgetEmailAddress()StringgetFaxNumber()StringgetTelephoneNumber()voidsetContact(String contact)voidsetContactTypeIdentifier(String contactTypeIdentifier)voidsetEmailAddress(String emailAddress)voidsetFaxNumber(String faxNumber)voidsetTelephoneNumber(String telephoneNumber)StringtoString()
-
-
-
Method Detail
-
getContact
public String getContact()
-
getEmailAddress
public String getEmailAddress()
-
getFaxNumber
public String getFaxNumber()
-
getTelephoneNumber
public String getTelephoneNumber()
-
getContactTypeIdentifier
public String getContactTypeIdentifier()
-
setContact
public void setContact(String contact)
-
setEmailAddress
public void setEmailAddress(String emailAddress)
-
setFaxNumber
public void setFaxNumber(String faxNumber)
-
setTelephoneNumber
public void setTelephoneNumber(String telephoneNumber)
-
setContactTypeIdentifier
public void setContactTypeIdentifier(String contactTypeIdentifier)
-
-