Class SavedSearch

All Implemented Interfaces:
RepositoryEntity, Serializable

public class SavedSearch extends BeCPGDataObject
author Matthieu
Author:
matthieu
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • searchType

      private String searchType
    • siteId

      private String siteId
    • isGlobal

      private Boolean isGlobal
  • Constructor Details

    • SavedSearch

      public SavedSearch()
  • Method Details

    • getSearchType

      public String getSearchType()

      Getter for the field searchType.

      Returns:
      a String object
    • setSearchType

      public void setSearchType(String searchType)

      Setter for the field searchType.

      Parameters:
      searchType - a String object
    • getSiteId

      public String getSiteId()

      Getter for the field siteId.

      Returns:
      a String object
    • setSiteId

      public void setSiteId(String siteId)

      Setter for the field siteId.

      Parameters:
      siteId - a String object
    • getIsGlobal

      public Boolean getIsGlobal()

      Getter for the field isGlobal.

      Returns:
      a Boolean object
    • setIsGlobal

      public void setIsGlobal(Boolean isGlobal)

      Setter for the field isGlobal.

      Parameters:
      isGlobal - a Boolean object
    • toString

      public String toString()

      toString.

      Overrides:
      toString in class BeCPGDataObject
      Returns:
      a String object.
    • hashCode

      public int hashCode()

      hashCode.

      Overrides:
      hashCode in class BeCPGDataObject
      Returns:
      a int.
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class BeCPGDataObject
    • setGlobal

      public void setGlobal(Boolean isGlobal)

      setGlobal.

      Parameters:
      isGlobal - a Boolean object