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 TypeMethodDescriptionbooleanbooleangetBatch()getBatch(EntityPermission entityPermission) getBatch(Session session, EntityPermission entityPermission) getBatchForUpdate(Session session) booleangetCount()booleangetCurrency(EntityPermission entityPermission) getCurrency(Session session) getCurrency(Session session, EntityPermission entityPermission) getCurrencyForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidvoidsetBatchPK(BatchPK batchPK) voidvoidsetCurrency(Currency entity) voidsetCurrencyPK(CurrencyPK currencyPK) voidsetFromTime(Long fromTime) voidvoidsetThruTime(Long thruTime) voidtoString()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:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getOrderBatchValue
-
setOrderBatchValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin 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
-