com.interstarinc.xmedius.sendfax.model
Interface IRecipientInfo

All Known Implementing Classes:
DefaultFaxModel.DefaultRecipientInfo

public interface IRecipientInfo

This interface defines the fax recipient properties getters.

Version:
$Revision: 1.5 $
Author:
André Morin

Method Summary
 String getCompany()
          Optional.
 String getFaxNumber()
          Required.
 String getName()
          Optional.
 

Method Detail

getName

String getName()
Optional. May return null.

Returns:
The recipient name

getCompany

String getCompany()
Optional. May return null.

Returns:
The fax recipient company

getFaxNumber

String getFaxNumber()
Required. Must not be null.

Returns:
The recipient fax number.