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