Class CachedExecutedSearchResultValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CachedExecutedSearchResultPK>
com.echothree.model.data.search.server.value.CachedExecutedSearchResultValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class CachedExecutedSearchResultValue
extends BaseValue<CachedExecutedSearchResultPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionCachedExecutedSearchResultValue
(CachedExecutedSearchPK cachedExecutedSearchPK, EntityInstancePK entityInstancePK, Integer sortOrder) Creates a new instance of CachedExecutedSearchResultValueCachedExecutedSearchResultValue
(CachedExecutedSearchResultPK cachedExecutedSearchResultPK, CachedExecutedSearchPK cachedExecutedSearchPK, EntityInstancePK entityInstancePK, Integer sortOrder) Creates a new instance of CachedExecutedSearchResultValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCachedExecutedSearchPK
(CachedExecutedSearchPK cachedExecutedSearchPK) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) void
setSortOrder
(Integer sortOrder) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CachedExecutedSearchResultValue
public CachedExecutedSearchResultValue(CachedExecutedSearchResultPK cachedExecutedSearchResultPK, CachedExecutedSearchPK cachedExecutedSearchPK, EntityInstancePK entityInstancePK, Integer sortOrder) throws PersistenceNotNullException Creates a new instance of CachedExecutedSearchResultValue- Throws:
PersistenceNotNullException
-
CachedExecutedSearchResultValue
public CachedExecutedSearchResultValue(CachedExecutedSearchPK cachedExecutedSearchPK, EntityInstancePK entityInstancePK, Integer sortOrder) throws PersistenceNotNullException Creates a new instance of CachedExecutedSearchResultValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<CachedExecutedSearchResultPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CachedExecutedSearchResultPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CachedExecutedSearchResultPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<CachedExecutedSearchResultPK>
-
getCachedExecutedSearchPK
-
setCachedExecutedSearchPK
public void setCachedExecutedSearchPK(CachedExecutedSearchPK cachedExecutedSearchPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCachedExecutedSearchPKHasBeenModified
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-