|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Contact
This interface represents the business entities contact infomration for JAFER.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the description of the contact in English |
java.lang.String |
getEmail()
Gets the email of the contact |
java.lang.String |
getName()
Gets the name of the contact |
java.lang.String |
getPhone()
Gets the phone of the contact |
void |
setDescrition(java.lang.String description)
Sets the description of the contact in English |
void |
setEmail(java.lang.String email)
Sets the email of the contact |
void |
setName(java.lang.String name)
Sets the name of the contact |
void |
setPhone(java.lang.String phone)
Sets the phone of the contact |
Method Detail |
---|
java.lang.String getName()
void setName(java.lang.String name) throws InvalidNameException, InvalidLengthException
name
- The name to set
InvalidNameException
InvalidLengthException
java.lang.String getDescription()
void setDescrition(java.lang.String description) throws InvalidLengthException
description
- The description to set
InvalidLengthException
java.lang.String getPhone()
void setPhone(java.lang.String phone) throws InvalidLengthException
phone
- The phone to set
InvalidLengthException
java.lang.String getEmail()
void setEmail(java.lang.String email) throws InvalidLengthException
email
- The email to set
InvalidLengthException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |