Class OrderBatch
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.order.server.entity.OrderBatch
- 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 OrderBatchOrderBatch
(OrderBatchValue value, EntityPermission entityPermission) Creates a new instance of OrderBatch -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getBatch()
getBatch
(EntityPermission entityPermission) getBatch
(Session session, EntityPermission entityPermission) getBatchForUpdate
(Session session) boolean
getCount()
boolean
getCurrency
(EntityPermission entityPermission) getCurrency
(Session session) getCurrency
(Session session, EntityPermission entityPermission) getCurrencyForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
void
setBatchPK
(BatchPK batchPK) void
void
setCurrency
(Currency entity) void
setCurrencyPK
(CurrencyPK currencyPK) void
setFromTime
(Long fromTime) void
void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
OrderBatch
Creates a new instance of OrderBatch- Throws:
PersistenceException
-
OrderBatch
Creates a new instance of OrderBatch
-
-
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
-
getOrderBatchValue
-
setOrderBatchValue
- 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
-
getCurrencyPK
-
getCurrency
-
getCurrency
-
getCurrency
-
getCurrency
-
getCurrencyForUpdate
-
getCurrencyForUpdate
-
setCurrencyPK
public void setCurrencyPK(CurrencyPK currencyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCurrency
-
getCurrencyPKHasBeenModified
-
getCount
-
setCount
-
getCountHasBeenModified
-
getAmount
-
setAmount
-
getAmountHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-