Class CWebDomain

java.lang.Object
   |
   +----CWebDomain

public class CWebDomain
extends Object
implements Serializable
class covering all information about a single web site.

Version:
0.1
Author:
Jörg Caumanns

Method Index

 o baseUrl()
 o equals(Object)
 o hashCode()
 o indexPage()
 o isStale()
Is this web site out of date?
 o toString()

Methods

 o isStale
 public boolean isStale()
Is this web site out of date?

 o indexPage
 public String indexPage()
 o baseUrl
 public String baseUrl()
 o equals
 public boolean equals(Object o)
Overrides:
equals in class Object
 o hashCode
 public int hashCode()
Overrides:
hashCode in class Object
 o toString
 public String toString()
Overrides:
toString in class Object