faust.sacha.web.bot.spider.data
Class HostElementInfo

java.lang.Object
  |
  +--faust.sacha.web.bot.spider.data.HostElementInfo

public class HostElementInfo
extends java.lang.Object


Constructor Summary
HostElementInfo(java.lang.String host, java.lang.String emailDomain, CustomLogin customLogin)
           
 
Method Summary
 CustomLogin getCustomLogin()
           
 java.lang.String getEmailDomain()
           
 java.lang.String getSiteHost()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostElementInfo

public HostElementInfo(java.lang.String host,
                       java.lang.String emailDomain,
                       CustomLogin customLogin)
Method Detail

getSiteHost

public java.lang.String getSiteHost()

getEmailDomain

public java.lang.String getEmailDomain()

getCustomLogin

public CustomLogin getCustomLogin()