Class InventoryDispositionAdjustmentDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryDispositionAdjustmentDetail
- 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 InventoryDispositionAdjustmentDetailInventoryDispositionAdjustmentDetail(InventoryDispositionAdjustmentDetailValue value, EntityPermission entityPermission) Creates a new instance of InventoryDispositionAdjustmentDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetInventoryAdjustmentType(EntityPermission entityPermission) booleangetInventoryBucketType(EntityPermission entityPermission) booleangetInventoryDisposition(EntityPermission entityPermission) getInventoryDispositionAdjustment(EntityPermission entityPermission) booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidsetFromTime(Long fromTime) voidvoidsetInventoryAdjustmentTypePK(InventoryAdjustmentTypePK inventoryAdjustmentTypePK) voidvoidsetInventoryBucketTypePK(InventoryBucketTypePK inventoryBucketTypePK) voidvoidvoidvoidsetInventoryDispositionAdjustmentName(String inventoryDispositionAdjustmentName) voidsetInventoryDispositionAdjustmentPK(InventoryDispositionAdjustmentPK inventoryDispositionAdjustmentPK) voidsetInventoryDispositionPK(InventoryDispositionPK inventoryDispositionPK) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryDispositionAdjustmentDetail
Creates a new instance of InventoryDispositionAdjustmentDetail- Throws:
PersistenceException
-
InventoryDispositionAdjustmentDetail
public InventoryDispositionAdjustmentDetail(InventoryDispositionAdjustmentDetailValue value, EntityPermission entityPermission) Creates a new instance of InventoryDispositionAdjustmentDetail
-
-
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
-
getInventoryDispositionAdjustmentDetailValue
-
setInventoryDispositionAdjustmentDetailValue
public void setInventoryDispositionAdjustmentDetailValue(@Nonnull InventoryDispositionAdjustmentDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getInventoryDispositionAdjustmentPK
-
getInventoryDispositionAdjustment
@Nonnull public InventoryDispositionAdjustment getInventoryDispositionAdjustment(EntityPermission entityPermission) -
getInventoryDispositionAdjustment
-
getInventoryDispositionAdjustmentForUpdate
-
setInventoryDispositionAdjustmentPK
public void setInventoryDispositionAdjustmentPK(@Nonnull InventoryDispositionAdjustmentPK inventoryDispositionAdjustmentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryDispositionAdjustment
-
getInventoryDispositionAdjustmentPKHasBeenModified
-
getInventoryDispositionPK
-
getInventoryDisposition
-
getInventoryDisposition
-
getInventoryDispositionForUpdate
-
setInventoryDispositionPK
public void setInventoryDispositionPK(@Nonnull InventoryDispositionPK inventoryDispositionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryDisposition
-
getInventoryDispositionPKHasBeenModified
-
getInventoryDispositionAdjustmentName
-
setInventoryDispositionAdjustmentName
public void setInventoryDispositionAdjustmentName(@Nonnull String inventoryDispositionAdjustmentName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getInventoryDispositionAdjustmentNameHasBeenModified
-
getInventoryAdjustmentTypePK
-
getInventoryAdjustmentType
@Nonnull public InventoryAdjustmentType getInventoryAdjustmentType(EntityPermission entityPermission) -
getInventoryAdjustmentType
-
getInventoryAdjustmentTypeForUpdate
-
setInventoryAdjustmentTypePK
public void setInventoryAdjustmentTypePK(@Nonnull InventoryAdjustmentTypePK inventoryAdjustmentTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryAdjustmentType
-
getInventoryAdjustmentTypePKHasBeenModified
-
getInventoryBucketTypePK
-
getInventoryBucketType
-
getInventoryBucketType
-
getInventoryBucketTypeForUpdate
-
setInventoryBucketTypePK
public void setInventoryBucketTypePK(@Nonnull InventoryBucketTypePK inventoryBucketTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryBucketType
-
getInventoryBucketTypePKHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(@Nonnull Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(@Nonnull Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-