Class EntityTimeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<EntityTimePK>
com.echothree.model.data.core.server.value.EntityTimeValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionEntityTimeValue
(EntityInstancePK entityInstancePK, Long createdTime, Long modifiedTime, Long deletedTime) Creates a new instance of EntityTimeValueEntityTimeValue
(EntityTimePK entityTimePK, EntityInstancePK entityInstancePK, Long createdTime, Long modifiedTime, Long deletedTime) Creates a new instance of EntityTimeValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCreatedTime
(Long createdTime) void
setDeletedTime
(Long deletedTime) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) void
setModifiedTime
(Long modifiedTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
EntityTimeValue
public EntityTimeValue(EntityTimePK entityTimePK, EntityInstancePK entityInstancePK, Long createdTime, Long modifiedTime, Long deletedTime) throws PersistenceNotNullException Creates a new instance of EntityTimeValue- Throws:
PersistenceNotNullException
-
EntityTimeValue
public EntityTimeValue(EntityInstancePK entityInstancePK, Long createdTime, Long modifiedTime, Long deletedTime) throws PersistenceNotNullException Creates a new instance of EntityTimeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<EntityTimePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<EntityTimePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<EntityTimePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<EntityTimePK>
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-
getCreatedTime
-
setCreatedTime
- Throws:
PersistenceNotNullException
-
getCreatedTimeHasBeenModified
-
getModifiedTime
-
setModifiedTime
-
getModifiedTimeHasBeenModified
-
getDeletedTime
-
setDeletedTime
-
getDeletedTimeHasBeenModified
-