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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCreatedTime(Long createdTime) voidsetDeletedTime(Long deletedTime) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidsetModifiedTime(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:
getBaseFactoryInstancein classBaseValue<EntityTimePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<EntityTimePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<EntityTimePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-