Class BatchDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.batch.server.entity.BatchDetail
- 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 BatchDetailBatchDetail
(BatchDetailValue value, EntityPermission entityPermission) Creates a new instance of BatchDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getBatch()
getBatch
(EntityPermission entityPermission) getBatch
(Session session, EntityPermission entityPermission) getBatchForUpdate
(Session session) boolean
boolean
getBatchType
(EntityPermission entityPermission) getBatchType
(Session session) getBatchType
(Session session, EntityPermission entityPermission) getBatchTypeForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
void
setBatchName
(String batchName) void
setBatchPK
(BatchPK batchPK) void
setBatchType
(BatchType entity) void
setBatchTypePK
(BatchTypePK batchTypePK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
BatchDetail
Creates a new instance of BatchDetail- Throws:
PersistenceException
-
BatchDetail
Creates a new instance of BatchDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getBatchDetailValue
-
setBatchDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getBatchPK
-
getBatch
-
getBatch
-
getBatch
-
getBatch
-
getBatchForUpdate
-
getBatchForUpdate
-
setBatchPK
public void setBatchPK(BatchPK batchPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setBatch
-
getBatchPKHasBeenModified
-
getBatchTypePK
-
getBatchType
-
getBatchType
-
getBatchType
-
getBatchType
-
getBatchTypeForUpdate
-
getBatchTypeForUpdate
-
setBatchTypePK
public void setBatchTypePK(BatchTypePK batchTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setBatchType
-
getBatchTypePKHasBeenModified
-
getBatchName
-
setBatchName
public void setBatchName(String batchName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getBatchNameHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-