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