|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Contact
A Contact i-service. Each Contact i-service holds a description, as well as an e-mail address to which contact requests will be forwarded.
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Get the description associated with this Contact i-service. |
java.lang.String |
getForward()
Get the forwarding e-mail address associated with this Contact i-service. |
void |
setDescription(java.lang.String description)
Set the description associated with this Contact i-service. |
void |
setForward(java.lang.String forward)
Set the forwarding e-mail address associated with this Contact i-service. |
| Methods inherited from interface ibrokerkit.iservicestore.store.IService |
|---|
getAttributes, getEnabled, getId, getIndx, getName, getQxri, getTimestamp, setAttributes, setEnabled, setIndx, setName, setQxri |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
java.lang.String getDescription()
void setDescription(java.lang.String description)
description - Description.java.lang.String getForward()
void setForward(java.lang.String forward)
forward - Forwarding e-mail address.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||