org.exoplatform.faq.service
Class FAQFormSearch

java.lang.Object
  extended by org.exoplatform.faq.service.FAQFormSearch

public class FAQFormSearch
extends java.lang.Object

Created by The eXo Platform SARL This object intermediate to give search empty or quick search Author : Truong Nguyen truong.nguyen@exoplatform.com May 7, 2008, 4:44:24 PM


Constructor Summary
FAQFormSearch()
          Instantiates a new object form search.
 
Method Summary
 java.util.Date getCreatedDate()
          This method get created date of category or question
 java.lang.String getIcon()
          This method return icon category or question
 java.lang.String getId()
          This method get Id of category or question filter
 java.lang.String getName()
          This method get name of category or question
 java.lang.String getType()
          This method return category or question
 void setCreatedDate(java.util.Date date)
          This method add created date of category or question to object
 void setIcon(java.lang.String icon)
          This method add icon to object.
 void setId(java.lang.String id)
          With each value filter, this id add to object
 void setName(java.lang.String name)
          This method add name category or question to object
 void setType(java.lang.String type)
          With each value filter, this type add to object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FAQFormSearch

public FAQFormSearch()
Instantiates a new object form search.

Method Detail

getId

public java.lang.String getId()
This method get Id of category or question filter

Returns:
id of question or category

setId

public void setId(java.lang.String id)
With each value filter, this id add to object

Parameters:
id - of category or question when result search

getType

public java.lang.String getType()
This method return category or question

Returns:
type

setType

public void setType(java.lang.String type)
With each value filter, this type add to object

Parameters:
type - return category or question

getName

public java.lang.String getName()
This method get name of category or question

Returns:
name is question or name of category

setName

public void setName(java.lang.String name)
This method add name category or question to object

Parameters:
name -

getCreatedDate

public java.util.Date getCreatedDate()
This method get created date of category or question

Returns:
createdDate

setCreatedDate

public void setCreatedDate(java.util.Date date)
This method add created date of category or question to object

Parameters:
date -

getIcon

public java.lang.String getIcon()
This method return icon category or question

Returns:
icon

setIcon

public void setIcon(java.lang.String icon)
This method add icon to object. if type is category then name icon is FAQCategorySearch if type is question and not response then name icon NotResponseSearch if type is question and response then name icon QuestionSearch

Parameters:
icon -


Copyright © 2011 eXo Platform SAS. All Rights Reserved.