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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActionTime(Long actionTime) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidsetFromTime(Long fromTime) voidsetSearchPK(SearchPK searchPK) voidsetSearchResultActionTypePK(SearchResultActionTypePK searchResultActionTypePK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<SearchResultActionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<SearchResultActionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<SearchResultActionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-