Class BatchDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<BatchDetailPK>
com.echothree.model.data.batch.server.value.BatchDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionBatchDetailValue
(BatchDetailPK batchDetailPK, BatchPK batchPK, BatchTypePK batchTypePK, String batchName, Long fromTime, Long thruTime) Creates a new instance of BatchDetailValueBatchDetailValue
(BatchPK batchPK, BatchTypePK batchTypePK, String batchName, Long fromTime, Long thruTime) Creates a new instance of BatchDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setBatchName
(String batchName) void
setBatchPK
(BatchPK batchPK) void
setBatchTypePK
(BatchTypePK batchTypePK) 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
-
BatchDetailValue
public BatchDetailValue(BatchDetailPK batchDetailPK, BatchPK batchPK, BatchTypePK batchTypePK, String batchName, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of BatchDetailValue- Throws:
PersistenceNotNullException
-
BatchDetailValue
public BatchDetailValue(BatchPK batchPK, BatchTypePK batchTypePK, String batchName, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of BatchDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<BatchDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<BatchDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<BatchDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<BatchDetailPK>
-
getBatchPK
-
setBatchPK
- Throws:
PersistenceNotNullException
-
getBatchPKHasBeenModified
-
getBatchTypePK
-
setBatchTypePK
- Throws:
PersistenceNotNullException
-
getBatchTypePKHasBeenModified
-
getBatchName
-
setBatchName
- Throws:
PersistenceNotNullException
-
getBatchNameHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-