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 TypeMethodDescriptionbooleanbooleanbooleangetEntityInstance(EntityPermission entityPermission) getEntityInstance(Session session) getEntityInstance(Session session, EntityPermission entityPermission) getEntityInstanceForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetCreatedTime(Long createdTime) voidsetDeletedTime(Long deletedTime) voidsetEntityInstance(EntityInstance entity) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidvoidsetModifiedTime(Long modifiedTime) voidtoString()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:
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
-
getEntityTimeValue
-
setEntityTimeValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin 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
-