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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(SelectorKindDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<SelectorKindPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<SelectorKindPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<SelectorKindPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<SelectorKindPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-