Class CachedSearchValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CachedSearchPK>
com.echothree.model.data.search.server.value.CachedSearchValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCachedSearchValue
(IndexPK indexPK, String querySha1Hash, String query, String parsedQuerySha1Hash, String parsedQuery, SearchDefaultOperatorPK searchDefaultOperatorPK, SearchSortOrderPK searchSortOrderPK, SearchSortDirectionPK searchSortDirectionPK, Long fromTime, Long thruTime) Creates a new instance of CachedSearchValueCachedSearchValue
(CachedSearchPK cachedSearchPK, IndexPK indexPK, String querySha1Hash, String query, String parsedQuerySha1Hash, String parsedQuery, SearchDefaultOperatorPK searchDefaultOperatorPK, SearchSortOrderPK searchSortOrderPK, SearchSortDirectionPK searchSortDirectionPK, Long fromTime, Long thruTime) Creates a new instance of CachedSearchValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
getQuery()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIndexPK
(IndexPK indexPK) void
setParsedQuery
(String parsedQuery) void
setParsedQuerySha1Hash
(String parsedQuerySha1Hash) void
void
setQuerySha1Hash
(String querySha1Hash) void
setSearchDefaultOperatorPK
(SearchDefaultOperatorPK searchDefaultOperatorPK) void
setSearchSortDirectionPK
(SearchSortDirectionPK searchSortDirectionPK) void
setSearchSortOrderPK
(SearchSortOrderPK searchSortOrderPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CachedSearchValue
public CachedSearchValue(CachedSearchPK cachedSearchPK, IndexPK indexPK, String querySha1Hash, String query, String parsedQuerySha1Hash, String parsedQuery, SearchDefaultOperatorPK searchDefaultOperatorPK, SearchSortOrderPK searchSortOrderPK, SearchSortDirectionPK searchSortDirectionPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CachedSearchValue- Throws:
PersistenceNotNullException
-
CachedSearchValue
public CachedSearchValue(IndexPK indexPK, String querySha1Hash, String query, String parsedQuerySha1Hash, String parsedQuery, SearchDefaultOperatorPK searchDefaultOperatorPK, SearchSortOrderPK searchSortOrderPK, SearchSortDirectionPK searchSortDirectionPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CachedSearchValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CachedSearchPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CachedSearchPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CachedSearchPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CachedSearchPK>
-
getIndexPK
-
setIndexPK
- Throws:
PersistenceNotNullException
-
getIndexPKHasBeenModified
-
getQuerySha1Hash
-
setQuerySha1Hash
- Throws:
PersistenceNotNullException
-
getQuerySha1HashHasBeenModified
-
getQuery
-
setQuery
- Throws:
PersistenceNotNullException
-
getQueryHasBeenModified
-
getParsedQuerySha1Hash
-
setParsedQuerySha1Hash
- Throws:
PersistenceNotNullException
-
getParsedQuerySha1HashHasBeenModified
-
getParsedQuery
-
setParsedQuery
- Throws:
PersistenceNotNullException
-
getParsedQueryHasBeenModified
-
getSearchDefaultOperatorPK
-
setSearchDefaultOperatorPK
public void setSearchDefaultOperatorPK(SearchDefaultOperatorPK searchDefaultOperatorPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getSearchDefaultOperatorPKHasBeenModified
-
getSearchSortOrderPK
-
setSearchSortOrderPK
public void setSearchSortOrderPK(SearchSortOrderPK searchSortOrderPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getSearchSortOrderPKHasBeenModified
-
getSearchSortDirectionPK
-
setSearchSortDirectionPK
public void setSearchSortDirectionPK(SearchSortDirectionPK searchSortDirectionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getSearchSortDirectionPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-