Class SearchValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SearchPK>
com.echothree.model.data.search.server.value.SearchValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionSearchValue(PartyPK partyPK, Boolean partyVerified, SearchTypePK searchTypePK, Long executedTime, SearchUseTypePK searchUseTypePK, CachedSearchPK cachedSearchPK, Long fromTime, Long thruTime) Creates a new instance of SearchValueSearchValue(SearchPK searchPK, PartyPK partyPK, Boolean partyVerified, SearchTypePK searchTypePK, Long executedTime, SearchUseTypePK searchUseTypePK, CachedSearchPK cachedSearchPK, Long fromTime, Long thruTime) Creates a new instance of SearchValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCachedSearchPK(CachedSearchPK cachedSearchPK) voidsetExecutedTime(Long executedTime) voidsetFromTime(Long fromTime) voidsetPartyPK(PartyPK partyPK) voidsetPartyVerified(Boolean partyVerified) voidsetSearchTypePK(SearchTypePK searchTypePK) voidsetSearchUseTypePK(SearchUseTypePK searchUseTypePK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SearchValue
public SearchValue(SearchPK searchPK, PartyPK partyPK, Boolean partyVerified, SearchTypePK searchTypePK, Long executedTime, SearchUseTypePK searchUseTypePK, CachedSearchPK cachedSearchPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SearchValue- Throws:
PersistenceNotNullException
-
SearchValue
public SearchValue(PartyPK partyPK, Boolean partyVerified, SearchTypePK searchTypePK, Long executedTime, SearchUseTypePK searchUseTypePK, CachedSearchPK cachedSearchPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SearchValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<SearchPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<SearchPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<SearchPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<SearchPK>
-
getPartyPK
-
setPartyPK
-
getPartyPKHasBeenModified
-
getPartyVerified
-
setPartyVerified
-
getPartyVerifiedHasBeenModified
-
getSearchTypePK
-
setSearchTypePK
- Throws:
PersistenceNotNullException
-
getSearchTypePKHasBeenModified
-
getExecutedTime
-
setExecutedTime
- Throws:
PersistenceNotNullException
-
getExecutedTimeHasBeenModified
-
getSearchUseTypePK
-
setSearchUseTypePK
-
getSearchUseTypePKHasBeenModified
-
getCachedSearchPK
-
setCachedSearchPK
-
getCachedSearchPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-