Class SelectorNodeEntityLongValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SelectorNodeEntityLongPK>
com.echothree.model.data.selector.server.value.SelectorNodeEntityLongValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class SelectorNodeEntityLongValue
extends BaseValue<SelectorNodeEntityLongPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSelectorNodeEntityLongValue
(SelectorNodeEntityLongPK selectorNodeEntityLongPK, SelectorNodePK selectorNodePK, Long longAttribute, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeEntityLongValueSelectorNodeEntityLongValue
(SelectorNodePK selectorNodePK, Long longAttribute, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeEntityLongValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setLongAttribute
(Long longAttribute) 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
-
SelectorNodeEntityLongValue
public SelectorNodeEntityLongValue(SelectorNodeEntityLongPK selectorNodeEntityLongPK, SelectorNodePK selectorNodePK, Long longAttribute, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeEntityLongValue- Throws:
PersistenceNotNullException
-
SelectorNodeEntityLongValue
public SelectorNodeEntityLongValue(SelectorNodePK selectorNodePK, Long longAttribute, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SelectorNodeEntityLongValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SelectorNodeEntityLongPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SelectorNodeEntityLongPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SelectorNodeEntityLongPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SelectorNodeEntityLongPK>
-
getSelectorNodePK
-
setSelectorNodePK
- Throws:
PersistenceNotNullException
-
getSelectorNodePKHasBeenModified
-
getLongAttribute
-
setLongAttribute
- Throws:
PersistenceNotNullException
-
getLongAttributeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-