Class InventoryDispositionAdjustment
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryDispositionAdjustment
- 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 InventoryDispositionAdjustmentInventoryDispositionAdjustment(InventoryDispositionAdjustmentValue value, EntityPermission entityPermission) Creates a new instance of InventoryDispositionAdjustment -
Method Summary
Modifier and TypeMethodDescriptionbooleangetActiveDetail(EntityPermission entityPermission) booleangetLastDetail(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidvoidsetActiveDetailPK(InventoryDispositionAdjustmentDetailPK activeDetailPK) voidvoidvoidsetLastDetailPK(InventoryDispositionAdjustmentDetailPK lastDetailPK) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryDispositionAdjustment
Creates a new instance of InventoryDispositionAdjustment- Throws:
PersistenceException
-
InventoryDispositionAdjustment
public InventoryDispositionAdjustment(InventoryDispositionAdjustmentValue value, EntityPermission entityPermission) Creates a new instance of InventoryDispositionAdjustment
-
-
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
-
getInventoryDispositionAdjustmentValue
-
setInventoryDispositionAdjustmentValue
public void setInventoryDispositionAdjustmentValue(@Nonnull InventoryDispositionAdjustmentValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getActiveDetailPK
-
getActiveDetail
@Nullable public InventoryDispositionAdjustmentDetail getActiveDetail(EntityPermission entityPermission) -
getActiveDetail
-
getActiveDetailForUpdate
-
setActiveDetailPK
public void setActiveDetailPK(@Nullable InventoryDispositionAdjustmentDetailPK activeDetailPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setActiveDetail
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
getLastDetail
@Nullable public InventoryDispositionAdjustmentDetail getLastDetail(EntityPermission entityPermission) -
getLastDetail
-
getLastDetailForUpdate
-
setLastDetailPK
public void setLastDetailPK(@Nullable InventoryDispositionAdjustmentDetailPK lastDetailPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLastDetail
-
getLastDetailPKHasBeenModified
-