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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetBatchPK(BatchPK batchPK) voidsetFromTime(Long fromTime) voidsetPaymentMethodPK(PaymentMethodPK paymentMethodPK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<SalesOrderBatchPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<SalesOrderBatchPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<SalesOrderBatchPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<SalesOrderBatchPK>
-
getBatchPK
-
setBatchPK
- Throws:
PersistenceNotNullException
-
getBatchPKHasBeenModified
-
getPaymentMethodPK
-
setPaymentMethodPK
- Throws:
PersistenceNotNullException
-
getPaymentMethodPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-