Class SearchResultValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SearchResultPK>
com.echothree.model.data.search.server.value.SearchResultValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionSearchResultValue(SearchPK searchPK, EntityInstancePK entityInstancePK, Integer sortOrder) Creates a new instance of SearchResultValueSearchResultValue(SearchResultPK searchResultPK, SearchPK searchPK, EntityInstancePK entityInstancePK, Integer sortOrder) Creates a new instance of SearchResultValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidsetSearchPK(SearchPK searchPK) voidsetSortOrder(Integer sortOrder) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SearchResultValue
public SearchResultValue(SearchResultPK searchResultPK, SearchPK searchPK, EntityInstancePK entityInstancePK, Integer sortOrder) throws PersistenceNotNullException Creates a new instance of SearchResultValue- Throws:
PersistenceNotNullException
-
SearchResultValue
public SearchResultValue(SearchPK searchPK, EntityInstancePK entityInstancePK, Integer sortOrder) throws PersistenceNotNullException Creates a new instance of SearchResultValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<SearchResultPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<SearchResultPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<SearchResultPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<SearchResultPK>
-
getSearchPK
-
setSearchPK
- Throws:
PersistenceNotNullException
-
getSearchPKHasBeenModified
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-