Class SelectorNodeEntityBooleanValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SelectorNodeEntityBooleanPK>
com.echothree.model.data.selector.server.value.SelectorNodeEntityBooleanValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class SelectorNodeEntityBooleanValue
extends BaseValue<SelectorNodeEntityBooleanPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSelectorNodeEntityBooleanValue
(SelectorNodeEntityBooleanPK selectorNodeEntityBooleanPK, SelectorNodePK selectorNodePK, EntityAttributePK entityAttributePK, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeEntityBooleanValueSelectorNodeEntityBooleanValue
(SelectorNodePK selectorNodePK, EntityAttributePK entityAttributePK, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeEntityBooleanValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEntityAttributePK
(EntityAttributePK entityAttributePK) void
setFromTime
(Long fromTime) void
setSelectorNodePK
(SelectorNodePK selectorNodePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SelectorNodeEntityBooleanValue
public SelectorNodeEntityBooleanValue(SelectorNodeEntityBooleanPK selectorNodeEntityBooleanPK, SelectorNodePK selectorNodePK, EntityAttributePK entityAttributePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeEntityBooleanValue- Throws:
PersistenceNotNullException
-
SelectorNodeEntityBooleanValue
public SelectorNodeEntityBooleanValue(SelectorNodePK selectorNodePK, EntityAttributePK entityAttributePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeEntityBooleanValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SelectorNodeEntityBooleanPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SelectorNodeEntityBooleanPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SelectorNodeEntityBooleanPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SelectorNodeEntityBooleanPK>
-
getSelectorNodePK
-
setSelectorNodePK
- Throws:
PersistenceNotNullException
-
getSelectorNodePKHasBeenModified
-
getEntityAttributePK
-
setEntityAttributePK
public void setEntityAttributePK(EntityAttributePK entityAttributePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityAttributePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-