Package fr.becpg.repo.search.data
Class SavedSearch
java.lang.Object
fr.becpg.repo.repository.model.BaseObject
fr.becpg.repo.repository.model.BeCPGDataObject
fr.becpg.repo.search.data.SavedSearch
- All Implemented Interfaces:
RepositoryEntity,Serializable
author Matthieu
- Author:
- matthieu
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Booleanprivate Stringprivate static final longprivate StringFields inherited from class fr.becpg.repo.repository.model.BeCPGDataObject
aspects, aspectsToRemove, extraProperties, isTransient, name, nodeRef, parentNodeRef -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for the fieldisGlobal.Getter for the fieldsearchType.Getter for the fieldsiteId.inthashCode()hashCode.voidsetGlobal.voidsetIsGlobal(Boolean isGlobal) Setter for the fieldisGlobal.voidsetSearchType(String searchType) Setter for the fieldsearchType.voidSetter for the fieldsiteId.toString()toString.Methods inherited from class fr.becpg.repo.repository.model.BeCPGDataObject
getAspects, getAspectsToRemove, getDbHashCode, getExtraProperties, getName, getNodeRef, getParentNodeRef, isTransient, setAspects, setAspectsToRemove, setDbHashCode, setExtraProperties, setName, setNodeRef, setParentNodeRef, setTransient
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
searchType
-
siteId
-
isGlobal
-
-
Constructor Details
-
SavedSearch
public SavedSearch()
-
-
Method Details
-
getSearchType
Getter for the field
searchType.- Returns:
- a
Stringobject
-
setSearchType
Setter for the field
searchType.- Parameters:
searchType- aStringobject
-
getSiteId
Getter for the field
siteId.- Returns:
- a
Stringobject
-
setSiteId
Setter for the field
siteId.- Parameters:
siteId- aStringobject
-
getIsGlobal
Getter for the field
isGlobal.- Returns:
- a
Booleanobject
-
setIsGlobal
Setter for the field
isGlobal.- Parameters:
isGlobal- aBooleanobject
-
toString
toString.
- Overrides:
toStringin classBeCPGDataObject- Returns:
- a
Stringobject.
-
hashCode
public int hashCode()hashCode.
- Overrides:
hashCodein classBeCPGDataObject- Returns:
- a int.
-
equals
- Overrides:
equalsin classBeCPGDataObject
-
setGlobal
setGlobal.
- Parameters:
isGlobal- aBooleanobject
-