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 TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
getSelector
(EntityPermission entityPermission) getSelector
(Session session) getSelector
(Session session, EntityPermission entityPermission) getSelectorForUpdate
(Session session) boolean
boolean
int
hashCode()
void
remove()
void
void
setLastEvaluationTime
(Long lastEvaluationTime) void
setMaxEntityCreatedTime
(Long maxEntityCreatedTime) void
setMaxEntityDeletedTime
(Long maxEntityDeletedTime) void
setMaxEntityModifiedTime
(Long maxEntityModifiedTime) void
setSelector
(Selector entity) void
setSelectorPK
(SelectorPK selectorPK) void
void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getSelectorTimeValue
-
setSelectorTimeValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-