com.dotmarketing.beans
Class SearchResult

java.lang.Object
  extended by com.dotmarketing.beans.SearchResult
All Implemented Interfaces:
java.io.Serializable

public class SearchResult
extends java.lang.Object
implements java.io.Serializable

Author:
rocco
See Also:
Serialized Form

Constructor Summary
SearchResult()
          Creates new Page
 
Method Summary
 boolean equals(java.lang.Object arg0)
           
 java.lang.String getDesc()
          Getter for property desc.
 int getPercentScore()
          Getter for property score.
 java.lang.String getPrettyDesc()
          Getter for property desc.
 java.lang.String getScore()
          Getter for property score.
 java.lang.String getTitle()
          Getter for property title.
 java.lang.String getUrl()
          Getter for property url.
 int hashCode()
           
 void setDesc(java.lang.String desc)
          Setter for property desc.
 void setScore(java.lang.String score)
          Setter for property score.
 void setTitle(java.lang.String title)
          Setter for property title.
 void setUrl(java.lang.String url)
          Setter for property url.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResult

public SearchResult()
Creates new Page

Method Detail

getTitle

public java.lang.String getTitle()
Getter for property title.

Returns:
Value of property title.

setTitle

public void setTitle(java.lang.String title)
Setter for property title.

Parameters:
title - New value of property title.

getUrl

public java.lang.String getUrl()
Getter for property url.

Returns:
Value of property url.

setUrl

public void setUrl(java.lang.String url)
Setter for property url.

Parameters:
url - New value of property url.

getDesc

public java.lang.String getDesc()
Getter for property desc.

Returns:
Value of property desc.

getPrettyDesc

public java.lang.String getPrettyDesc()
Getter for property desc.

Returns:
Value of property desc.

setDesc

public void setDesc(java.lang.String desc)
Setter for property desc.

Parameters:
desc - New value of property desc.

getScore

public java.lang.String getScore()
Getter for property score.

Returns:
Value of property score.

getPercentScore

public int getPercentScore()
Getter for property score.

Returns:
Value of property score.

setScore

public void setScore(java.lang.String score)
Setter for property score.

Parameters:
score - New value of property score.

equals

public boolean equals(java.lang.Object arg0)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2010 dotCMS Inc. All Rights Reserved.