Class SalesOrderBatch
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.sales.server.entity.SalesOrderBatch
- 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 SalesOrderBatchSalesOrderBatch
(SalesOrderBatchValue value, EntityPermission entityPermission) Creates a new instance of SalesOrderBatch -
Method Summary
Modifier and TypeMethodDescriptionboolean
getBatch()
getBatch
(EntityPermission entityPermission) getBatch
(Session session, EntityPermission entityPermission) getBatchForUpdate
(Session session) boolean
boolean
getPaymentMethod
(EntityPermission entityPermission) getPaymentMethod
(Session session) getPaymentMethod
(Session session, EntityPermission entityPermission) getPaymentMethodForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setBatchPK
(BatchPK batchPK) void
setFromTime
(Long fromTime) void
setPaymentMethod
(PaymentMethod entity) void
setPaymentMethodPK
(PaymentMethodPK paymentMethodPK) void
void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
SalesOrderBatch
Creates a new instance of SalesOrderBatch- Throws:
PersistenceException
-
SalesOrderBatch
Creates a new instance of SalesOrderBatch
-
-
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
-
getSalesOrderBatchValue
-
setSalesOrderBatchValue
- 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
-
getPaymentMethodPK
-
getPaymentMethod
-
getPaymentMethod
-
getPaymentMethod
-
getPaymentMethod
-
getPaymentMethodForUpdate
-
getPaymentMethodForUpdate
-
setPaymentMethodPK
public void setPaymentMethodPK(PaymentMethodPK paymentMethodPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPaymentMethod
-
getPaymentMethodPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-