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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetLastEvaluationTime(Long lastEvaluationTime) voidsetMaxEntityCreatedTime(Long maxEntityCreatedTime) voidsetMaxEntityDeletedTime(Long maxEntityDeletedTime) voidsetMaxEntityModifiedTime(Long maxEntityModifiedTime) voidsetSelectorPK(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:
getBaseFactoryInstancein classBaseValue<SelectorTimePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<SelectorTimePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<SelectorTimePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<SelectorTimePK>
-
getSelectorPK
-
setSelectorPK
- Throws:
PersistenceNotNullException
-
getSelectorPKHasBeenModified
-
getLastEvaluationTime
-
setLastEvaluationTime
-
getLastEvaluationTimeHasBeenModified
-
getMaxEntityCreatedTime
-
setMaxEntityCreatedTime
-
getMaxEntityCreatedTimeHasBeenModified
-
getMaxEntityModifiedTime
-
setMaxEntityModifiedTime
-
getMaxEntityModifiedTimeHasBeenModified
-
getMaxEntityDeletedTime
-
setMaxEntityDeletedTime
-
getMaxEntityDeletedTimeHasBeenModified
-