Class EntityTime
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.core.server.entity.EntityTime
- 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 EntityTimeEntityTime
(EntityTimeValue value, EntityPermission entityPermission) Creates a new instance of EntityTime -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
getEntityInstance
(EntityPermission entityPermission) getEntityInstance
(Session session) getEntityInstance
(Session session, EntityPermission entityPermission) getEntityInstanceForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setCreatedTime
(Long createdTime) void
setDeletedTime
(Long deletedTime) void
setEntityInstance
(EntityInstance entity) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) void
void
setModifiedTime
(Long modifiedTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
EntityTime
Creates a new instance of EntityTime- Throws:
PersistenceException
-
EntityTime
Creates a new instance of EntityTime
-
-
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
-
getEntityTimeValue
-
setEntityTimeValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getEntityInstancePK
-
getEntityInstance
-
getEntityInstance
-
getEntityInstance
-
getEntityInstance
-
getEntityInstanceForUpdate
-
getEntityInstanceForUpdate
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityInstance
-
getEntityInstancePKHasBeenModified
-
getCreatedTime
-
setCreatedTime
public void setCreatedTime(Long createdTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCreatedTimeHasBeenModified
-
getModifiedTime
-
setModifiedTime
public void setModifiedTime(Long modifiedTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getModifiedTimeHasBeenModified
-
getDeletedTime
-
setDeletedTime
public void setDeletedTime(Long deletedTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDeletedTimeHasBeenModified
-