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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCachedExecutedSearchPK(CachedExecutedSearchPK cachedExecutedSearchPK) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidsetSortOrder(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:
getBaseFactoryInstancein classBaseValue<CachedExecutedSearchResultPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CachedExecutedSearchResultPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CachedExecutedSearchResultPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-