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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCachedSearchPK
(CachedSearchPK cachedSearchPK) void
setExecutedTime
(Long executedTime) void
setFromTime
(Long fromTime) void
setPartyPK
(PartyPK partyPK) void
setPartyVerified
(Boolean partyVerified) void
setSearchTypePK
(SearchTypePK searchTypePK) void
setSearchUseTypePK
(SearchUseTypePK searchUseTypePK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<SearchPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SearchPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SearchPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-