Class SearchResultActionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SearchResultActionPK>
com.echothree.model.data.search.server.value.SearchResultActionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class SearchResultActionValue
extends BaseValue<SearchResultActionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSearchResultActionValue
(SearchPK searchPK, SearchResultActionTypePK searchResultActionTypePK, Long actionTime, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of SearchResultActionValueSearchResultActionValue
(SearchResultActionPK searchResultActionPK, SearchPK searchPK, SearchResultActionTypePK searchResultActionTypePK, Long actionTime, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of SearchResultActionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActionTime
(Long actionTime) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) void
setFromTime
(Long fromTime) void
setSearchPK
(SearchPK searchPK) void
setSearchResultActionTypePK
(SearchResultActionTypePK searchResultActionTypePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SearchResultActionValue
public SearchResultActionValue(SearchResultActionPK searchResultActionPK, SearchPK searchPK, SearchResultActionTypePK searchResultActionTypePK, Long actionTime, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SearchResultActionValue- Throws:
PersistenceNotNullException
-
SearchResultActionValue
public SearchResultActionValue(SearchPK searchPK, SearchResultActionTypePK searchResultActionTypePK, Long actionTime, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SearchResultActionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SearchResultActionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SearchResultActionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SearchResultActionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SearchResultActionPK>
-
getSearchPK
-
setSearchPK
- Throws:
PersistenceNotNullException
-
getSearchPKHasBeenModified
-
getSearchResultActionTypePK
-
setSearchResultActionTypePK
public void setSearchResultActionTypePK(SearchResultActionTypePK searchResultActionTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getSearchResultActionTypePKHasBeenModified
-
getActionTime
-
setActionTime
- Throws:
PersistenceNotNullException
-
getActionTimeHasBeenModified
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-