ibrokerkit.iservicestore.store
Interface Contact

All Superinterfaces:
java.lang.Comparable<IService>, IService, java.io.Serializable
All Known Implementing Classes:
AbstractContact, DbContact

public interface Contact
extends IService

 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

getDescription

java.lang.String getDescription()
Get the description associated with this Contact i-service.

Returns:
Description.

setDescription

void setDescription(java.lang.String description)
Set the description associated with this Contact i-service.

Parameters:
description - Description.

getForward

java.lang.String getForward()
Get the forwarding e-mail address associated with this Contact i-service.

Returns:
Forwarding e-mail address.

setForward

void setForward(java.lang.String forward)
Set the forwarding e-mail address associated with this Contact i-service.

Parameters:
forward - Forwarding e-mail address.


Copyright © 2009. All Rights Reserved.