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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleangetQuery()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetIndexPK(IndexPK indexPK) voidsetParsedQuery(String parsedQuery) voidsetParsedQuerySha1Hash(String parsedQuerySha1Hash) voidvoidsetQuerySha1Hash(String querySha1Hash) voidsetSearchDefaultOperatorPK(SearchDefaultOperatorPK searchDefaultOperatorPK) voidsetSearchSortDirectionPK(SearchSortDirectionPK searchSortDirectionPK) voidsetSearchSortOrderPK(SearchSortOrderPK searchSortOrderPK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<CachedSearchPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CachedSearchPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CachedSearchPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-