Class BatchEntityValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<BatchEntityPK>
com.echothree.model.data.batch.server.value.BatchEntityValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionBatchEntityValue
(BatchEntityPK batchEntityPK, EntityInstancePK entityInstancePK, BatchPK batchPK, Long fromTime, Long thruTime) Creates a new instance of BatchEntityValueBatchEntityValue
(EntityInstancePK entityInstancePK, BatchPK batchPK, Long fromTime, Long thruTime) Creates a new instance of BatchEntityValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setBatchPK
(BatchPK batchPK) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
BatchEntityValue
public BatchEntityValue(BatchEntityPK batchEntityPK, EntityInstancePK entityInstancePK, BatchPK batchPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of BatchEntityValue- Throws:
PersistenceNotNullException
-
BatchEntityValue
public BatchEntityValue(EntityInstancePK entityInstancePK, BatchPK batchPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of BatchEntityValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<BatchEntityPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<BatchEntityPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<BatchEntityPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<BatchEntityPK>
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-
getBatchPK
-
setBatchPK
- Throws:
PersistenceNotNullException
-
getBatchPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-