com.interstarinc.xmedius.sendfax.model
Interface IAddress

All Known Implementing Classes:
DefaultFaxModel.DefaultAddress

public interface IAddress

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

Method Summary
 String getCity()
           
 String getCountry()
           
 String getState()
           
 String getStreet()
           
 String getZipCode()
           
 

Method Detail

getStreet

String getStreet()

getCity

String getCity()

getZipCode

String getZipCode()

getState

String getState()

getCountry

String getCountry()