Class InventoryDispositionAdjustmentDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryDispositionAdjustmentDetailPK>
com.echothree.model.data.inventory.server.value.InventoryDispositionAdjustmentDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InventoryDispositionAdjustmentDetailValue
extends BaseValue<InventoryDispositionAdjustmentDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInventoryDispositionAdjustmentDetailValue(InventoryDispositionAdjustmentDetailPK inventoryDispositionAdjustmentDetailPK, InventoryDispositionAdjustmentPK inventoryDispositionAdjustmentPK, InventoryDispositionPK inventoryDispositionPK, String inventoryDispositionAdjustmentName, InventoryAdjustmentTypePK inventoryAdjustmentTypePK, InventoryBucketTypePK inventoryBucketTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of InventoryDispositionAdjustmentDetailValueInventoryDispositionAdjustmentDetailValue(InventoryDispositionAdjustmentPK inventoryDispositionAdjustmentPK, InventoryDispositionPK inventoryDispositionPK, String inventoryDispositionAdjustmentName, InventoryAdjustmentTypePK inventoryAdjustmentTypePK, InventoryBucketTypePK inventoryBucketTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of InventoryDispositionAdjustmentDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetInventoryAdjustmentTypePK(InventoryAdjustmentTypePK inventoryAdjustmentTypePK) voidsetInventoryBucketTypePK(InventoryBucketTypePK inventoryBucketTypePK) voidsetInventoryDispositionAdjustmentName(String inventoryDispositionAdjustmentName) voidsetInventoryDispositionAdjustmentPK(InventoryDispositionAdjustmentPK inventoryDispositionAdjustmentPK) voidsetInventoryDispositionPK(InventoryDispositionPK inventoryDispositionPK) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryDispositionAdjustmentDetailValue
public InventoryDispositionAdjustmentDetailValue(InventoryDispositionAdjustmentDetailPK inventoryDispositionAdjustmentDetailPK, InventoryDispositionAdjustmentPK inventoryDispositionAdjustmentPK, InventoryDispositionPK inventoryDispositionPK, String inventoryDispositionAdjustmentName, InventoryAdjustmentTypePK inventoryAdjustmentTypePK, InventoryBucketTypePK inventoryBucketTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryDispositionAdjustmentDetailValue- Throws:
PersistenceNotNullException
-
InventoryDispositionAdjustmentDetailValue
public InventoryDispositionAdjustmentDetailValue(InventoryDispositionAdjustmentPK inventoryDispositionAdjustmentPK, InventoryDispositionPK inventoryDispositionPK, String inventoryDispositionAdjustmentName, InventoryAdjustmentTypePK inventoryAdjustmentTypePK, InventoryBucketTypePK inventoryBucketTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryDispositionAdjustmentDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InventoryDispositionAdjustmentDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryDispositionAdjustmentDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryDispositionAdjustmentDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InventoryDispositionAdjustmentDetailPK>
-
getInventoryDispositionAdjustmentPK
-
setInventoryDispositionAdjustmentPK
public void setInventoryDispositionAdjustmentPK(@Nonnull InventoryDispositionAdjustmentPK inventoryDispositionAdjustmentPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryDispositionAdjustmentPKHasBeenModified
-
getInventoryDispositionPK
-
setInventoryDispositionPK
public void setInventoryDispositionPK(@Nonnull InventoryDispositionPK inventoryDispositionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryDispositionPKHasBeenModified
-
getInventoryDispositionAdjustmentName
-
setInventoryDispositionAdjustmentName
public void setInventoryDispositionAdjustmentName(@Nonnull String inventoryDispositionAdjustmentName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryDispositionAdjustmentNameHasBeenModified
-
getInventoryAdjustmentTypePK
-
setInventoryAdjustmentTypePK
public void setInventoryAdjustmentTypePK(@Nonnull InventoryAdjustmentTypePK inventoryAdjustmentTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryAdjustmentTypePKHasBeenModified
-
getInventoryBucketTypePK
-
setInventoryBucketTypePK
public void setInventoryBucketTypePK(@Nonnull InventoryBucketTypePK inventoryBucketTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryBucketTypePKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-