Class SearchKindValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SearchKindPK>
com.echothree.model.data.search.server.value.SearchKindValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSearchKindValue
(SearchKindDetailPK activeDetailPK, SearchKindDetailPK lastDetailPK) Creates a new instance of SearchKindValueSearchKindValue
(SearchKindPK searchKindPK, SearchKindDetailPK activeDetailPK, SearchKindDetailPK lastDetailPK) Creates a new instance of SearchKindValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(SearchKindDetailPK activeDetailPK) void
setLastDetailPK
(SearchKindDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SearchKindValue
public SearchKindValue(SearchKindPK searchKindPK, SearchKindDetailPK activeDetailPK, SearchKindDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of SearchKindValue- Throws:
PersistenceNotNullException
-
SearchKindValue
public SearchKindValue(SearchKindDetailPK activeDetailPK, SearchKindDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of SearchKindValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SearchKindPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SearchKindPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SearchKindPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SearchKindPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-