Class SelectorTime
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.selector.server.entity.SelectorTime
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of SelectorTimeSelectorTime(SelectorTimeValue value, EntityPermission entityPermission) Creates a new instance of SelectorTime -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleangetSelector(EntityPermission entityPermission) getSelector(Session session) getSelector(Session session, EntityPermission entityPermission) getSelectorForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetLastEvaluationTime(Long lastEvaluationTime) voidsetMaxEntityCreatedTime(Long maxEntityCreatedTime) voidsetMaxEntityDeletedTime(Long maxEntityDeletedTime) voidsetMaxEntityModifiedTime(Long maxEntityModifiedTime) voidsetSelector(Selector entity) voidsetSelectorPK(SelectorPK selectorPK) voidvoidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
SelectorTime
Creates a new instance of SelectorTime- Throws:
PersistenceException
-
SelectorTime
Creates a new instance of SelectorTime
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getSelectorTimeValue
-
setSelectorTimeValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getSelectorPK
-
getSelector
-
getSelector
-
getSelector
-
getSelector
-
getSelectorForUpdate
-
getSelectorForUpdate
-
setSelectorPK
public void setSelectorPK(SelectorPK selectorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setSelector
-
getSelectorPKHasBeenModified
-
getLastEvaluationTime
-
setLastEvaluationTime
public void setLastEvaluationTime(Long lastEvaluationTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getLastEvaluationTimeHasBeenModified
-
getMaxEntityCreatedTime
-
setMaxEntityCreatedTime
public void setMaxEntityCreatedTime(Long maxEntityCreatedTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaxEntityCreatedTimeHasBeenModified
-
getMaxEntityModifiedTime
-
setMaxEntityModifiedTime
public void setMaxEntityModifiedTime(Long maxEntityModifiedTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaxEntityModifiedTimeHasBeenModified
-
getMaxEntityDeletedTime
-
setMaxEntityDeletedTime
public void setMaxEntityDeletedTime(Long maxEntityDeletedTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaxEntityDeletedTimeHasBeenModified
-