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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) void
setSearchPK
(SearchPK searchPK) void
setSortOrder
(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:
getBaseFactoryInstance
in classBaseValue<SearchResultPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SearchResultPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SearchResultPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SearchResultPK>
-
getSearchPK
-
setSearchPK
- Throws:
PersistenceNotNullException
-
getSearchPKHasBeenModified
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-