Class OrderLineAdjustmentDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.order.server.entity.OrderLineAdjustmentDetail
- 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 OrderLineAdjustmentDetailOrderLineAdjustmentDetail(OrderLineAdjustmentDetailValue value, EntityPermission entityPermission) Creates a new instance of OrderLineAdjustmentDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetOrderLine(EntityPermission entityPermission) getOrderLine(Session session) getOrderLine(Session session, EntityPermission entityPermission) getOrderLineAdjustment(EntityPermission entityPermission) getOrderLineAdjustment(Session session) getOrderLineAdjustment(Session session, EntityPermission entityPermission) getOrderLineAdjustmentForUpdate(Session session) booleanbooleangetOrderLineAdjustmentType(EntityPermission entityPermission) getOrderLineAdjustmentType(Session session) getOrderLineAdjustmentType(Session session, EntityPermission entityPermission) booleangetOrderLineForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetFromTime(Long fromTime) voidsetOrderLine(OrderLine entity) voidvoidvoidsetOrderLineAdjustmentPK(OrderLineAdjustmentPK orderLineAdjustmentPK) voidsetOrderLineAdjustmentSequence(Integer orderLineAdjustmentSequence) voidvoidsetOrderLineAdjustmentTypePK(OrderLineAdjustmentTypePK orderLineAdjustmentTypePK) voidsetOrderLinePK(OrderLinePK orderLinePK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
OrderLineAdjustmentDetail
Creates a new instance of OrderLineAdjustmentDetail- Throws:
PersistenceException
-
OrderLineAdjustmentDetail
public OrderLineAdjustmentDetail(OrderLineAdjustmentDetailValue value, EntityPermission entityPermission) Creates a new instance of OrderLineAdjustmentDetail
-
-
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
-
getOrderLineAdjustmentDetailValue
-
setOrderLineAdjustmentDetailValue
public void setOrderLineAdjustmentDetailValue(OrderLineAdjustmentDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getOrderLineAdjustmentPK
-
getOrderLineAdjustment
public OrderLineAdjustment getOrderLineAdjustment(Session session, EntityPermission entityPermission) -
getOrderLineAdjustment
-
getOrderLineAdjustment
-
getOrderLineAdjustment
-
getOrderLineAdjustmentForUpdate
-
getOrderLineAdjustmentForUpdate
-
setOrderLineAdjustmentPK
public void setOrderLineAdjustmentPK(OrderLineAdjustmentPK orderLineAdjustmentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderLineAdjustment
-
getOrderLineAdjustmentPKHasBeenModified
-
getOrderLinePK
-
getOrderLine
-
getOrderLine
-
getOrderLine
-
getOrderLine
-
getOrderLineForUpdate
-
getOrderLineForUpdate
-
setOrderLinePK
public void setOrderLinePK(OrderLinePK orderLinePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderLine
-
getOrderLinePKHasBeenModified
-
getOrderLineAdjustmentSequence
-
setOrderLineAdjustmentSequence
public void setOrderLineAdjustmentSequence(Integer orderLineAdjustmentSequence) throws PersistenceNotNullException, PersistenceReadOnlyException -
getOrderLineAdjustmentSequenceHasBeenModified
-
getOrderLineAdjustmentTypePK
-
getOrderLineAdjustmentType
public OrderLineAdjustmentType getOrderLineAdjustmentType(Session session, EntityPermission entityPermission) -
getOrderLineAdjustmentType
-
getOrderLineAdjustmentType
-
getOrderLineAdjustmentType
-
getOrderLineAdjustmentTypeForUpdate
-
getOrderLineAdjustmentTypeForUpdate
-
setOrderLineAdjustmentTypePK
public void setOrderLineAdjustmentTypePK(OrderLineAdjustmentTypePK orderLineAdjustmentTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderLineAdjustmentType
-
getOrderLineAdjustmentTypePKHasBeenModified
-
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
-