Class SelectorTimeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SelectorTimePK>
com.echothree.model.data.selector.server.value.SelectorTimeValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSelectorTimeValue
(SelectorPK selectorPK, Long lastEvaluationTime, Long maxEntityCreatedTime, Long maxEntityModifiedTime, Long maxEntityDeletedTime) Creates a new instance of SelectorTimeValueSelectorTimeValue
(SelectorTimePK selectorDetailPK, SelectorPK selectorPK, Long lastEvaluationTime, Long maxEntityCreatedTime, Long maxEntityModifiedTime, Long maxEntityDeletedTime) Creates a new instance of SelectorTimeValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setLastEvaluationTime
(Long lastEvaluationTime) void
setMaxEntityCreatedTime
(Long maxEntityCreatedTime) void
setMaxEntityDeletedTime
(Long maxEntityDeletedTime) void
setMaxEntityModifiedTime
(Long maxEntityModifiedTime) void
setSelectorPK
(SelectorPK selectorPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SelectorTimeValue
public SelectorTimeValue(SelectorTimePK selectorDetailPK, SelectorPK selectorPK, Long lastEvaluationTime, Long maxEntityCreatedTime, Long maxEntityModifiedTime, Long maxEntityDeletedTime) throws PersistenceNotNullException Creates a new instance of SelectorTimeValue- Throws:
PersistenceNotNullException
-
SelectorTimeValue
public SelectorTimeValue(SelectorPK selectorPK, Long lastEvaluationTime, Long maxEntityCreatedTime, Long maxEntityModifiedTime, Long maxEntityDeletedTime) throws PersistenceNotNullException Creates a new instance of SelectorTimeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SelectorTimePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SelectorTimePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SelectorTimePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SelectorTimePK>
-
getSelectorPK
-
setSelectorPK
- Throws:
PersistenceNotNullException
-
getSelectorPKHasBeenModified
-
getLastEvaluationTime
-
setLastEvaluationTime
-
getLastEvaluationTimeHasBeenModified
-
getMaxEntityCreatedTime
-
setMaxEntityCreatedTime
-
getMaxEntityCreatedTimeHasBeenModified
-
getMaxEntityModifiedTime
-
setMaxEntityModifiedTime
-
getMaxEntityModifiedTimeHasBeenModified
-
getMaxEntityDeletedTime
-
setMaxEntityDeletedTime
-
getMaxEntityDeletedTimeHasBeenModified
-