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