Class OrderAdjustmentDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.order.server.entity.OrderAdjustmentDetail
- 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 OrderAdjustmentDetailOrderAdjustmentDetail(OrderAdjustmentDetailValue value, EntityPermission entityPermission) Creates a new instance of OrderAdjustmentDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetOrder()getOrder(EntityPermission entityPermission) getOrderAdjustment(EntityPermission entityPermission) booleanbooleangetOrderAdjustmentType(EntityPermission entityPermission) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidvoidsetOrderAdjustment(OrderAdjustment entity) voidvoidsetOrderAdjustmentPK(OrderAdjustmentPK orderAdjustmentPK) voidsetOrderAdjustmentSequence(Integer orderAdjustmentSequence) voidvoidsetOrderAdjustmentTypePK(OrderAdjustmentTypePK orderAdjustmentTypePK) voidsetOrderPK(OrderPK orderPK) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
OrderAdjustmentDetail
Creates a new instance of OrderAdjustmentDetail- Throws:
PersistenceException
-
OrderAdjustmentDetail
Creates a new instance of OrderAdjustmentDetail
-
-
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
-
getOrderAdjustmentDetailValue
-
setOrderAdjustmentDetailValue
public void setOrderAdjustmentDetailValue(@Nonnull OrderAdjustmentDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getOrderAdjustmentPK
-
getOrderAdjustment
-
getOrderAdjustment
-
getOrderAdjustmentForUpdate
-
setOrderAdjustmentPK
public void setOrderAdjustmentPK(@Nonnull OrderAdjustmentPK orderAdjustmentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderAdjustment
-
getOrderAdjustmentPKHasBeenModified
-
getOrderPK
-
getOrder
-
getOrder
-
getOrderForUpdate
-
setOrderPK
public void setOrderPK(@Nonnull OrderPK orderPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrder
-
getOrderPKHasBeenModified
-
getOrderAdjustmentSequence
-
setOrderAdjustmentSequence
public void setOrderAdjustmentSequence(@Nonnull Integer orderAdjustmentSequence) throws PersistenceNotNullException, PersistenceReadOnlyException -
getOrderAdjustmentSequenceHasBeenModified
-
getOrderAdjustmentTypePK
-
getOrderAdjustmentType
-
getOrderAdjustmentType
-
getOrderAdjustmentTypeForUpdate
-
setOrderAdjustmentTypePK
public void setOrderAdjustmentTypePK(@Nonnull OrderAdjustmentTypePK orderAdjustmentTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderAdjustmentType
-
getOrderAdjustmentTypePKHasBeenModified
-
getAmount
-
setAmount
public void setAmount(@Nonnull Long amount) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAmountHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-