public class CmsResourceTypeStatResult extends java.lang.Object
| Constructor and Description |
|---|
CmsResourceTypeStatResult(I_CmsResourceType type,
java.lang.String siteRoot,
int count)
Public constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getResult()
Gets the localized result message.
|
java.lang.String |
getSiteRoot()
Getter for site root.
|
long |
getTimestamp()
Getter for timestamp.
|
I_CmsResourceType |
getType()
Getter for resource type.
|
java.lang.String |
getTypeTitle()
Gets the title of the resource type.
|
int |
hashCode() |
public CmsResourceTypeStatResult(I_CmsResourceType type, java.lang.String siteRoot, int count)
type - of resourcessiteRoot - of sitecount - of found resourcespublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public java.lang.String getResult()
public java.lang.String getSiteRoot()
public long getTimestamp()
public I_CmsResourceType getType()
public java.lang.String getTypeTitle()
public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()