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) getOrder(Session session, EntityPermission entityPermission) getOrderAdjustment(EntityPermission entityPermission) getOrderAdjustment(Session session) getOrderAdjustment(Session session, EntityPermission entityPermission) getOrderAdjustmentForUpdate(Session session) booleanbooleangetOrderAdjustmentType(EntityPermission entityPermission) getOrderAdjustmentType(Session session) getOrderAdjustmentType(Session session, EntityPermission entityPermission) getOrderAdjustmentTypeForUpdate(Session session) booleangetOrderForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetFromTime(Long fromTime) voidvoidsetOrderAdjustment(OrderAdjustment entity) voidvoidsetOrderAdjustmentPK(OrderAdjustmentPK orderAdjustmentPK) voidsetOrderAdjustmentSequence(Integer orderAdjustmentSequence) voidvoidsetOrderAdjustmentTypePK(OrderAdjustmentTypePK orderAdjustmentTypePK) voidsetOrderPK(OrderPK orderPK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getOrderAdjustmentDetailValue
-
setOrderAdjustmentDetailValue
public void setOrderAdjustmentDetailValue(OrderAdjustmentDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getOrderAdjustmentPK
-
getOrderAdjustment
-
getOrderAdjustment
-
getOrderAdjustment
-
getOrderAdjustment
-
getOrderAdjustmentForUpdate
-
getOrderAdjustmentForUpdate
-
setOrderAdjustmentPK
public void setOrderAdjustmentPK(OrderAdjustmentPK orderAdjustmentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderAdjustment
-
getOrderAdjustmentPKHasBeenModified
-
getOrderPK
-
getOrder
-
getOrder
-
getOrder
-
getOrder
-
getOrderForUpdate
-
getOrderForUpdate
-
setOrderPK
public void setOrderPK(OrderPK orderPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrder
-
getOrderPKHasBeenModified
-
getOrderAdjustmentSequence
-
setOrderAdjustmentSequence
public void setOrderAdjustmentSequence(Integer orderAdjustmentSequence) throws PersistenceNotNullException, PersistenceReadOnlyException -
getOrderAdjustmentSequenceHasBeenModified
-
getOrderAdjustmentTypePK
-
getOrderAdjustmentType
public OrderAdjustmentType getOrderAdjustmentType(Session session, EntityPermission entityPermission) -
getOrderAdjustmentType
-
getOrderAdjustmentType
-
getOrderAdjustmentType
-
getOrderAdjustmentTypeForUpdate
-
getOrderAdjustmentTypeForUpdate
-
setOrderAdjustmentTypePK
public void setOrderAdjustmentTypePK(OrderAdjustmentTypePK orderAdjustmentTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderAdjustmentType
-
getOrderAdjustmentTypePKHasBeenModified
-
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
-