Class SalesOrderBatchValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SalesOrderBatchPK>
com.echothree.model.data.sales.server.value.SalesOrderBatchValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class SalesOrderBatchValue
extends BaseValue<SalesOrderBatchPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSalesOrderBatchValue
(BatchPK batchPK, PaymentMethodPK paymentMethodPK, Long fromTime, Long thruTime) Creates a new instance of SalesOrderBatchValueSalesOrderBatchValue
(SalesOrderBatchPK salesOrderBatchPK, BatchPK batchPK, PaymentMethodPK paymentMethodPK, Long fromTime, Long thruTime) Creates a new instance of SalesOrderBatchValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setBatchPK
(BatchPK batchPK) void
setFromTime
(Long fromTime) void
setPaymentMethodPK
(PaymentMethodPK paymentMethodPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SalesOrderBatchValue
public SalesOrderBatchValue(SalesOrderBatchPK salesOrderBatchPK, BatchPK batchPK, PaymentMethodPK paymentMethodPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SalesOrderBatchValue- Throws:
PersistenceNotNullException
-
SalesOrderBatchValue
public SalesOrderBatchValue(BatchPK batchPK, PaymentMethodPK paymentMethodPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SalesOrderBatchValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SalesOrderBatchPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SalesOrderBatchPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SalesOrderBatchPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SalesOrderBatchPK>
-
getBatchPK
-
setBatchPK
- Throws:
PersistenceNotNullException
-
getBatchPKHasBeenModified
-
getPaymentMethodPK
-
setPaymentMethodPK
- Throws:
PersistenceNotNullException
-
getPaymentMethodPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-